Shades of Saddle Brown #9B4011
Tints of Saddle Brown #9B4011
RGB
CMYK
RGB Variations
Color information
#9B4011 (or 0x9B4011) is known color: Saddle Brown. HEX triplet: 9B, 40 and 11. RGB value is (155,64,17). Sum of RGB (Red+Green+Blue) = 155+64+17=236 (31% of max value = 765). Red value is 155 (60.94% from 255 or 65.68% from 236); Green value is 64 (25.39% from 255 or 27.12% from 236); Blue value is 17 (7.03% from 255 or 7.20% from 236); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4011 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9B4011 is #64BFEE. Grayscale: #565656. Windows color (decimal): -6602735 or 1130651. OLE color: 1130651.
HSL color Cylindrical-coordinate representation of color #9B4011: hue angle of 20.43º 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 #9B4011 is Cyan = 0, Magento = 0.59, Yellow = 0.89 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 64 | 17 | - |
| CMYK | 0 | 0.59 | 0.89 | 0.39 |
| HSL | 20.43º | 0.8% | 0.34% | - |
| HSV(B) | 20.43º | 0.89% | 0.61% | - |
| XYZ | 15.45 | 10.68 | 1.78 | - |
| YUV | 85.85 | 89.15 | 177.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 64 | 17 | 0 | 0.59 | 0.89 | 0.39 | 20.43 | 0.8 | 0.34 |
| Hex | 9B | 40 | 11 | 0 | 3B | 59 | 27 | 14 | 50 | 22 |
| Octal | 233 | 100 | 21 | 0 | 73 | 131 | 47 | 24 | 120 | 42 |
| Binary | 10011011 | 1000000 | 10001 | 0 | 111011 | 1011001 | 100111 | 10100 | 1010000 | 100010 |
Color Harmonies of #9B4011
Complementary color
Monochromatic Colors of #9B4011
Black with #9B4011
Text Example
Text Example
White with #9B4011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B4011; }
p { color: rgb(155,64,17); }
H1.HeaderClassName
{
color: #9B4011;
}
.AnyTagClassName
{
color: #9B4011;
}
</style>
background-color css
<style>
a { background-color: #9B4011; }
a { background-color: rgb(155,64,17); }
div.DivClassName
{
background-color: #9B4011;
}
.BgClassName
{
background-color: #9B4011;
}
</style>
border-color css
<style>
span { border-color: #9B4011; }
span { border-color: rgb(155,64,17); }
td.TdClassName
{
border-color: #9B4011;
}
.TagClassName
{
border-color: #9B4011;
}
</style>