Shades of Golden Brown #9D5D0B
Tints of Golden Brown #9D5D0B
RGB
CMYK
RGB Variations
Color information
#9D5D0B (or 0x9D5D0B) is known color: Golden Brown. HEX triplet: 9D, 5D and 0B. RGB value is (157,93,11). Sum of RGB (Red+Green+Blue) = 157+93+11=261 (34% of max value = 765). Red value is 157 (61.72% from 255 or 60.15% from 261); Green value is 93 (36.72% from 255 or 35.63% from 261); Blue value is 11 (4.69% from 255 or 4.21% from 261); Max value from RGB is 157 - color contains mainly: red. Hex color #9D5D0B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9D5D0B is #62A2F4. Grayscale: #676767. Windows color (decimal): -6464245 or 744861. OLE color: 744861.
HSL color Cylindrical-coordinate representation of color #9D5D0B: hue angle of 33.7º degrees, saturation: 0.87, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9D5D0B is Cyan = 0, Magento = 0.41, Yellow = 0.93 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 93 | 11 | - |
| CMYK | 0 | 0.41 | 0.93 | 0.38 |
| HSL | 33.7º | 0.87% | 0.33% | - |
| HSV(B) | 33.7º | 0.93% | 0.62% | - |
| XYZ | 17.88 | 15.02 | 2.27 | - |
| YUV | 102.79 | 76.2 | 166.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 93 | 11 | 0 | 0.41 | 0.93 | 0.38 | 33.7 | 0.87 | 0.33 |
| Hex | 9D | 5D | B | 0 | 29 | 5D | 26 | 22 | 57 | 21 |
| Octal | 235 | 135 | 13 | 0 | 51 | 135 | 46 | 42 | 127 | 41 |
| Binary | 10011101 | 1011101 | 1011 | 0 | 101001 | 1011101 | 100110 | 100010 | 1010111 | 100001 |
Color Harmonies of #9D5D0B
Complementary color
Monochromatic Colors of #9D5D0B
Black with #9D5D0B
Text Example
Text Example
White with #9D5D0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D5D0B; }
p { color: rgb(157,93,11); }
H1.HeaderClassName
{
color: #9D5D0B;
}
.AnyTagClassName
{
color: #9D5D0B;
}
</style>
background-color css
<style>
a { background-color: #9D5D0B; }
a { background-color: rgb(157,93,11); }
div.DivClassName
{
background-color: #9D5D0B;
}
.BgClassName
{
background-color: #9D5D0B;
}
</style>
border-color css
<style>
span { border-color: #9D5D0B; }
span { border-color: rgb(157,93,11); }
td.TdClassName
{
border-color: #9D5D0B;
}
.TagClassName
{
border-color: #9D5D0B;
}
</style>