#904E16

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

Shades of Saddle Brown #904E16

Tints of Saddle Brown #904E16

Color information

#904E16 (or 0x904E16) is unknown color: approx Saddle Brown. HEX triplet: 90, 4E and 16. RGB value is (144,78,22). Sum of RGB (Red+Green+Blue) = 144+78+22=244 (32% of max value = 765). Red value is 144 (56.64% from 255 or 59.02% from 244); Green value is 78 (30.86% from 255 or 31.97% from 244); Blue value is 22 (8.98% from 255 or 9.02% from 244); Max value from RGB is 144 - color contains mainly: red. Hex color #904E16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #904E16 is #6FB1E9. Grayscale: #5B5B5B. Windows color (decimal): -7320042 or 1461904. OLE color: 1461904.

HSL color Cylindrical-coordinate representation of color #904E16: hue angle of 27.54º degrees, saturation: 0.73, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #904E16 is Cyan = 0, Magento = 0.46, Yellow = 0.85 and Black (K on CMYK) = 0.44.

Color convert

RGB1447822-
CMYK00.460.850.44
HSL27.54º73.49%32.55%-
HSV(B)27.54º84.72%56.47%-
XYZ14.3711.442.21-
YUV91.3588.87165.55-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 59.02%
GREEN value IS 78 (30.86% from 255) = 31.97%
BLUE value IS 22 (8.98% from 255) = 9.02%
R=59.02%
G=31.97%
B=9.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.85
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144782200.460.850.4427.5473.4932.55
Hex904E1602E552C1c4921
Octal22011626056125543411141
Binary1001000010011101011001011101010101101100111001001001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #904E16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #904E16; }

 p { color: rgb(144,78,22); }

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

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

 a { background-color: rgb(144,78,22); }

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

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

 span { border-color: rgb(144,78,22); }

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