Shades of Saddle Brown #9D4D13
Tints of Saddle Brown #9D4D13
RGB
CMYK
RGB Variations
Color information
#9D4D13 (or 0x9D4D13) is known color: Saddle Brown. HEX triplet: 9D, 4D and 13. RGB value is (157,77,19). Sum of RGB (Red+Green+Blue) = 157+77+19=253 (33% of max value = 765). Red value is 157 (61.72% from 255 or 62.06% from 253); Green value is 77 (30.47% from 255 or 30.43% from 253); Blue value is 19 (7.81% from 255 or 7.51% from 253); Max value from RGB is 157 - color contains mainly: red. Hex color #9D4D13 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9D4D13 is #62B2EC. Grayscale: #5E5E5E. Windows color (decimal): -6468333 or 1265053. OLE color: 1265053.
HSL color Cylindrical-coordinate representation of color #9D4D13: hue angle of 25.22º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9D4D13 is Cyan = 0, Magento = 0.51, Yellow = 0.88 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 77 | 19 | - |
| CMYK | 0 | 0.51 | 0.88 | 0.38 |
| HSL | 25.22º | 0.78% | 0.35% | - |
| HSV(B) | 25.22º | 0.88% | 0.62% | - |
| XYZ | 16.68 | 12.52 | 2.15 | - |
| YUV | 94.31 | 85.5 | 172.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 77 | 19 | 0 | 0.51 | 0.88 | 0.38 | 25.22 | 0.78 | 0.35 |
| Hex | 9D | 4D | 13 | 0 | 33 | 58 | 26 | 19 | 4E | 23 |
| Octal | 235 | 115 | 23 | 0 | 63 | 130 | 46 | 31 | 116 | 43 |
| Binary | 10011101 | 1001101 | 10011 | 0 | 110011 | 1011000 | 100110 | 11001 | 1001110 | 100011 |
Color Harmonies of #9D4D13
Complementary color
Monochromatic Colors of #9D4D13
Black with #9D4D13
Text Example
Text Example
White with #9D4D13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D4D13; }
p { color: rgb(157,77,19); }
H1.HeaderClassName
{
color: #9D4D13;
}
.AnyTagClassName
{
color: #9D4D13;
}
</style>
background-color css
<style>
a { background-color: #9D4D13; }
a { background-color: rgb(157,77,19); }
div.DivClassName
{
background-color: #9D4D13;
}
.BgClassName
{
background-color: #9D4D13;
}
</style>
border-color css
<style>
span { border-color: #9D4D13; }
span { border-color: rgb(157,77,19); }
td.TdClassName
{
border-color: #9D4D13;
}
.TagClassName
{
border-color: #9D4D13;
}
</style>