Shades of Saddle Brown #9D3B11
Tints of Saddle Brown #9D3B11
RGB
CMYK
RGB Variations
Color information
#9D3B11 (or 0x9D3B11) is known color: Saddle Brown. HEX triplet: 9D, 3B and 11. RGB value is (157,59,17). Sum of RGB (Red+Green+Blue) = 157+59+17=233 (30% of max value = 765). Red value is 157 (61.72% from 255 or 67.38% from 233); Green value is 59 (23.44% from 255 or 25.32% from 233); Blue value is 17 (7.03% from 255 or 7.30% from 233); Max value from RGB is 157 - color contains mainly: red. Hex color #9D3B11 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9D3B11 is #62C4EE. Grayscale: #535353. Windows color (decimal): -6472943 or 1129373. OLE color: 1129373.
HSL color Cylindrical-coordinate representation of color #9D3B11: hue angle of 18º degrees, saturation: 0.8, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9D3B11 is Cyan = 0, Magento = 0.62, Yellow = 0.89 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 59 | 17 | - |
| CMYK | 0 | 0.62 | 0.89 | 0.38 |
| HSL | 18º | 0.8% | 0.34% | - |
| HSV(B) | 18º | 0.89% | 0.62% | - |
| XYZ | 15.57 | 10.34 | 1.7 | - |
| YUV | 83.51 | 90.47 | 180.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 59 | 17 | 0 | 0.62 | 0.89 | 0.38 | 18 | 0.8 | 0.34 |
| Hex | 9D | 3B | 11 | 0 | 3E | 59 | 26 | 12 | 50 | 22 |
| Octal | 235 | 73 | 21 | 0 | 76 | 131 | 46 | 22 | 120 | 42 |
| Binary | 10011101 | 111011 | 10001 | 0 | 111110 | 1011001 | 100110 | 10010 | 1010000 | 100010 |
Color Harmonies of #9D3B11
Complementary color
Monochromatic Colors of #9D3B11
Black with #9D3B11
Text Example
Text Example
White with #9D3B11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D3B11; }
p { color: rgb(157,59,17); }
H1.HeaderClassName
{
color: #9D3B11;
}
.AnyTagClassName
{
color: #9D3B11;
}
</style>
background-color css
<style>
a { background-color: #9D3B11; }
a { background-color: rgb(157,59,17); }
div.DivClassName
{
background-color: #9D3B11;
}
.BgClassName
{
background-color: #9D3B11;
}
</style>
border-color css
<style>
span { border-color: #9D3B11; }
span { border-color: rgb(157,59,17); }
td.TdClassName
{
border-color: #9D3B11;
}
.TagClassName
{
border-color: #9D3B11;
}
</style>