#904210

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

Shades of Saddle Brown #904210

Tints of Saddle Brown #904210

Color information

#904210 (or 0x904210) is unknown color: approx Saddle Brown. HEX triplet: 90, 42 and 10. RGB value is (144,66,16). Sum of RGB (Red+Green+Blue) = 144+66+16=226 (29% of max value = 765). Red value is 144 (56.64% from 255 or 63.72% from 226); Green value is 66 (26.17% from 255 or 29.20% from 226); Blue value is 16 (6.64% from 255 or 7.08% from 226); Max value from RGB is 144 - color contains mainly: red. Hex color #904210 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #904210 is #6FBDEF. Grayscale: #535353. Windows color (decimal): -7323120 or 1065616. OLE color: 1065616.

HSL color Cylindrical-coordinate representation of color #904210: hue angle of 23.44º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #904210 is Cyan = 0, Magento = 0.54, Yellow = 0.89 and Black (K on CMYK) = 0.44.

Color convert

RGB1446616-
CMYK00.540.890.44
HSL23.44º80%31.37%-
HSV(B)23.44º88.89%56.47%-
XYZ13.549.861.68-
YUV83.6289.84171.07-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 63.72%
GREEN value IS 66 (26.17% from 255) = 29.20%
BLUE value IS 16 (6.64% from 255) = 7.08%
R=63.72%
G=29.20%
B=7.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.89
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144661600.540.890.4423.448031.37
Hex904210036592C17501f
Octal22010220066131542712037
Binary100100001000010100000110110101100110110010111101000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #904210

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #904210; }

 p { color: rgb(144,66,16); }

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

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

 a { background-color: rgb(144,66,16); }

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

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

 span { border-color: rgb(144,66,16); }

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