Shades of Saddle Brown #9F440D
Tints of Saddle Brown #9F440D
RGB
CMYK
RGB Variations
Color information
#9F440D (or 0x9F440D) is known color: Saddle Brown. HEX triplet: 9F, 44 and 0D. RGB value is (159,68,13). Sum of RGB (Red+Green+Blue) = 159+68+13=240 (31% of max value = 765). Red value is 159 (62.5% from 255 or 66.25% from 240); Green value is 68 (26.95% from 255 or 28.33% from 240); Blue value is 13 (5.47% from 255 or 5.42% from 240); Max value from RGB is 159 - color contains mainly: red. Hex color #9F440D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9F440D is #60BBF2. Grayscale: #595959. Windows color (decimal): -6339571 or 869535. OLE color: 869535.
HSL color Cylindrical-coordinate representation of color #9F440D: hue angle of 22.6º degrees, saturation: 0.85, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9F440D is Cyan = 0, Magento = 0.57, Yellow = 0.92 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 68 | 13 | - |
| CMYK | 0 | 0.57 | 0.92 | 0.38 |
| HSL | 22.6º | 0.85% | 0.34% | - |
| HSV(B) | 22.6º | 0.92% | 0.62% | - |
| XYZ | 16.44 | 11.53 | 1.74 | - |
| YUV | 88.94 | 85.15 | 177.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 68 | 13 | 0 | 0.57 | 0.92 | 0.38 | 22.6 | 0.85 | 0.34 |
| Hex | 9F | 44 | D | 0 | 39 | 5C | 26 | 17 | 55 | 22 |
| Octal | 237 | 104 | 15 | 0 | 71 | 134 | 46 | 27 | 125 | 42 |
| Binary | 10011111 | 1000100 | 1101 | 0 | 111001 | 1011100 | 100110 | 10111 | 1010101 | 100010 |
Color Harmonies of #9F440D
Complementary color
Monochromatic Colors of #9F440D
Black with #9F440D
Text Example
Text Example
White with #9F440D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F440D; }
p { color: rgb(159,68,13); }
H1.HeaderClassName
{
color: #9F440D;
}
.AnyTagClassName
{
color: #9F440D;
}
</style>
background-color css
<style>
a { background-color: #9F440D; }
a { background-color: rgb(159,68,13); }
div.DivClassName
{
background-color: #9F440D;
}
.BgClassName
{
background-color: #9F440D;
}
</style>
border-color css
<style>
span { border-color: #9F440D; }
span { border-color: rgb(159,68,13); }
td.TdClassName
{
border-color: #9F440D;
}
.TagClassName
{
border-color: #9F440D;
}
</style>