Shades of Saddle Brown #9F4505
Tints of Saddle Brown #9F4505
RGB
CMYK
RGB Variations
Color information
#9F4505 (or 0x9F4505) is known color: Saddle Brown. HEX triplet: 9F, 45 and 05. RGB value is (159,69,5). Sum of RGB (Red+Green+Blue) = 159+69+5=233 (30% of max value = 765). Red value is 159 (62.5% from 255 or 68.24% from 233); Green value is 69 (27.34% from 255 or 29.61% from 233); Blue value is 5 (2.34% from 255 or 2.15% from 233); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4505 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9F4505 is #60BAFA. Grayscale: #585858. Windows color (decimal): -6339323 or 345503. OLE color: 345503.
HSL color Cylindrical-coordinate representation of color #9F4505: hue angle of 24.94º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9F4505 is Cyan = 0, Magento = 0.57, Yellow = 0.97 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 69 | 5 | - |
| CMYK | 0 | 0.57 | 0.97 | 0.38 |
| HSL | 24.94º | 0.94% | 0.32% | - |
| HSV(B) | 24.94º | 0.97% | 0.62% | - |
| XYZ | 16.45 | 11.64 | 1.52 | - |
| YUV | 88.61 | 80.82 | 178.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 69 | 5 | 0 | 0.57 | 0.97 | 0.38 | 24.94 | 0.94 | 0.32 |
| Hex | 9F | 45 | 5 | 0 | 39 | 61 | 26 | 19 | 5E | 20 |
| Octal | 237 | 105 | 5 | 0 | 71 | 141 | 46 | 31 | 136 | 40 |
| Binary | 10011111 | 1000101 | 101 | 0 | 111001 | 1100001 | 100110 | 11001 | 1011110 | 100000 |
Color Harmonies of #9F4505
Complementary color
Monochromatic Colors of #9F4505
Black with #9F4505
Text Example
Text Example
White with #9F4505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F4505; }
p { color: rgb(159,69,5); }
H1.HeaderClassName
{
color: #9F4505;
}
.AnyTagClassName
{
color: #9F4505;
}
</style>
background-color css
<style>
a { background-color: #9F4505; }
a { background-color: rgb(159,69,5); }
div.DivClassName
{
background-color: #9F4505;
}
.BgClassName
{
background-color: #9F4505;
}
</style>
border-color css
<style>
span { border-color: #9F4505; }
span { border-color: rgb(159,69,5); }
td.TdClassName
{
border-color: #9F4505;
}
.TagClassName
{
border-color: #9F4505;
}
</style>