Shades of Saddle Brown #9D4D14
Tints of Saddle Brown #9D4D14
RGB
CMYK
RGB Variations
Color information
#9D4D14 (or 0x9D4D14) is known color: Saddle Brown. HEX triplet: 9D, 4D and 14. RGB value is (157,77,20). Sum of RGB (Red+Green+Blue) = 157+77+20=254 (33% of max value = 765). Red value is 157 (61.72% from 255 or 61.81% from 254); Green value is 77 (30.47% from 255 or 30.31% from 254); Blue value is 20 (8.20% from 255 or 7.87% from 254); Max value from RGB is 157 - color contains mainly: red. Hex color #9D4D14 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9D4D14 is #62B2EB. Grayscale: #5E5E5E. Windows color (decimal): -6468332 or 1330589. OLE color: 1330589.
HSL color Cylindrical-coordinate representation of color #9D4D14: hue angle of 24.96º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9D4D14 is Cyan = 0, Magento = 0.51, Yellow = 0.87 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 77 | 20 | - |
| CMYK | 0 | 0.51 | 0.87 | 0.38 |
| HSL | 24.96º | 0.77% | 0.35% | - |
| HSV(B) | 24.96º | 0.87% | 0.62% | - |
| XYZ | 16.68 | 12.53 | 2.2 | - |
| YUV | 94.42 | 86 | 172.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 77 | 20 | 0 | 0.51 | 0.87 | 0.38 | 24.96 | 0.77 | 0.35 |
| Hex | 9D | 4D | 14 | 0 | 33 | 57 | 26 | 19 | 4D | 23 |
| Octal | 235 | 115 | 24 | 0 | 63 | 127 | 46 | 31 | 115 | 43 |
| Binary | 10011101 | 1001101 | 10100 | 0 | 110011 | 1010111 | 100110 | 11001 | 1001101 | 100011 |
Color Harmonies of #9D4D14
Complementary color
Monochromatic Colors of #9D4D14
Black with #9D4D14
Text Example
Text Example
White with #9D4D14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D4D14; }
p { color: rgb(157,77,20); }
H1.HeaderClassName
{
color: #9D4D14;
}
.AnyTagClassName
{
color: #9D4D14;
}
</style>
background-color css
<style>
a { background-color: #9D4D14; }
a { background-color: rgb(157,77,20); }
div.DivClassName
{
background-color: #9D4D14;
}
.BgClassName
{
background-color: #9D4D14;
}
</style>
border-color css
<style>
span { border-color: #9D4D14; }
span { border-color: rgb(157,77,20); }
td.TdClassName
{
border-color: #9D4D14;
}
.TagClassName
{
border-color: #9D4D14;
}
</style>