Shades of Saddle Brown #9D4605
Tints of Saddle Brown #9D4605
RGB
CMYK
RGB Variations
Color information
#9D4605 (or 0x9D4605) is known color: Saddle Brown. HEX triplet: 9D, 46 and 05. RGB value is (157,70,5). Sum of RGB (Red+Green+Blue) = 157+70+5=232 (30% of max value = 765). Red value is 157 (61.72% from 255 or 67.67% from 232); Green value is 70 (27.73% from 255 or 30.17% from 232); Blue value is 5 (2.34% from 255 or 2.16% from 232); Max value from RGB is 157 - color contains mainly: red. Hex color #9D4605 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9D4605 is #62B9FA. Grayscale: #585858. Windows color (decimal): -6470139 or 345757. OLE color: 345757.
HSL color Cylindrical-coordinate representation of color #9D4605: hue angle of 25.66º 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 #9D4605 is Cyan = 0, Magento = 0.55, Yellow = 0.97 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 70 | 5 | - |
| CMYK | 0 | 0.55 | 0.97 | 0.38 |
| HSL | 25.66º | 0.94% | 0.32% | - |
| HSV(B) | 25.66º | 0.97% | 0.62% | - |
| XYZ | 16.12 | 11.56 | 1.53 | - |
| YUV | 88.6 | 80.82 | 176.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 70 | 5 | 0 | 0.55 | 0.97 | 0.38 | 25.66 | 0.94 | 0.32 |
| Hex | 9D | 46 | 5 | 0 | 37 | 61 | 26 | 1A | 5E | 20 |
| Octal | 235 | 106 | 5 | 0 | 67 | 141 | 46 | 32 | 136 | 40 |
| Binary | 10011101 | 1000110 | 101 | 0 | 110111 | 1100001 | 100110 | 11010 | 1011110 | 100000 |
Color Harmonies of #9D4605
Complementary color
Monochromatic Colors of #9D4605
Black with #9D4605
Text Example
Text Example
White with #9D4605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D4605; }
p { color: rgb(157,70,5); }
H1.HeaderClassName
{
color: #9D4605;
}
.AnyTagClassName
{
color: #9D4605;
}
</style>
background-color css
<style>
a { background-color: #9D4605; }
a { background-color: rgb(157,70,5); }
div.DivClassName
{
background-color: #9D4605;
}
.BgClassName
{
background-color: #9D4605;
}
</style>
border-color css
<style>
span { border-color: #9D4605; }
span { border-color: rgb(157,70,5); }
td.TdClassName
{
border-color: #9D4605;
}
.TagClassName
{
border-color: #9D4605;
}
</style>