#904A18

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

Shades of Saddle Brown #904A18

Tints of Saddle Brown #904A18

Color information

#904A18 (or 0x904A18) is unknown color: approx Saddle Brown. HEX triplet: 90, 4A and 18. RGB value is (144,74,24). Sum of RGB (Red+Green+Blue) = 144+74+24=242 (32% of max value = 765). Red value is 144 (56.64% from 255 or 59.50% from 242); Green value is 74 (29.30% from 255 or 30.58% from 242); Blue value is 24 (9.77% from 255 or 9.92% from 242); Max value from RGB is 144 - color contains mainly: red. Hex color #904A18 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #904A18 is #6FB5E7. Grayscale: #595959. Windows color (decimal): -7321064 or 1591952. OLE color: 1591952.

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

Color convert

RGB1447424-
CMYK00.490.830.44
HSL25º71.43%32.94%-
HSV(B)25º83.33%56.47%-
XYZ14.1210.892.22-
YUV89.2391.19167.07-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 59.50%
GREEN value IS 74 (29.30% from 255) = 30.58%
BLUE value IS 24 (9.77% from 255) = 9.92%
R=59.50%
G=30.58%
B=9.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.83
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144742400.490.830.442571.4332.94
Hex904A18031532C194721
Octal22011230061123543110741
Binary1001000010010101100001100011010011101100110011000111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #904A18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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