Shades of Saddle Brown #9D380E
Tints of Saddle Brown #9D380E
RGB
CMYK
RGB Variations
Color information
#9D380E (or 0x9D380E) is known color: Saddle Brown. HEX triplet: 9D, 38 and 0E. RGB value is (157,56,14). Sum of RGB (Red+Green+Blue) = 157+56+14=227 (30% of max value = 765). Red value is 157 (61.72% from 255 or 69.16% from 227); Green value is 56 (22.27% from 255 or 24.67% from 227); Blue value is 14 (5.86% from 255 or 6.17% from 227); Max value from RGB is 157 - color contains mainly: red. Hex color #9D380E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9D380E is #62C7F1. Grayscale: #515151. Windows color (decimal): -6473714 or 931997. OLE color: 931997.
HSL color Cylindrical-coordinate representation of color #9D380E: hue angle of 17.62º degrees, saturation: 0.84, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9D380E is Cyan = 0, Magento = 0.64, Yellow = 0.91 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 56 | 14 | - |
| CMYK | 0 | 0.64 | 0.91 | 0.38 |
| HSL | 17.62º | 0.84% | 0.34% | - |
| HSV(B) | 17.62º | 0.91% | 0.62% | - |
| XYZ | 15.4 | 10.03 | 1.54 | - |
| YUV | 81.41 | 89.96 | 181.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 56 | 14 | 0 | 0.64 | 0.91 | 0.38 | 17.62 | 0.84 | 0.34 |
| Hex | 9D | 38 | E | 0 | 40 | 5B | 26 | 12 | 54 | 22 |
| Octal | 235 | 70 | 16 | 0 | 100 | 133 | 46 | 22 | 124 | 42 |
| Binary | 10011101 | 111000 | 1110 | 0 | 1000000 | 1011011 | 100110 | 10010 | 1010100 | 100010 |
Color Harmonies of #9D380E
Complementary color
Monochromatic Colors of #9D380E
Black with #9D380E
Text Example
Text Example
White with #9D380E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D380E; }
p { color: rgb(157,56,14); }
H1.HeaderClassName
{
color: #9D380E;
}
.AnyTagClassName
{
color: #9D380E;
}
</style>
background-color css
<style>
a { background-color: #9D380E; }
a { background-color: rgb(157,56,14); }
div.DivClassName
{
background-color: #9D380E;
}
.BgClassName
{
background-color: #9D380E;
}
</style>
border-color css
<style>
span { border-color: #9D380E; }
span { border-color: rgb(157,56,14); }
td.TdClassName
{
border-color: #9D380E;
}
.TagClassName
{
border-color: #9D380E;
}
</style>