Shades of Saddle Brown #9D370C
Tints of Saddle Brown #9D370C
RGB
CMYK
RGB Variations
Color information
#9D370C (or 0x9D370C) is known color: Saddle Brown. HEX triplet: 9D, 37 and 0C. RGB value is (157,55,12). Sum of RGB (Red+Green+Blue) = 157+55+12=224 (29% of max value = 765). Red value is 157 (61.72% from 255 or 70.09% from 224); Green value is 55 (21.88% from 255 or 24.55% from 224); Blue value is 12 (5.08% from 255 or 5.36% from 224); Max value from RGB is 157 - color contains mainly: red. Hex color #9D370C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9D370C is #62C8F3. Grayscale: #505050. Windows color (decimal): -6473972 or 800669. OLE color: 800669.
HSL color Cylindrical-coordinate representation of color #9D370C: hue angle of 17.79º degrees, saturation: 0.86, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9D370C is Cyan = 0, Magento = 0.65, Yellow = 0.92 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 55 | 12 | - |
| CMYK | 0 | 0.65 | 0.92 | 0.38 |
| HSL | 17.79º | 0.86% | 0.33% | - |
| HSV(B) | 17.79º | 0.92% | 0.62% | - |
| XYZ | 15.34 | 9.93 | 1.46 | - |
| YUV | 80.6 | 89.29 | 182.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 55 | 12 | 0 | 0.65 | 0.92 | 0.38 | 17.79 | 0.86 | 0.33 |
| Hex | 9D | 37 | C | 0 | 41 | 5C | 26 | 12 | 56 | 21 |
| Octal | 235 | 67 | 14 | 0 | 101 | 134 | 46 | 22 | 126 | 41 |
| Binary | 10011101 | 110111 | 1100 | 0 | 1000001 | 1011100 | 100110 | 10010 | 1010110 | 100001 |
Color Harmonies of #9D370C
Complementary color
Monochromatic Colors of #9D370C
Black with #9D370C
Text Example
Text Example
White with #9D370C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D370C; }
p { color: rgb(157,55,12); }
H1.HeaderClassName
{
color: #9D370C;
}
.AnyTagClassName
{
color: #9D370C;
}
</style>
background-color css
<style>
a { background-color: #9D370C; }
a { background-color: rgb(157,55,12); }
div.DivClassName
{
background-color: #9D370C;
}
.BgClassName
{
background-color: #9D370C;
}
</style>
border-color css
<style>
span { border-color: #9D370C; }
span { border-color: rgb(157,55,12); }
td.TdClassName
{
border-color: #9D370C;
}
.TagClassName
{
border-color: #9D370C;
}
</style>