Shades of Saddle Brown #9D5004
Tints of Saddle Brown #9D5004
RGB
CMYK
RGB Variations
Color information
#9D5004 (or 0x9D5004) is known color: Saddle Brown. HEX triplet: 9D, 50 and 04. RGB value is (157,80,4). Sum of RGB (Red+Green+Blue) = 157+80+4=241 (31% of max value = 765). Red value is 157 (61.72% from 255 or 65.15% from 241); Green value is 80 (31.64% from 255 or 33.20% from 241); Blue value is 4 (1.95% from 255 or 1.66% from 241); Max value from RGB is 157 - color contains mainly: red. Hex color #9D5004 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9D5004 is #62AFFB. Grayscale: #5E5E5E. Windows color (decimal): -6467580 or 282781. OLE color: 282781.
HSL color Cylindrical-coordinate representation of color #9D5004: hue angle of 29.8º degrees, saturation: 0.95, 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 #9D5004 is Cyan = 0, Magento = 0.49, Yellow = 0.97 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 80 | 4 | - |
| CMYK | 0 | 0.49 | 0.97 | 0.38 |
| HSL | 29.8º | 0.95% | 0.32% | - |
| HSV(B) | 29.8º | 0.97% | 0.62% | - |
| XYZ | 16.8 | 12.91 | 1.72 | - |
| YUV | 94.36 | 77.01 | 172.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 80 | 4 | 0 | 0.49 | 0.97 | 0.38 | 29.8 | 0.95 | 0.32 |
| Hex | 9D | 50 | 4 | 0 | 31 | 61 | 26 | 1E | 5F | 20 |
| Octal | 235 | 120 | 4 | 0 | 61 | 141 | 46 | 36 | 137 | 40 |
| Binary | 10011101 | 1010000 | 100 | 0 | 110001 | 1100001 | 100110 | 11110 | 1011111 | 100000 |
Color Harmonies of #9D5004
Complementary color
Monochromatic Colors of #9D5004
Black with #9D5004
Text Example
Text Example
White with #9D5004
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D5004; }
p { color: rgb(157,80,4); }
H1.HeaderClassName
{
color: #9D5004;
}
.AnyTagClassName
{
color: #9D5004;
}
</style>
background-color css
<style>
a { background-color: #9D5004; }
a { background-color: rgb(157,80,4); }
div.DivClassName
{
background-color: #9D5004;
}
.BgClassName
{
background-color: #9D5004;
}
</style>
border-color css
<style>
span { border-color: #9D5004; }
span { border-color: rgb(157,80,4); }
td.TdClassName
{
border-color: #9D5004;
}
.TagClassName
{
border-color: #9D5004;
}
</style>