Shades of Saddle Brown #904A18
Tints of Saddle Brown #904A18
RGB
CMYK
RGB Variations
Color information
#904A18 (or 0x904A18) is known color: 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
| RGB | 144 | 74 | 24 | - |
| CMYK | 0 | 0.49 | 0.83 | 0.44 |
| HSL | 25º | 0.71% | 0.33% | - |
| HSV(B) | 25º | 0.83% | 0.56% | - |
| XYZ | 14.12 | 10.89 | 2.22 | - |
| YUV | 89.23 | 91.19 | 167.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 74 | 24 | 0 | 0.49 | 0.83 | 0.44 | 25 | 0.71 | 0.33 |
| Hex | 90 | 4A | 18 | 0 | 31 | 53 | 2C | 19 | 47 | 21 |
| Octal | 220 | 112 | 30 | 0 | 61 | 123 | 54 | 31 | 107 | 41 |
| Binary | 10010000 | 1001010 | 11000 | 0 | 110001 | 1010011 | 101100 | 11001 | 1000111 | 100001 |
Color Harmonies of #904A18
Complementary color
Monochromatic Colors of #904A18
Black with #904A18
Text Example
Text Example
White with #904A18
Text Example
Text Example
HTML Codes & Css Web 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>