#95450F

Color #95450F Saddle Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Saddle Brown #95450F

Tints of Saddle Brown #95450F

Color information

#95450F (or 0x95450F) is unknown color: approx Saddle Brown. HEX triplet: 95, 45 and 0F. RGB value is (149,69,15). Sum of RGB (Red+Green+Blue) = 149+69+15=233 (30% of max value = 765). Red value is 149 (58.59% from 255 or 63.95% from 233); Green value is 69 (27.34% from 255 or 29.61% from 233); Blue value is 15 (6.25% from 255 or 6.44% from 233); Max value from RGB is 149 - color contains mainly: red. Hex color #95450F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #95450F is #6ABAF0. Grayscale: #575757. Windows color (decimal): -6994673 or 1000853. OLE color: 1000853.

HSL color Cylindrical-coordinate representation of color #95450F: hue angle of 24.18º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #95450F is Cyan = 0, Magento = 0.54, Yellow = 0.90 and Black (K on CMYK) = 0.42.

Color convert

RGB1496915-
CMYK00.540.900.42
HSL24.18º81.71%32.16%-
HSV(B)24.18º89.93%58.43%-
XYZ14.6110.681.74-
YUV86.7687.5172.39-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 149 (58.59% from 255) = 63.95%
GREEN value IS 69 (27.34% from 255) = 29.61%
BLUE value IS 15 (6.25% from 255) = 6.44%
R=63.95%
G=29.61%
B=6.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.90
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149691500.540.900.4224.1881.7132.16
Hex9545F0365A2A185220
Octal22510517066132523012240
Binary100101011000101111101101101011010101010110001010010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95450F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95450F; }

 p { color: rgb(149,69,15); }

 H1.HeaderClassName
 {
   color: #95450F;
 }
 .AnyTagClassName
 {
   color: #95450F;
 }
</style>
background-color css

<style>
 a { background-color: #95450F; }

 a { background-color: rgb(149,69,15); }

 div.DivClassName
 {
   background-color: #95450F;
 }
 .BgClassName
 {
   background-color: #95450F;
 }
</style>
border-color css

<style>
 span { border-color: #95450F; }

 span { border-color: rgb(149,69,15); }

 td.TdClassName
 {
   border-color: #95450F;
 }
 .TagClassName
 {
   border-color: #95450F;
 }
</style>