Shades of Golden Brown #8D5910
Tints of Golden Brown #8D5910
RGB
CMYK
RGB Variations
Color information
#8D5910 (or 0x8D5910) is known color: Golden Brown. HEX triplet: 8D, 59 and 10. RGB value is (141,89,16). Sum of RGB (Red+Green+Blue) = 141+89+16=246 (32% of max value = 765). Red value is 141 (55.47% from 255 or 57.32% from 246); Green value is 89 (35.16% from 255 or 36.18% from 246); Blue value is 16 (6.64% from 255 or 6.50% from 246); Max value from RGB is 141 - color contains mainly: red. Hex color #8D5910 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8D5910 is #72A6EF. Grayscale: #606060. Windows color (decimal): -7513840 or 1071501. OLE color: 1071501.
HSL color Cylindrical-coordinate representation of color #8D5910: hue angle of 35.04º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8D5910 is Cyan = 0, Magento = 0.37, Yellow = 0.89 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 89 | 16 | - |
| CMYK | 0 | 0.37 | 0.89 | 0.45 |
| HSL | 35.04º | 0.8% | 0.31% | - |
| HSV(B) | 35.04º | 0.89% | 0.55% | - |
| XYZ | 14.65 | 12.84 | 2.2 | - |
| YUV | 96.23 | 82.73 | 159.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 89 | 16 | 0 | 0.37 | 0.89 | 0.45 | 35.04 | 0.8 | 0.31 |
| Hex | 8D | 59 | 10 | 0 | 25 | 59 | 2D | 23 | 50 | 1F |
| Octal | 215 | 131 | 20 | 0 | 45 | 131 | 55 | 43 | 120 | 37 |
| Binary | 10001101 | 1011001 | 10000 | 0 | 100101 | 1011001 | 101101 | 100011 | 1010000 | 11111 |
Color Harmonies of #8D5910
Complementary color
Monochromatic Colors of #8D5910
Black with #8D5910
Text Example
Text Example
White with #8D5910
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D5910; }
p { color: rgb(141,89,16); }
H1.HeaderClassName
{
color: #8D5910;
}
.AnyTagClassName
{
color: #8D5910;
}
</style>
background-color css
<style>
a { background-color: #8D5910; }
a { background-color: rgb(141,89,16); }
div.DivClassName
{
background-color: #8D5910;
}
.BgClassName
{
background-color: #8D5910;
}
</style>
border-color css
<style>
span { border-color: #8D5910; }
span { border-color: rgb(141,89,16); }
td.TdClassName
{
border-color: #8D5910;
}
.TagClassName
{
border-color: #8D5910;
}
</style>