Shades of Saddle Brown #9F450C
Tints of Saddle Brown #9F450C
RGB
CMYK
RGB Variations
Color information
#9F450C (or 0x9F450C) is known color: Saddle Brown. HEX triplet: 9F, 45 and 0C. RGB value is (159,69,12). Sum of RGB (Red+Green+Blue) = 159+69+12=240 (31% of max value = 765). Red value is 159 (62.5% from 255 or 66.25% from 240); Green value is 69 (27.34% from 255 or 28.75% from 240); Blue value is 12 (5.08% from 255 or 5% from 240); Max value from RGB is 159 - color contains mainly: red. Hex color #9F450C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9F450C is #60BAF3. Grayscale: #595959. Windows color (decimal): -6339316 or 804255. OLE color: 804255.
HSL color Cylindrical-coordinate representation of color #9F450C: hue angle of 23.27º degrees, saturation: 0.86, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9F450C is Cyan = 0, Magento = 0.57, Yellow = 0.92 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 69 | 12 | - |
| CMYK | 0 | 0.57 | 0.92 | 0.38 |
| HSL | 23.27º | 0.86% | 0.34% | - |
| HSV(B) | 23.27º | 0.92% | 0.62% | - |
| XYZ | 16.49 | 11.65 | 1.73 | - |
| YUV | 89.41 | 84.32 | 177.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 69 | 12 | 0 | 0.57 | 0.92 | 0.38 | 23.27 | 0.86 | 0.34 |
| Hex | 9F | 45 | C | 0 | 39 | 5C | 26 | 17 | 56 | 22 |
| Octal | 237 | 105 | 14 | 0 | 71 | 134 | 46 | 27 | 126 | 42 |
| Binary | 10011111 | 1000101 | 1100 | 0 | 111001 | 1011100 | 100110 | 10111 | 1010110 | 100010 |
Color Harmonies of #9F450C
Complementary color
Monochromatic Colors of #9F450C
Black with #9F450C
Text Example
Text Example
White with #9F450C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F450C; }
p { color: rgb(159,69,12); }
H1.HeaderClassName
{
color: #9F450C;
}
.AnyTagClassName
{
color: #9F450C;
}
</style>
background-color css
<style>
a { background-color: #9F450C; }
a { background-color: rgb(159,69,12); }
div.DivClassName
{
background-color: #9F450C;
}
.BgClassName
{
background-color: #9F450C;
}
</style>
border-color css
<style>
span { border-color: #9F450C; }
span { border-color: rgb(159,69,12); }
td.TdClassName
{
border-color: #9F450C;
}
.TagClassName
{
border-color: #9F450C;
}
</style>