#954904

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

Shades of Saddle Brown #954904

Tints of Saddle Brown #954904

Color information

#954904 (or 0x954904) is unknown color: approx Saddle Brown. HEX triplet: 95, 49 and 04. RGB value is (149,73,4). Sum of RGB (Red+Green+Blue) = 149+73+4=226 (29% of max value = 765). Red value is 149 (58.59% from 255 or 65.93% from 226); Green value is 73 (28.91% from 255 or 32.30% from 226); Blue value is 4 (1.95% from 255 or 1.77% from 226); Max value from RGB is 149 - color contains mainly: red. Hex color #954904 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #954904 is #6AB6FB. Grayscale: #585858. Windows color (decimal): -6993660 or 280981. OLE color: 280981.

HSL color Cylindrical-coordinate representation of color #954904: hue angle of 28.55º 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 #954904 is Cyan = 0, Magento = 0.51, Yellow = 0.97 and Black (K on CMYK) = 0.42.

Color convert

RGB149734-
CMYK00.510.970.42
HSL28.55º94.77%30%-
HSV(B)28.55º97.32%58.43%-
XYZ14.811.161.49-
YUV87.8680.68171.61-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 65.93%
GREEN value IS 73 (28.91% from 255) = 32.30%
BLUE value IS 4 (1.95% from 255) = 1.77%
R=65.93%
G=32.30%
B=1.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.97
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14973400.510.970.4228.5594.7730
Hex95494033612A1d5f1e
Octal2251114063141523513736
Binary1001010110010011000110011110000110101011101101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #954904

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #954904; }

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

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

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

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

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

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

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

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