Shades of Saddle Brown #9F4315
Tints of Saddle Brown #9F4315
RGB
CMYK
RGB Variations
Color information
#9F4315 (or 0x9F4315) is known color: Saddle Brown. HEX triplet: 9F, 43 and 15. RGB value is (159,67,21). Sum of RGB (Red+Green+Blue) = 159+67+21=247 (32% of max value = 765). Red value is 159 (62.5% from 255 or 64.37% from 247); Green value is 67 (26.56% from 255 or 27.13% from 247); Blue value is 21 (8.59% from 255 or 8.50% from 247); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4315 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9F4315 is #60BCEA. Grayscale: #595959. Windows color (decimal): -6339819 or 1393567. OLE color: 1393567.
HSL color Cylindrical-coordinate representation of color #9F4315: hue angle of 20º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9F4315 is Cyan = 0, Magento = 0.58, Yellow = 0.87 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 67 | 21 | - |
| CMYK | 0 | 0.58 | 0.87 | 0.38 |
| HSL | 20º | 0.77% | 0.35% | - |
| HSV(B) | 20º | 0.87% | 0.62% | - |
| XYZ | 16.44 | 11.44 | 2.05 | - |
| YUV | 89.26 | 89.48 | 177.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 67 | 21 | 0 | 0.58 | 0.87 | 0.38 | 20 | 0.77 | 0.35 |
| Hex | 9F | 43 | 15 | 0 | 3A | 57 | 26 | 14 | 4D | 23 |
| Octal | 237 | 103 | 25 | 0 | 72 | 127 | 46 | 24 | 115 | 43 |
| Binary | 10011111 | 1000011 | 10101 | 0 | 111010 | 1010111 | 100110 | 10100 | 1001101 | 100011 |
Color Harmonies of #9F4315
Complementary color
Monochromatic Colors of #9F4315
Black with #9F4315
Text Example
Text Example
White with #9F4315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F4315; }
p { color: rgb(159,67,21); }
H1.HeaderClassName
{
color: #9F4315;
}
.AnyTagClassName
{
color: #9F4315;
}
</style>
background-color css
<style>
a { background-color: #9F4315; }
a { background-color: rgb(159,67,21); }
div.DivClassName
{
background-color: #9F4315;
}
.BgClassName
{
background-color: #9F4315;
}
</style>
border-color css
<style>
span { border-color: #9F4315; }
span { border-color: rgb(159,67,21); }
td.TdClassName
{
border-color: #9F4315;
}
.TagClassName
{
border-color: #9F4315;
}
</style>