Shades of Saddle Brown #9F410A
Tints of Saddle Brown #9F410A
RGB
CMYK
RGB Variations
Color information
#9F410A (or 0x9F410A) is known color: Saddle Brown. HEX triplet: 9F, 41 and 0A. RGB value is (159,65,10). Sum of RGB (Red+Green+Blue) = 159+65+10=234 (30% of max value = 765). Red value is 159 (62.5% from 255 or 67.95% from 234); Green value is 65 (25.78% from 255 or 27.78% from 234); Blue value is 10 (4.30% from 255 or 4.27% from 234); Max value from RGB is 159 - color contains mainly: red. Hex color #9F410A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9F410A is #60BEF5. Grayscale: #575757. Windows color (decimal): -6340342 or 672159. OLE color: 672159.
HSL color Cylindrical-coordinate representation of color #9F410A: hue angle of 22.15º degrees, saturation: 0.88, 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 #9F410A is Cyan = 0, Magento = 0.59, Yellow = 0.94 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 65 | 10 | - |
| CMYK | 0 | 0.59 | 0.94 | 0.38 |
| HSL | 22.15º | 0.88% | 0.33% | - |
| HSV(B) | 22.15º | 0.94% | 0.62% | - |
| XYZ | 16.24 | 11.17 | 1.59 | - |
| YUV | 86.84 | 84.64 | 179.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 65 | 10 | 0 | 0.59 | 0.94 | 0.38 | 22.15 | 0.88 | 0.33 |
| Hex | 9F | 41 | A | 0 | 3B | 5E | 26 | 16 | 58 | 21 |
| Octal | 237 | 101 | 12 | 0 | 73 | 136 | 46 | 26 | 130 | 41 |
| Binary | 10011111 | 1000001 | 1010 | 0 | 111011 | 1011110 | 100110 | 10110 | 1011000 | 100001 |
Color Harmonies of #9F410A
Complementary color
Monochromatic Colors of #9F410A
Black with #9F410A
Text Example
Text Example
White with #9F410A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F410A; }
p { color: rgb(159,65,10); }
H1.HeaderClassName
{
color: #9F410A;
}
.AnyTagClassName
{
color: #9F410A;
}
</style>
background-color css
<style>
a { background-color: #9F410A; }
a { background-color: rgb(159,65,10); }
div.DivClassName
{
background-color: #9F410A;
}
.BgClassName
{
background-color: #9F410A;
}
</style>
border-color css
<style>
span { border-color: #9F410A; }
span { border-color: rgb(159,65,10); }
td.TdClassName
{
border-color: #9F410A;
}
.TagClassName
{
border-color: #9F410A;
}
</style>