Shades of Golden Brown #8D5803
Tints of Golden Brown #8D5803
RGB
CMYK
RGB Variations
Color information
#8D5803 (or 0x8D5803) is known color: Golden Brown. HEX triplet: 8D, 58 and 03. RGB value is (141,88,3). Sum of RGB (Red+Green+Blue) = 141+88+3=232 (30% of max value = 765). Red value is 141 (55.47% from 255 or 60.78% from 232); Green value is 88 (34.77% from 255 or 37.93% from 232); Blue value is 3 (1.56% from 255 or 1.29% from 232); Max value from RGB is 141 - color contains mainly: red. Hex color #8D5803 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8D5803 is #72A7FC. Grayscale: #5E5E5E. Windows color (decimal): -7514109 or 219277. OLE color: 219277.
HSL color Cylindrical-coordinate representation of color #8D5803: hue angle of 36.96º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8D5803 is Cyan = 0, Magento = 0.38, Yellow = 0.98 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 88 | 3 | - |
| CMYK | 0 | 0.38 | 0.98 | 0.45 |
| HSL | 36.96º | 0.96% | 0.28% | - |
| HSV(B) | 36.96º | 0.98% | 0.55% | - |
| XYZ | 14.49 | 12.65 | 1.76 | - |
| YUV | 94.16 | 76.56 | 161.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 88 | 3 | 0 | 0.38 | 0.98 | 0.45 | 36.96 | 0.96 | 0.28 |
| Hex | 8D | 58 | 3 | 0 | 26 | 62 | 2D | 25 | 60 | 1C |
| Octal | 215 | 130 | 3 | 0 | 46 | 142 | 55 | 45 | 140 | 34 |
| Binary | 10001101 | 1011000 | 11 | 0 | 100110 | 1100010 | 101101 | 100101 | 1100000 | 11100 |
Color Harmonies of #8D5803
Complementary color
Monochromatic Colors of #8D5803
Black with #8D5803
Text Example
Text Example
White with #8D5803
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D5803; }
p { color: rgb(141,88,3); }
H1.HeaderClassName
{
color: #8D5803;
}
.AnyTagClassName
{
color: #8D5803;
}
</style>
background-color css
<style>
a { background-color: #8D5803; }
a { background-color: rgb(141,88,3); }
div.DivClassName
{
background-color: #8D5803;
}
.BgClassName
{
background-color: #8D5803;
}
</style>
border-color css
<style>
span { border-color: #8D5803; }
span { border-color: rgb(141,88,3); }
td.TdClassName
{
border-color: #8D5803;
}
.TagClassName
{
border-color: #8D5803;
}
</style>