Shades of Saddle Brown #9F3D11
Tints of Saddle Brown #9F3D11
RGB
CMYK
RGB Variations
Color information
#9F3D11 (or 0x9F3D11) is known color: Saddle Brown. HEX triplet: 9F, 3D and 11. RGB value is (159,61,17). Sum of RGB (Red+Green+Blue) = 159+61+17=237 (31% of max value = 765). Red value is 159 (62.5% from 255 or 67.09% from 237); Green value is 61 (24.22% from 255 or 25.74% from 237); Blue value is 17 (7.03% from 255 or 7.17% from 237); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3D11 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9F3D11 is #60C2EE. Grayscale: #555555. Windows color (decimal): -6341359 or 1129887. OLE color: 1129887.
HSL color Cylindrical-coordinate representation of color #9F3D11: hue angle of 18.59º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9F3D11 is Cyan = 0, Magento = 0.62, Yellow = 0.89 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 61 | 17 | - |
| CMYK | 0 | 0.62 | 0.89 | 0.38 |
| HSL | 18.59º | 0.81% | 0.35% | - |
| HSV(B) | 18.59º | 0.89% | 0.62% | - |
| XYZ | 16.07 | 10.75 | 1.76 | - |
| YUV | 85.29 | 89.47 | 180.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 61 | 17 | 0 | 0.62 | 0.89 | 0.38 | 18.59 | 0.81 | 0.35 |
| Hex | 9F | 3D | 11 | 0 | 3E | 59 | 26 | 13 | 51 | 23 |
| Octal | 237 | 75 | 21 | 0 | 76 | 131 | 46 | 23 | 121 | 43 |
| Binary | 10011111 | 111101 | 10001 | 0 | 111110 | 1011001 | 100110 | 10011 | 1010001 | 100011 |
Color Harmonies of #9F3D11
Complementary color
Monochromatic Colors of #9F3D11
Black with #9F3D11
Text Example
Text Example
White with #9F3D11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F3D11; }
p { color: rgb(159,61,17); }
H1.HeaderClassName
{
color: #9F3D11;
}
.AnyTagClassName
{
color: #9F3D11;
}
</style>
background-color css
<style>
a { background-color: #9F3D11; }
a { background-color: rgb(159,61,17); }
div.DivClassName
{
background-color: #9F3D11;
}
.BgClassName
{
background-color: #9F3D11;
}
</style>
border-color css
<style>
span { border-color: #9F3D11; }
span { border-color: rgb(159,61,17); }
td.TdClassName
{
border-color: #9F3D11;
}
.TagClassName
{
border-color: #9F3D11;
}
</style>