Shades of Golden Brown #9D5819
Tints of Golden Brown #9D5819
RGB
CMYK
RGB Variations
Color information
#9D5819 (or 0x9D5819) is known color: Golden Brown. HEX triplet: 9D, 58 and 19. RGB value is (157,88,25). Sum of RGB (Red+Green+Blue) = 157+88+25=270 (35% of max value = 765). Red value is 157 (61.72% from 255 or 58.15% from 270); Green value is 88 (34.77% from 255 or 32.59% from 270); Blue value is 25 (10.16% from 255 or 9.26% from 270); Max value from RGB is 157 - color contains mainly: red. Hex color #9D5819 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9D5819 is #62A7E6. Grayscale: #656565. Windows color (decimal): -6465511 or 1661085. OLE color: 1661085.
HSL color Cylindrical-coordinate representation of color #9D5819: hue angle of 28.64º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9D5819 is Cyan = 0, Magento = 0.44, Yellow = 0.84 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 88 | 25 | - |
| CMYK | 0 | 0.44 | 0.84 | 0.38 |
| HSL | 28.64º | 0.73% | 0.36% | - |
| HSV(B) | 28.64º | 0.84% | 0.62% | - |
| XYZ | 17.57 | 14.22 | 2.74 | - |
| YUV | 101.45 | 84.86 | 167.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 88 | 25 | 0 | 0.44 | 0.84 | 0.38 | 28.64 | 0.73 | 0.36 |
| Hex | 9D | 58 | 19 | 0 | 2C | 54 | 26 | 1D | 49 | 24 |
| Octal | 235 | 130 | 31 | 0 | 54 | 124 | 46 | 35 | 111 | 44 |
| Binary | 10011101 | 1011000 | 11001 | 0 | 101100 | 1010100 | 100110 | 11101 | 1001001 | 100100 |
Color Harmonies of #9D5819
Complementary color
Monochromatic Colors of #9D5819
Black with #9D5819
Text Example
Text Example
White with #9D5819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D5819; }
p { color: rgb(157,88,25); }
H1.HeaderClassName
{
color: #9D5819;
}
.AnyTagClassName
{
color: #9D5819;
}
</style>
background-color css
<style>
a { background-color: #9D5819; }
a { background-color: rgb(157,88,25); }
div.DivClassName
{
background-color: #9D5819;
}
.BgClassName
{
background-color: #9D5819;
}
</style>
border-color css
<style>
span { border-color: #9D5819; }
span { border-color: rgb(157,88,25); }
td.TdClassName
{
border-color: #9D5819;
}
.TagClassName
{
border-color: #9D5819;
}
</style>