Shades of Saddle Brown #903C0B
Tints of Saddle Brown #903C0B
RGB
CMYK
RGB Variations
Color information
#903C0B (or 0x903C0B) is known color: Saddle Brown. HEX triplet: 90, 3C and 0B. RGB value is (144,60,11). Sum of RGB (Red+Green+Blue) = 144+60+11=215 (28% of max value = 765). Red value is 144 (56.64% from 255 or 66.98% from 215); Green value is 60 (23.83% from 255 or 27.91% from 215); Blue value is 11 (4.69% from 255 or 5.12% from 215); Max value from RGB is 144 - color contains mainly: red. Hex color #903C0B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #903C0B is #6FC3F4. Grayscale: #4F4F4F. Windows color (decimal): -7324661 or 736400. OLE color: 736400.
HSL color Cylindrical-coordinate representation of color #903C0B: hue angle of 22.11º degrees, saturation: 0.86, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #903C0B is Cyan = 0, Magento = 0.58, Yellow = 0.92 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 60 | 11 | - |
| CMYK | 0 | 0.58 | 0.92 | 0.44 |
| HSL | 22.11º | 0.86% | 0.3% | - |
| HSV(B) | 22.11º | 0.92% | 0.56% | - |
| XYZ | 13.18 | 9.19 | 1.39 | - |
| YUV | 79.53 | 89.33 | 173.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 60 | 11 | 0 | 0.58 | 0.92 | 0.44 | 22.11 | 0.86 | 0.3 |
| Hex | 90 | 3C | B | 0 | 3A | 5C | 2C | 16 | 56 | 1E |
| Octal | 220 | 74 | 13 | 0 | 72 | 134 | 54 | 26 | 126 | 36 |
| Binary | 10010000 | 111100 | 1011 | 0 | 111010 | 1011100 | 101100 | 10110 | 1010110 | 11110 |
Color Harmonies of #903C0B
Complementary color
Monochromatic Colors of #903C0B
Black with #903C0B
Text Example
Text Example
White with #903C0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #903C0B; }
p { color: rgb(144,60,11); }
H1.HeaderClassName
{
color: #903C0B;
}
.AnyTagClassName
{
color: #903C0B;
}
</style>
background-color css
<style>
a { background-color: #903C0B; }
a { background-color: rgb(144,60,11); }
div.DivClassName
{
background-color: #903C0B;
}
.BgClassName
{
background-color: #903C0B;
}
</style>
border-color css
<style>
span { border-color: #903C0B; }
span { border-color: rgb(144,60,11); }
td.TdClassName
{
border-color: #903C0B;
}
.TagClassName
{
border-color: #903C0B;
}
</style>