Shades of Saddle Brown #9B4511
Tints of Saddle Brown #9B4511
RGB
CMYK
RGB Variations
Color information
#9B4511 (or 0x9B4511) is known color: Saddle Brown. HEX triplet: 9B, 45 and 11. RGB value is (155,69,17). Sum of RGB (Red+Green+Blue) = 155+69+17=241 (31% of max value = 765). Red value is 155 (60.94% from 255 or 64.32% from 241); Green value is 69 (27.34% from 255 or 28.63% from 241); Blue value is 17 (7.03% from 255 or 7.05% from 241); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4511 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9B4511 is #64BAEE. Grayscale: #595959. Windows color (decimal): -6601455 or 1131931. OLE color: 1131931.
HSL color Cylindrical-coordinate representation of color #9B4511: hue angle of 22.61º 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 #9B4511 is Cyan = 0, Magento = 0.55, Yellow = 0.89 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 69 | 17 | - |
| CMYK | 0 | 0.55 | 0.89 | 0.39 |
| HSL | 22.61º | 0.8% | 0.34% | - |
| HSV(B) | 22.61º | 0.89% | 0.61% | - |
| XYZ | 15.75 | 11.27 | 1.87 | - |
| YUV | 88.79 | 87.49 | 175.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 69 | 17 | 0 | 0.55 | 0.89 | 0.39 | 22.61 | 0.8 | 0.34 |
| Hex | 9B | 45 | 11 | 0 | 37 | 59 | 27 | 17 | 50 | 22 |
| Octal | 233 | 105 | 21 | 0 | 67 | 131 | 47 | 27 | 120 | 42 |
| Binary | 10011011 | 1000101 | 10001 | 0 | 110111 | 1011001 | 100111 | 10111 | 1010000 | 100010 |
Color Harmonies of #9B4511
Complementary color
Monochromatic Colors of #9B4511
Black with #9B4511
Text Example
Text Example
White with #9B4511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B4511; }
p { color: rgb(155,69,17); }
H1.HeaderClassName
{
color: #9B4511;
}
.AnyTagClassName
{
color: #9B4511;
}
</style>
background-color css
<style>
a { background-color: #9B4511; }
a { background-color: rgb(155,69,17); }
div.DivClassName
{
background-color: #9B4511;
}
.BgClassName
{
background-color: #9B4511;
}
</style>
border-color css
<style>
span { border-color: #9B4511; }
span { border-color: rgb(155,69,17); }
td.TdClassName
{
border-color: #9B4511;
}
.TagClassName
{
border-color: #9B4511;
}
</style>