Shades of Saddle Brown #9D370F
Tints of Saddle Brown #9D370F
RGB
CMYK
RGB Variations
Color information
#9D370F (or 0x9D370F) is known color: Saddle Brown. HEX triplet: 9D, 37 and 0F. RGB value is (157,55,15). Sum of RGB (Red+Green+Blue) = 157+55+15=227 (30% of max value = 765). Red value is 157 (61.72% from 255 or 69.16% from 227); Green value is 55 (21.88% from 255 or 24.23% from 227); Blue value is 15 (6.25% from 255 or 6.61% from 227); Max value from RGB is 157 - color contains mainly: red. Hex color #9D370F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9D370F is #62C8F0. Grayscale: #515151. Windows color (decimal): -6473969 or 997277. OLE color: 997277.
HSL color Cylindrical-coordinate representation of color #9D370F: hue angle of 16.9º degrees, saturation: 0.83, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9D370F is Cyan = 0, Magento = 0.65, Yellow = 0.90 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 55 | 15 | - |
| CMYK | 0 | 0.65 | 0.90 | 0.38 |
| HSL | 16.9º | 0.83% | 0.34% | - |
| HSV(B) | 16.9º | 0.9% | 0.62% | - |
| XYZ | 15.36 | 9.93 | 1.56 | - |
| YUV | 80.94 | 90.79 | 182.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 55 | 15 | 0 | 0.65 | 0.90 | 0.38 | 16.9 | 0.83 | 0.34 |
| Hex | 9D | 37 | F | 0 | 41 | 5A | 26 | 11 | 53 | 22 |
| Octal | 235 | 67 | 17 | 0 | 101 | 132 | 46 | 21 | 123 | 42 |
| Binary | 10011101 | 110111 | 1111 | 0 | 1000001 | 1011010 | 100110 | 10001 | 1010011 | 100010 |
Color Harmonies of #9D370F
Complementary color
Monochromatic Colors of #9D370F
Black with #9D370F
Text Example
Text Example
White with #9D370F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D370F; }
p { color: rgb(157,55,15); }
H1.HeaderClassName
{
color: #9D370F;
}
.AnyTagClassName
{
color: #9D370F;
}
</style>
background-color css
<style>
a { background-color: #9D370F; }
a { background-color: rgb(157,55,15); }
div.DivClassName
{
background-color: #9D370F;
}
.BgClassName
{
background-color: #9D370F;
}
</style>
border-color css
<style>
span { border-color: #9D370F; }
span { border-color: rgb(157,55,15); }
td.TdClassName
{
border-color: #9D370F;
}
.TagClassName
{
border-color: #9D370F;
}
</style>