Shades of Golden Brown #9D5B0E
Tints of Golden Brown #9D5B0E
RGB
CMYK
RGB Variations
Color information
#9D5B0E (or 0x9D5B0E) is known color: Golden Brown. HEX triplet: 9D, 5B and 0E. RGB value is (157,91,14). Sum of RGB (Red+Green+Blue) = 157+91+14=262 (34% of max value = 765). Red value is 157 (61.72% from 255 or 59.92% from 262); Green value is 91 (35.94% from 255 or 34.73% from 262); Blue value is 14 (5.86% from 255 or 5.34% from 262); Max value from RGB is 157 - color contains mainly: red. Hex color #9D5B0E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9D5B0E is #62A4F1. Grayscale: #666666. Windows color (decimal): -6464754 or 940957. OLE color: 940957.
HSL color Cylindrical-coordinate representation of color #9D5B0E: hue angle of 32.31º 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 #9D5B0E is Cyan = 0, Magento = 0.42, Yellow = 0.91 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 91 | 14 | - |
| CMYK | 0 | 0.42 | 0.91 | 0.38 |
| HSL | 32.31º | 0.84% | 0.34% | - |
| HSV(B) | 32.31º | 0.91% | 0.62% | - |
| XYZ | 17.72 | 14.68 | 2.32 | - |
| YUV | 101.96 | 78.37 | 167.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 91 | 14 | 0 | 0.42 | 0.91 | 0.38 | 32.31 | 0.84 | 0.34 |
| Hex | 9D | 5B | E | 0 | 2A | 5B | 26 | 20 | 54 | 22 |
| Octal | 235 | 133 | 16 | 0 | 52 | 133 | 46 | 40 | 124 | 42 |
| Binary | 10011101 | 1011011 | 1110 | 0 | 101010 | 1011011 | 100110 | 100000 | 1010100 | 100010 |
Color Harmonies of #9D5B0E
Complementary color
Monochromatic Colors of #9D5B0E
Black with #9D5B0E
Text Example
Text Example
White with #9D5B0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D5B0E; }
p { color: rgb(157,91,14); }
H1.HeaderClassName
{
color: #9D5B0E;
}
.AnyTagClassName
{
color: #9D5B0E;
}
</style>
background-color css
<style>
a { background-color: #9D5B0E; }
a { background-color: rgb(157,91,14); }
div.DivClassName
{
background-color: #9D5B0E;
}
.BgClassName
{
background-color: #9D5B0E;
}
</style>
border-color css
<style>
span { border-color: #9D5B0E; }
span { border-color: rgb(157,91,14); }
td.TdClassName
{
border-color: #9D5B0E;
}
.TagClassName
{
border-color: #9D5B0E;
}
</style>