Shades of Saddle Brown #9F450A
Tints of Saddle Brown #9F450A
RGB
CMYK
RGB Variations
Color information
#9F450A (or 0x9F450A) is known color: Saddle Brown. HEX triplet: 9F, 45 and 0A. RGB value is (159,69,10). Sum of RGB (Red+Green+Blue) = 159+69+10=238 (31% of max value = 765). Red value is 159 (62.5% from 255 or 66.81% from 238); Green value is 69 (27.34% from 255 or 28.99% from 238); Blue value is 10 (4.30% from 255 or 4.20% from 238); Max value from RGB is 159 - color contains mainly: red. Hex color #9F450A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9F450A is #60BAF5. Grayscale: #595959. Windows color (decimal): -6339318 or 673183. OLE color: 673183.
HSL color Cylindrical-coordinate representation of color #9F450A: hue angle of 23.76º 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 #9F450A is Cyan = 0, Magento = 0.57, Yellow = 0.94 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 69 | 10 | - |
| CMYK | 0 | 0.57 | 0.94 | 0.38 |
| HSL | 23.76º | 0.88% | 0.33% | - |
| HSV(B) | 23.76º | 0.94% | 0.62% | - |
| XYZ | 16.48 | 11.65 | 1.67 | - |
| YUV | 89.18 | 83.32 | 177.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 69 | 10 | 0 | 0.57 | 0.94 | 0.38 | 23.76 | 0.88 | 0.33 |
| Hex | 9F | 45 | A | 0 | 39 | 5E | 26 | 18 | 58 | 21 |
| Octal | 237 | 105 | 12 | 0 | 71 | 136 | 46 | 30 | 130 | 41 |
| Binary | 10011111 | 1000101 | 1010 | 0 | 111001 | 1011110 | 100110 | 11000 | 1011000 | 100001 |
Color Harmonies of #9F450A
Complementary color
Monochromatic Colors of #9F450A
Black with #9F450A
Text Example
Text Example
White with #9F450A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F450A; }
p { color: rgb(159,69,10); }
H1.HeaderClassName
{
color: #9F450A;
}
.AnyTagClassName
{
color: #9F450A;
}
</style>
background-color css
<style>
a { background-color: #9F450A; }
a { background-color: rgb(159,69,10); }
div.DivClassName
{
background-color: #9F450A;
}
.BgClassName
{
background-color: #9F450A;
}
</style>
border-color css
<style>
span { border-color: #9F450A; }
span { border-color: rgb(159,69,10); }
td.TdClassName
{
border-color: #9F450A;
}
.TagClassName
{
border-color: #9F450A;
}
</style>