Shades of Saddle Brown #9F3E09
Tints of Saddle Brown #9F3E09
RGB
CMYK
RGB Variations
Color information
#9F3E09 (or 0x9F3E09) is known color: Saddle Brown. HEX triplet: 9F, 3E and 09. RGB value is (159,62,9). Sum of RGB (Red+Green+Blue) = 159+62+9=230 (30% of max value = 765). Red value is 159 (62.5% from 255 or 69.13% from 230); Green value is 62 (24.61% from 255 or 26.96% from 230); Blue value is 9 (3.91% from 255 or 3.91% from 230); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3E09 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9F3E09 is #60C1F6. Grayscale: #555555. Windows color (decimal): -6341111 or 605855. OLE color: 605855.
HSL color Cylindrical-coordinate representation of color #9F3E09: hue angle of 21.2º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9F3E09 is Cyan = 0, Magento = 0.61, Yellow = 0.94 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 62 | 9 | - |
| CMYK | 0 | 0.61 | 0.94 | 0.38 |
| HSL | 21.2º | 0.89% | 0.33% | - |
| HSV(B) | 21.2º | 0.94% | 0.62% | - |
| XYZ | 16.07 | 10.84 | 1.5 | - |
| YUV | 84.96 | 85.14 | 180.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 62 | 9 | 0 | 0.61 | 0.94 | 0.38 | 21.2 | 0.89 | 0.33 |
| Hex | 9F | 3E | 9 | 0 | 3D | 5E | 26 | 15 | 59 | 21 |
| Octal | 237 | 76 | 11 | 0 | 75 | 136 | 46 | 25 | 131 | 41 |
| Binary | 10011111 | 111110 | 1001 | 0 | 111101 | 1011110 | 100110 | 10101 | 1011001 | 100001 |
Color Harmonies of #9F3E09
Complementary color
Monochromatic Colors of #9F3E09
Black with #9F3E09
Text Example
Text Example
White with #9F3E09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F3E09; }
p { color: rgb(159,62,9); }
H1.HeaderClassName
{
color: #9F3E09;
}
.AnyTagClassName
{
color: #9F3E09;
}
</style>
background-color css
<style>
a { background-color: #9F3E09; }
a { background-color: rgb(159,62,9); }
div.DivClassName
{
background-color: #9F3E09;
}
.BgClassName
{
background-color: #9F3E09;
}
</style>
border-color css
<style>
span { border-color: #9F3E09; }
span { border-color: rgb(159,62,9); }
td.TdClassName
{
border-color: #9F3E09;
}
.TagClassName
{
border-color: #9F3E09;
}
</style>