#904215

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

Shades of Saddle Brown #904215

Tints of Saddle Brown #904215

Color information

#904215 (or 0x904215) is unknown color: approx Saddle Brown. HEX triplet: 90, 42 and 15. RGB value is (144,66,21). Sum of RGB (Red+Green+Blue) = 144+66+21=231 (30% of max value = 765). Red value is 144 (56.64% from 255 or 62.34% from 231); Green value is 66 (26.17% from 255 or 28.57% from 231); Blue value is 21 (8.59% from 255 or 9.09% from 231); Max value from RGB is 144 - color contains mainly: red. Hex color #904215 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #904215 is #6FBDEA. Grayscale: #545454. Windows color (decimal): -7323115 or 1393296. OLE color: 1393296.

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

Color convert

RGB1446621-
CMYK00.540.850.44
HSL21.95º74.55%32.35%-
HSV(B)21.95º85.42%56.47%-
XYZ13.599.881.9-
YUV84.1992.34170.66-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 62.34%
GREEN value IS 66 (26.17% from 255) = 28.57%
BLUE value IS 21 (8.59% from 255) = 9.09%
R=62.34%
G=28.57%
B=9.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.85
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144662100.540.850.4421.9574.5532.35
Hex904215036552C164b20
Octal22010225066125542611340
Binary1001000010000101010101101101010101101100101101001011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #904215

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #904215; }

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

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

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

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

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

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

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

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