Shades of Saddle Brown #9F4908
Tints of Saddle Brown #9F4908
RGB
CMYK
RGB Variations
Color information
#9F4908 (or 0x9F4908) is known color: Saddle Brown. HEX triplet: 9F, 49 and 08. RGB value is (159,73,8). Sum of RGB (Red+Green+Blue) = 159+73+8=240 (31% of max value = 765). Red value is 159 (62.5% from 255 or 66.25% from 240); Green value is 73 (28.91% from 255 or 30.42% from 240); Blue value is 8 (3.52% from 255 or 3.33% from 240); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4908 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9F4908 is #60B6F7. Grayscale: #5B5B5B. Windows color (decimal): -6338296 or 543135. OLE color: 543135.
HSL color Cylindrical-coordinate representation of color #9F4908: hue angle of 25.83º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9F4908 is Cyan = 0, Magento = 0.54, Yellow = 0.95 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 73 | 8 | - |
| CMYK | 0 | 0.54 | 0.95 | 0.38 |
| HSL | 25.83º | 0.9% | 0.33% | - |
| HSV(B) | 25.83º | 0.95% | 0.62% | - |
| XYZ | 16.72 | 12.15 | 1.69 | - |
| YUV | 91.3 | 80.99 | 176.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 73 | 8 | 0 | 0.54 | 0.95 | 0.38 | 25.83 | 0.9 | 0.33 |
| Hex | 9F | 49 | 8 | 0 | 36 | 5F | 26 | 1A | 5A | 21 |
| Octal | 237 | 111 | 10 | 0 | 66 | 137 | 46 | 32 | 132 | 41 |
| Binary | 10011111 | 1001001 | 1000 | 0 | 110110 | 1011111 | 100110 | 11010 | 1011010 | 100001 |
Color Harmonies of #9F4908
Complementary color
Monochromatic Colors of #9F4908
Black with #9F4908
Text Example
Text Example
White with #9F4908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F4908; }
p { color: rgb(159,73,8); }
H1.HeaderClassName
{
color: #9F4908;
}
.AnyTagClassName
{
color: #9F4908;
}
</style>
background-color css
<style>
a { background-color: #9F4908; }
a { background-color: rgb(159,73,8); }
div.DivClassName
{
background-color: #9F4908;
}
.BgClassName
{
background-color: #9F4908;
}
</style>
border-color css
<style>
span { border-color: #9F4908; }
span { border-color: rgb(159,73,8); }
td.TdClassName
{
border-color: #9F4908;
}
.TagClassName
{
border-color: #9F4908;
}
</style>