Shades of Saddle Brown #9D350D
Tints of Saddle Brown #9D350D
RGB
CMYK
RGB Variations
Color information
#9D350D (or 0x9D350D) is known color: Saddle Brown. HEX triplet: 9D, 35 and 0D. RGB value is (157,53,13). Sum of RGB (Red+Green+Blue) = 157+53+13=223 (29% of max value = 765). Red value is 157 (61.72% from 255 or 70.40% from 223); Green value is 53 (21.09% from 255 or 23.77% from 223); Blue value is 13 (5.47% from 255 or 5.83% from 223); Max value from RGB is 157 - color contains mainly: red. Hex color #9D350D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9D350D is #62CAF2. Grayscale: #4F4F4F. Windows color (decimal): -6474483 or 865693. OLE color: 865693.
HSL color Cylindrical-coordinate representation of color #9D350D: hue angle of 16.67º 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 #9D350D is Cyan = 0, Magento = 0.66, Yellow = 0.92 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 53 | 13 | - |
| CMYK | 0 | 0.66 | 0.92 | 0.38 |
| HSL | 16.67º | 0.85% | 0.33% | - |
| HSV(B) | 16.67º | 0.92% | 0.62% | - |
| XYZ | 15.25 | 9.74 | 1.46 | - |
| YUV | 79.54 | 90.46 | 183.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 53 | 13 | 0 | 0.66 | 0.92 | 0.38 | 16.67 | 0.85 | 0.33 |
| Hex | 9D | 35 | D | 0 | 42 | 5C | 26 | 11 | 55 | 21 |
| Octal | 235 | 65 | 15 | 0 | 102 | 134 | 46 | 21 | 125 | 41 |
| Binary | 10011101 | 110101 | 1101 | 0 | 1000010 | 1011100 | 100110 | 10001 | 1010101 | 100001 |
Color Harmonies of #9D350D
Complementary color
Monochromatic Colors of #9D350D
Black with #9D350D
Text Example
Text Example
White with #9D350D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D350D; }
p { color: rgb(157,53,13); }
H1.HeaderClassName
{
color: #9D350D;
}
.AnyTagClassName
{
color: #9D350D;
}
</style>
background-color css
<style>
a { background-color: #9D350D; }
a { background-color: rgb(157,53,13); }
div.DivClassName
{
background-color: #9D350D;
}
.BgClassName
{
background-color: #9D350D;
}
</style>
border-color css
<style>
span { border-color: #9D350D; }
span { border-color: rgb(157,53,13); }
td.TdClassName
{
border-color: #9D350D;
}
.TagClassName
{
border-color: #9D350D;
}
</style>