Shades of Saddle Brown #903B11
Tints of Saddle Brown #903B11
RGB
CMYK
RGB Variations
Color information
#903B11 (or 0x903B11) is known color: Saddle Brown. HEX triplet: 90, 3B and 11. RGB value is (144,59,17). Sum of RGB (Red+Green+Blue) = 144+59+17=220 (29% of max value = 765). Red value is 144 (56.64% from 255 or 65.45% from 220); Green value is 59 (23.44% from 255 or 26.82% from 220); Blue value is 17 (7.03% from 255 or 7.73% from 220); Max value from RGB is 144 - color contains mainly: red. Hex color #903B11 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #903B11 is #6FC4EE. Grayscale: #4F4F4F. Windows color (decimal): -7324911 or 1129360. OLE color: 1129360.
HSL color Cylindrical-coordinate representation of color #903B11: hue angle of 19.84º 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 #903B11 is Cyan = 0, Magento = 0.59, Yellow = 0.88 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 59 | 17 | - |
| CMYK | 0 | 0.59 | 0.88 | 0.44 |
| HSL | 19.84º | 0.79% | 0.32% | - |
| HSV(B) | 19.84º | 0.88% | 0.56% | - |
| XYZ | 13.17 | 9.1 | 1.59 | - |
| YUV | 79.63 | 92.66 | 173.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 59 | 17 | 0 | 0.59 | 0.88 | 0.44 | 19.84 | 0.79 | 0.32 |
| Hex | 90 | 3B | 11 | 0 | 3B | 58 | 2C | 14 | 4F | 20 |
| Octal | 220 | 73 | 21 | 0 | 73 | 130 | 54 | 24 | 117 | 40 |
| Binary | 10010000 | 111011 | 10001 | 0 | 111011 | 1011000 | 101100 | 10100 | 1001111 | 100000 |
Color Harmonies of #903B11
Complementary color
Monochromatic Colors of #903B11
Black with #903B11
Text Example
Text Example
White with #903B11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #903B11; }
p { color: rgb(144,59,17); }
H1.HeaderClassName
{
color: #903B11;
}
.AnyTagClassName
{
color: #903B11;
}
</style>
background-color css
<style>
a { background-color: #903B11; }
a { background-color: rgb(144,59,17); }
div.DivClassName
{
background-color: #903B11;
}
.BgClassName
{
background-color: #903B11;
}
</style>
border-color css
<style>
span { border-color: #903B11; }
span { border-color: rgb(144,59,17); }
td.TdClassName
{
border-color: #903B11;
}
.TagClassName
{
border-color: #903B11;
}
</style>