Shades of Saddle Brown #9D3E11
Tints of Saddle Brown #9D3E11
RGB
CMYK
RGB Variations
Color information
#9D3E11 (or 0x9D3E11) is known color: Saddle Brown. HEX triplet: 9D, 3E and 11. RGB value is (157,62,17). Sum of RGB (Red+Green+Blue) = 157+62+17=236 (31% of max value = 765). Red value is 157 (61.72% from 255 or 66.53% from 236); Green value is 62 (24.61% from 255 or 26.27% from 236); Blue value is 17 (7.03% from 255 or 7.20% from 236); Max value from RGB is 157 - color contains mainly: red. Hex color #9D3E11 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9D3E11 is #62C1EE. Grayscale: #555555. Windows color (decimal): -6472175 or 1130141. OLE color: 1130141.
HSL color Cylindrical-coordinate representation of color #9D3E11: hue angle of 19.29º 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 #9D3E11 is Cyan = 0, Magento = 0.61, Yellow = 0.89 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 62 | 17 | - |
| CMYK | 0 | 0.61 | 0.89 | 0.38 |
| HSL | 19.29º | 0.8% | 0.34% | - |
| HSV(B) | 19.29º | 0.89% | 0.62% | - |
| XYZ | 15.73 | 10.65 | 1.76 | - |
| YUV | 85.28 | 89.47 | 179.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 62 | 17 | 0 | 0.61 | 0.89 | 0.38 | 19.29 | 0.8 | 0.34 |
| Hex | 9D | 3E | 11 | 0 | 3D | 59 | 26 | 13 | 50 | 22 |
| Octal | 235 | 76 | 21 | 0 | 75 | 131 | 46 | 23 | 120 | 42 |
| Binary | 10011101 | 111110 | 10001 | 0 | 111101 | 1011001 | 100110 | 10011 | 1010000 | 100010 |
Color Harmonies of #9D3E11
Complementary color
Monochromatic Colors of #9D3E11
Black with #9D3E11
Text Example
Text Example
White with #9D3E11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D3E11; }
p { color: rgb(157,62,17); }
H1.HeaderClassName
{
color: #9D3E11;
}
.AnyTagClassName
{
color: #9D3E11;
}
</style>
background-color css
<style>
a { background-color: #9D3E11; }
a { background-color: rgb(157,62,17); }
div.DivClassName
{
background-color: #9D3E11;
}
.BgClassName
{
background-color: #9D3E11;
}
</style>
border-color css
<style>
span { border-color: #9D3E11; }
span { border-color: rgb(157,62,17); }
td.TdClassName
{
border-color: #9D3E11;
}
.TagClassName
{
border-color: #9D3E11;
}
</style>