Shades of Golden Brown #9D5C0E
Tints of Golden Brown #9D5C0E
RGB
CMYK
RGB Variations
Color information
#9D5C0E (or 0x9D5C0E) is known color: Golden Brown. HEX triplet: 9D, 5C and 0E. RGB value is (157,92,14). Sum of RGB (Red+Green+Blue) = 157+92+14=263 (34% of max value = 765). Red value is 157 (61.72% from 255 or 59.70% from 263); Green value is 92 (36.33% from 255 or 34.98% from 263); Blue value is 14 (5.86% from 255 or 5.32% from 263); Max value from RGB is 157 - color contains mainly: red. Hex color #9D5C0E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9D5C0E is #62A3F1. Grayscale: #666666. Windows color (decimal): -6464498 or 941213. OLE color: 941213.
HSL color Cylindrical-coordinate representation of color #9D5C0E: hue angle of 32.73º degrees, saturation: 0.84, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9D5C0E is Cyan = 0, Magento = 0.41, Yellow = 0.91 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 92 | 14 | - |
| CMYK | 0 | 0.41 | 0.91 | 0.38 |
| HSL | 32.73º | 0.84% | 0.34% | - |
| HSV(B) | 32.73º | 0.91% | 0.62% | - |
| XYZ | 17.81 | 14.85 | 2.34 | - |
| YUV | 102.54 | 78.03 | 166.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 92 | 14 | 0 | 0.41 | 0.91 | 0.38 | 32.73 | 0.84 | 0.34 |
| Hex | 9D | 5C | E | 0 | 29 | 5B | 26 | 21 | 54 | 22 |
| Octal | 235 | 134 | 16 | 0 | 51 | 133 | 46 | 41 | 124 | 42 |
| Binary | 10011101 | 1011100 | 1110 | 0 | 101001 | 1011011 | 100110 | 100001 | 1010100 | 100010 |
Color Harmonies of #9D5C0E
Complementary color
Monochromatic Colors of #9D5C0E
Black with #9D5C0E
Text Example
Text Example
White with #9D5C0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D5C0E; }
p { color: rgb(157,92,14); }
H1.HeaderClassName
{
color: #9D5C0E;
}
.AnyTagClassName
{
color: #9D5C0E;
}
</style>
background-color css
<style>
a { background-color: #9D5C0E; }
a { background-color: rgb(157,92,14); }
div.DivClassName
{
background-color: #9D5C0E;
}
.BgClassName
{
background-color: #9D5C0E;
}
</style>
border-color css
<style>
span { border-color: #9D5C0E; }
span { border-color: rgb(157,92,14); }
td.TdClassName
{
border-color: #9D5C0E;
}
.TagClassName
{
border-color: #9D5C0E;
}
</style>