Shades of Golden Brown #8D580F
Tints of Golden Brown #8D580F
RGB
CMYK
RGB Variations
Color information
#8D580F (or 0x8D580F) is known color: Golden Brown. HEX triplet: 8D, 58 and 0F. RGB value is (141,88,15). Sum of RGB (Red+Green+Blue) = 141+88+15=244 (32% of max value = 765). Red value is 141 (55.47% from 255 or 57.79% from 244); Green value is 88 (34.77% from 255 or 36.07% from 244); Blue value is 15 (6.25% from 255 or 6.15% from 244); Max value from RGB is 141 - color contains mainly: red. Hex color #8D580F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8D580F is #72A7F0. Grayscale: #5F5F5F. Windows color (decimal): -7514097 or 1005709. OLE color: 1005709.
HSL color Cylindrical-coordinate representation of color #8D580F: hue angle of 34.76º degrees, saturation: 0.81, 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 #8D580F is Cyan = 0, Magento = 0.38, Yellow = 0.89 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 88 | 15 | - |
| CMYK | 0 | 0.38 | 0.89 | 0.45 |
| HSL | 34.76º | 0.81% | 0.31% | - |
| HSV(B) | 34.76º | 0.89% | 0.55% | - |
| XYZ | 14.56 | 12.68 | 2.13 | - |
| YUV | 95.53 | 82.56 | 160.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 88 | 15 | 0 | 0.38 | 0.89 | 0.45 | 34.76 | 0.81 | 0.31 |
| Hex | 8D | 58 | F | 0 | 26 | 59 | 2D | 23 | 51 | 1F |
| Octal | 215 | 130 | 17 | 0 | 46 | 131 | 55 | 43 | 121 | 37 |
| Binary | 10001101 | 1011000 | 1111 | 0 | 100110 | 1011001 | 101101 | 100011 | 1010001 | 11111 |
Color Harmonies of #8D580F
Complementary color
Monochromatic Colors of #8D580F
Black with #8D580F
Text Example
Text Example
White with #8D580F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D580F; }
p { color: rgb(141,88,15); }
H1.HeaderClassName
{
color: #8D580F;
}
.AnyTagClassName
{
color: #8D580F;
}
</style>
background-color css
<style>
a { background-color: #8D580F; }
a { background-color: rgb(141,88,15); }
div.DivClassName
{
background-color: #8D580F;
}
.BgClassName
{
background-color: #8D580F;
}
</style>
border-color css
<style>
span { border-color: #8D580F; }
span { border-color: rgb(141,88,15); }
td.TdClassName
{
border-color: #8D580F;
}
.TagClassName
{
border-color: #8D580F;
}
</style>