Shades of Saddle Brown #9D4205
Tints of Saddle Brown #9D4205
RGB
CMYK
RGB Variations
Color information
#9D4205 (or 0x9D4205) is known color: Saddle Brown. HEX triplet: 9D, 42 and 05. RGB value is (157,66,5). Sum of RGB (Red+Green+Blue) = 157+66+5=228 (30% of max value = 765). Red value is 157 (61.72% from 255 or 68.86% from 228); Green value is 66 (26.17% from 255 or 28.95% from 228); Blue value is 5 (2.34% from 255 or 2.19% from 228); Max value from RGB is 157 - color contains mainly: red. Hex color #9D4205 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9D4205 is #62BDFA. Grayscale: #565656. Windows color (decimal): -6471163 or 344733. OLE color: 344733.
HSL color Cylindrical-coordinate representation of color #9D4205: hue angle of 24.08º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9D4205 is Cyan = 0, Magento = 0.58, Yellow = 0.97 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 66 | 5 | - |
| CMYK | 0 | 0.58 | 0.97 | 0.38 |
| HSL | 24.08º | 0.94% | 0.32% | - |
| HSV(B) | 24.08º | 0.97% | 0.62% | - |
| XYZ | 15.88 | 11.08 | 1.44 | - |
| YUV | 86.26 | 82.15 | 178.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 66 | 5 | 0 | 0.58 | 0.97 | 0.38 | 24.08 | 0.94 | 0.32 |
| Hex | 9D | 42 | 5 | 0 | 3A | 61 | 26 | 18 | 5E | 20 |
| Octal | 235 | 102 | 5 | 0 | 72 | 141 | 46 | 30 | 136 | 40 |
| Binary | 10011101 | 1000010 | 101 | 0 | 111010 | 1100001 | 100110 | 11000 | 1011110 | 100000 |
Color Harmonies of #9D4205
Complementary color
Monochromatic Colors of #9D4205
Black with #9D4205
Text Example
Text Example
White with #9D4205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D4205; }
p { color: rgb(157,66,5); }
H1.HeaderClassName
{
color: #9D4205;
}
.AnyTagClassName
{
color: #9D4205;
}
</style>
background-color css
<style>
a { background-color: #9D4205; }
a { background-color: rgb(157,66,5); }
div.DivClassName
{
background-color: #9D4205;
}
.BgClassName
{
background-color: #9D4205;
}
</style>
border-color css
<style>
span { border-color: #9D4205; }
span { border-color: rgb(157,66,5); }
td.TdClassName
{
border-color: #9D4205;
}
.TagClassName
{
border-color: #9D4205;
}
</style>