#904A12

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

Shades of Saddle Brown #904A12

Tints of Saddle Brown #904A12

Color information

#904A12 (or 0x904A12) is unknown color: approx Saddle Brown. HEX triplet: 90, 4A and 12. RGB value is (144,74,18). Sum of RGB (Red+Green+Blue) = 144+74+18=236 (31% of max value = 765). Red value is 144 (56.64% from 255 or 61.02% from 236); Green value is 74 (29.30% from 255 or 31.36% from 236); Blue value is 18 (7.42% from 255 or 7.63% from 236); Max value from RGB is 144 - color contains mainly: red. Hex color #904A12 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #904A12 is #6FB5ED. Grayscale: #585858. Windows color (decimal): -7321070 or 1198736. OLE color: 1198736.

HSL color Cylindrical-coordinate representation of color #904A12: hue angle of 26.67º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #904A12 is Cyan = 0, Magento = 0.49, Yellow = 0.88 and Black (K on CMYK) = 0.44.

Color convert

RGB1447418-
CMYK00.490.880.44
HSL26.67º77.78%31.76%-
HSV(B)26.67º87.5%56.47%-
XYZ14.0610.871.93-
YUV88.5588.19167.55-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 61.02%
GREEN value IS 74 (29.30% from 255) = 31.36%
BLUE value IS 18 (7.42% from 255) = 7.63%
R=61.02%
G=31.36%
B=7.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.88
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144741800.490.880.4426.6777.7831.76
Hex904A12031582C1b4e20
Octal22011222061130543311640
Binary1001000010010101001001100011011000101100110111001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #904A12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,74,18); }

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

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

 a { background-color: rgb(144,74,18); }

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

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

 span { border-color: rgb(144,74,18); }

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