Shades of Saddle Brown #903C08
Tints of Saddle Brown #903C08
RGB
CMYK
RGB Variations
Color information
#903C08 (or 0x903C08) is known color: Saddle Brown. HEX triplet: 90, 3C and 08. RGB value is (144,60,8). Sum of RGB (Red+Green+Blue) = 144+60+8=212 (28% of max value = 765). Red value is 144 (56.64% from 255 or 67.92% from 212); Green value is 60 (23.83% from 255 or 28.30% from 212); Blue value is 8 (3.52% from 255 or 3.77% from 212); Max value from RGB is 144 - color contains mainly: red. Hex color #903C08 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #903C08 is #6FC3F7. Grayscale: #4F4F4F. Windows color (decimal): -7324664 or 539792. OLE color: 539792.
HSL color Cylindrical-coordinate representation of color #903C08: hue angle of 22.94º degrees, saturation: 0.89, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #903C08 is Cyan = 0, Magento = 0.58, Yellow = 0.94 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 60 | 8 | - |
| CMYK | 0 | 0.58 | 0.94 | 0.44 |
| HSL | 22.94º | 0.89% | 0.3% | - |
| HSV(B) | 22.94º | 0.94% | 0.56% | - |
| XYZ | 13.16 | 9.18 | 1.31 | - |
| YUV | 79.19 | 87.83 | 174.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 60 | 8 | 0 | 0.58 | 0.94 | 0.44 | 22.94 | 0.89 | 0.3 |
| Hex | 90 | 3C | 8 | 0 | 3A | 5E | 2C | 17 | 59 | 1E |
| Octal | 220 | 74 | 10 | 0 | 72 | 136 | 54 | 27 | 131 | 36 |
| Binary | 10010000 | 111100 | 1000 | 0 | 111010 | 1011110 | 101100 | 10111 | 1011001 | 11110 |
Color Harmonies of #903C08
Complementary color
Monochromatic Colors of #903C08
Black with #903C08
Text Example
Text Example
White with #903C08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #903C08; }
p { color: rgb(144,60,8); }
H1.HeaderClassName
{
color: #903C08;
}
.AnyTagClassName
{
color: #903C08;
}
</style>
background-color css
<style>
a { background-color: #903C08; }
a { background-color: rgb(144,60,8); }
div.DivClassName
{
background-color: #903C08;
}
.BgClassName
{
background-color: #903C08;
}
</style>
border-color css
<style>
span { border-color: #903C08; }
span { border-color: rgb(144,60,8); }
td.TdClassName
{
border-color: #903C08;
}
.TagClassName
{
border-color: #903C08;
}
</style>