Shades of Saddle Brown #9D4F12
Tints of Saddle Brown #9D4F12
RGB
CMYK
RGB Variations
Color information
#9D4F12 (or 0x9D4F12) is known color: Saddle Brown. HEX triplet: 9D, 4F and 12. RGB value is (157,79,18). Sum of RGB (Red+Green+Blue) = 157+79+18=254 (33% of max value = 765). Red value is 157 (61.72% from 255 or 61.81% from 254); Green value is 79 (31.25% from 255 or 31.10% from 254); Blue value is 18 (7.42% from 255 or 7.09% from 254); Max value from RGB is 157 - color contains mainly: red. Hex color #9D4F12 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9D4F12 is #62B0ED. Grayscale: #5F5F5F. Windows color (decimal): -6467822 or 1200029. OLE color: 1200029.
HSL color Cylindrical-coordinate representation of color #9D4F12: hue angle of 26.33º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9D4F12 is Cyan = 0, Magento = 0.50, Yellow = 0.89 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 79 | 18 | - |
| CMYK | 0 | 0.50 | 0.89 | 0.38 |
| HSL | 26.33º | 0.79% | 0.34% | - |
| HSV(B) | 26.33º | 0.89% | 0.62% | - |
| XYZ | 16.81 | 12.8 | 2.16 | - |
| YUV | 95.37 | 84.34 | 171.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 79 | 18 | 0 | 0.50 | 0.89 | 0.38 | 26.33 | 0.79 | 0.34 |
| Hex | 9D | 4F | 12 | 0 | 32 | 59 | 26 | 1A | 4F | 22 |
| Octal | 235 | 117 | 22 | 0 | 62 | 131 | 46 | 32 | 117 | 42 |
| Binary | 10011101 | 1001111 | 10010 | 0 | 110010 | 1011001 | 100110 | 11010 | 1001111 | 100010 |
Color Harmonies of #9D4F12
Complementary color
Monochromatic Colors of #9D4F12
Black with #9D4F12
Text Example
Text Example
White with #9D4F12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D4F12; }
p { color: rgb(157,79,18); }
H1.HeaderClassName
{
color: #9D4F12;
}
.AnyTagClassName
{
color: #9D4F12;
}
</style>
background-color css
<style>
a { background-color: #9D4F12; }
a { background-color: rgb(157,79,18); }
div.DivClassName
{
background-color: #9D4F12;
}
.BgClassName
{
background-color: #9D4F12;
}
</style>
border-color css
<style>
span { border-color: #9D4F12; }
span { border-color: rgb(157,79,18); }
td.TdClassName
{
border-color: #9D4F12;
}
.TagClassName
{
border-color: #9D4F12;
}
</style>