Shades of Saddle Brown #9B3C11
Tints of Saddle Brown #9B3C11
RGB
CMYK
RGB Variations
Color information
#9B3C11 (or 0x9B3C11) is known color: Saddle Brown. HEX triplet: 9B, 3C and 11. RGB value is (155,60,17). Sum of RGB (Red+Green+Blue) = 155+60+17=232 (30% of max value = 765). Red value is 155 (60.94% from 255 or 66.81% from 232); Green value is 60 (23.83% from 255 or 25.86% from 232); Blue value is 17 (7.03% from 255 or 7.33% from 232); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3C11 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9B3C11 is #64C3EE. Grayscale: #535353. Windows color (decimal): -6603759 or 1129627. OLE color: 1129627.
HSL color Cylindrical-coordinate representation of color #9B3C11: hue angle of 18.7º degrees, saturation: 0.8, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9B3C11 is Cyan = 0, Magento = 0.61, Yellow = 0.89 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 60 | 17 | - |
| CMYK | 0 | 0.61 | 0.89 | 0.39 |
| HSL | 18.7º | 0.8% | 0.34% | - |
| HSV(B) | 18.7º | 0.89% | 0.61% | - |
| XYZ | 15.23 | 10.24 | 1.7 | - |
| YUV | 83.5 | 90.47 | 179 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 60 | 17 | 0 | 0.61 | 0.89 | 0.39 | 18.7 | 0.8 | 0.34 |
| Hex | 9B | 3C | 11 | 0 | 3D | 59 | 27 | 13 | 50 | 22 |
| Octal | 233 | 74 | 21 | 0 | 75 | 131 | 47 | 23 | 120 | 42 |
| Binary | 10011011 | 111100 | 10001 | 0 | 111101 | 1011001 | 100111 | 10011 | 1010000 | 100010 |
Color Harmonies of #9B3C11
Complementary color
Monochromatic Colors of #9B3C11
Black with #9B3C11
Text Example
Text Example
White with #9B3C11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B3C11; }
p { color: rgb(155,60,17); }
H1.HeaderClassName
{
color: #9B3C11;
}
.AnyTagClassName
{
color: #9B3C11;
}
</style>
background-color css
<style>
a { background-color: #9B3C11; }
a { background-color: rgb(155,60,17); }
div.DivClassName
{
background-color: #9B3C11;
}
.BgClassName
{
background-color: #9B3C11;
}
</style>
border-color css
<style>
span { border-color: #9B3C11; }
span { border-color: rgb(155,60,17); }
td.TdClassName
{
border-color: #9B3C11;
}
.TagClassName
{
border-color: #9B3C11;
}
</style>