Shades of Saddle Brown #9D360D
Tints of Saddle Brown #9D360D
RGB
CMYK
RGB Variations
Color information
#9D360D (or 0x9D360D) is known color: Saddle Brown. HEX triplet: 9D, 36 and 0D. RGB value is (157,54,13). Sum of RGB (Red+Green+Blue) = 157+54+13=224 (29% of max value = 765). Red value is 157 (61.72% from 255 or 70.09% from 224); Green value is 54 (21.48% from 255 or 24.11% from 224); Blue value is 13 (5.47% from 255 or 5.80% from 224); Max value from RGB is 157 - color contains mainly: red. Hex color #9D360D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9D360D is #62C9F2. Grayscale: #505050. Windows color (decimal): -6474227 or 865949. OLE color: 865949.
HSL color Cylindrical-coordinate representation of color #9D360D: hue angle of 17.08º degrees, saturation: 0.85, 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 #9D360D is Cyan = 0, Magento = 0.66, Yellow = 0.92 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 54 | 13 | - |
| CMYK | 0 | 0.66 | 0.92 | 0.38 |
| HSL | 17.08º | 0.85% | 0.33% | - |
| HSV(B) | 17.08º | 0.92% | 0.62% | - |
| XYZ | 15.3 | 9.84 | 1.47 | - |
| YUV | 80.12 | 90.12 | 182.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 54 | 13 | 0 | 0.66 | 0.92 | 0.38 | 17.08 | 0.85 | 0.33 |
| Hex | 9D | 36 | D | 0 | 42 | 5C | 26 | 11 | 55 | 21 |
| Octal | 235 | 66 | 15 | 0 | 102 | 134 | 46 | 21 | 125 | 41 |
| Binary | 10011101 | 110110 | 1101 | 0 | 1000010 | 1011100 | 100110 | 10001 | 1010101 | 100001 |
Color Harmonies of #9D360D
Complementary color
Monochromatic Colors of #9D360D
Black with #9D360D
Text Example
Text Example
White with #9D360D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D360D; }
p { color: rgb(157,54,13); }
H1.HeaderClassName
{
color: #9D360D;
}
.AnyTagClassName
{
color: #9D360D;
}
</style>
background-color css
<style>
a { background-color: #9D360D; }
a { background-color: rgb(157,54,13); }
div.DivClassName
{
background-color: #9D360D;
}
.BgClassName
{
background-color: #9D360D;
}
</style>
border-color css
<style>
span { border-color: #9D360D; }
span { border-color: rgb(157,54,13); }
td.TdClassName
{
border-color: #9D360D;
}
.TagClassName
{
border-color: #9D360D;
}
</style>