#954204

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

Shades of Saddle Brown #954204

Tints of Saddle Brown #954204

Color information

#954204 (or 0x954204) is unknown color: approx Saddle Brown. HEX triplet: 95, 42 and 04. RGB value is (149,66,4). Sum of RGB (Red+Green+Blue) = 149+66+4=219 (29% of max value = 765). Red value is 149 (58.59% from 255 or 68.04% from 219); Green value is 66 (26.17% from 255 or 30.14% from 219); Blue value is 4 (1.95% from 255 or 1.83% from 219); Max value from RGB is 149 - color contains mainly: red. Hex color #954204 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #954204 is #6ABDFB. Grayscale: #545454. Windows color (decimal): -6995452 or 279189. OLE color: 279189.

HSL color Cylindrical-coordinate representation of color #954204: hue angle of 25.66º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #954204 is Cyan = 0, Magento = 0.56, Yellow = 0.97 and Black (K on CMYK) = 0.42.

Color convert

RGB149664-
CMYK00.560.970.42
HSL25.66º94.77%30%-
HSV(B)25.66º97.32%58.43%-
XYZ14.3610.291.34-
YUV83.7583174.54-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 68.04%
GREEN value IS 66 (26.17% from 255) = 30.14%
BLUE value IS 4 (1.95% from 255) = 1.83%
R=68.04%
G=30.14%
B=1.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.97
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14966400.560.970.4225.6694.7730
Hex95424038612A1a5f1e
Octal2251024070141523213736
Binary1001010110000101000111000110000110101011010101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #954204

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #954204; }

 p { color: rgb(149,66,4); }

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

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

 a { background-color: rgb(149,66,4); }

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

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

 span { border-color: rgb(149,66,4); }

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