Shades of Saddle Brown #904C11
Tints of Saddle Brown #904C11
RGB
CMYK
RGB Variations
Color information
#904C11 (or 0x904C11) is known color: Saddle Brown. HEX triplet: 90, 4C and 11. RGB value is (144,76,17). Sum of RGB (Red+Green+Blue) = 144+76+17=237 (31% of max value = 765). Red value is 144 (56.64% from 255 or 60.76% from 237); Green value is 76 (30.08% from 255 or 32.07% from 237); Blue value is 17 (7.03% from 255 or 7.17% from 237); Max value from RGB is 144 - color contains mainly: red. Hex color #904C11 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #904C11 is #6FB3EE. Grayscale: #595959. Windows color (decimal): -7320559 or 1133712. OLE color: 1133712.
HSL color Cylindrical-coordinate representation of color #904C11: hue angle of 27.87º degrees, saturation: 0.79, 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 #904C11 is Cyan = 0, Magento = 0.47, Yellow = 0.88 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 76 | 17 | - |
| CMYK | 0 | 0.47 | 0.88 | 0.44 |
| HSL | 27.87º | 0.79% | 0.32% | - |
| HSV(B) | 27.87º | 0.88% | 0.56% | - |
| XYZ | 14.19 | 11.14 | 1.93 | - |
| YUV | 89.61 | 87.03 | 166.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 76 | 17 | 0 | 0.47 | 0.88 | 0.44 | 27.87 | 0.79 | 0.32 |
| Hex | 90 | 4C | 11 | 0 | 2F | 58 | 2C | 1C | 4F | 20 |
| Octal | 220 | 114 | 21 | 0 | 57 | 130 | 54 | 34 | 117 | 40 |
| Binary | 10010000 | 1001100 | 10001 | 0 | 101111 | 1011000 | 101100 | 11100 | 1001111 | 100000 |
Color Harmonies of #904C11
Complementary color
Monochromatic Colors of #904C11
Black with #904C11
Text Example
Text Example
White with #904C11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #904C11; }
p { color: rgb(144,76,17); }
H1.HeaderClassName
{
color: #904C11;
}
.AnyTagClassName
{
color: #904C11;
}
</style>
background-color css
<style>
a { background-color: #904C11; }
a { background-color: rgb(144,76,17); }
div.DivClassName
{
background-color: #904C11;
}
.BgClassName
{
background-color: #904C11;
}
</style>
border-color css
<style>
span { border-color: #904C11; }
span { border-color: rgb(144,76,17); }
td.TdClassName
{
border-color: #904C11;
}
.TagClassName
{
border-color: #904C11;
}
</style>