Shades of Golden Brown #8D6304
Tints of Golden Brown #8D6304
RGB
CMYK
RGB Variations
Color information
#8D6304 (or 0x8D6304) is known color: Golden Brown. HEX triplet: 8D, 63 and 04. RGB value is (141,99,4). Sum of RGB (Red+Green+Blue) = 141+99+4=244 (32% of max value = 765). Red value is 141 (55.47% from 255 or 57.79% from 244); Green value is 99 (39.06% from 255 or 40.57% from 244); Blue value is 4 (1.95% from 255 or 1.64% from 244); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6304 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8D6304 is #729CFB. Grayscale: #656565. Windows color (decimal): -7511292 or 287629. OLE color: 287629.
HSL color Cylindrical-coordinate representation of color #8D6304: hue angle of 41.61º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8D6304 is Cyan = 0, Magento = 0.30, Yellow = 0.97 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 99 | 4 | - |
| CMYK | 0 | 0.30 | 0.97 | 0.45 |
| HSL | 41.61º | 0.94% | 0.28% | - |
| HSV(B) | 41.61º | 0.97% | 0.55% | - |
| XYZ | 15.47 | 14.6 | 2.12 | - |
| YUV | 100.73 | 73.41 | 156.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 99 | 4 | 0 | 0.30 | 0.97 | 0.45 | 41.61 | 0.94 | 0.28 |
| Hex | 8D | 63 | 4 | 0 | 1E | 61 | 2D | 2A | 5E | 1C |
| Octal | 215 | 143 | 4 | 0 | 36 | 141 | 55 | 52 | 136 | 34 |
| Binary | 10001101 | 1100011 | 100 | 0 | 11110 | 1100001 | 101101 | 101010 | 1011110 | 11100 |
Color Harmonies of #8D6304
Complementary color
Monochromatic Colors of #8D6304
Black with #8D6304
Text Example
Text Example
White with #8D6304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D6304; }
p { color: rgb(141,99,4); }
H1.HeaderClassName
{
color: #8D6304;
}
.AnyTagClassName
{
color: #8D6304;
}
</style>
background-color css
<style>
a { background-color: #8D6304; }
a { background-color: rgb(141,99,4); }
div.DivClassName
{
background-color: #8D6304;
}
.BgClassName
{
background-color: #8D6304;
}
</style>
border-color css
<style>
span { border-color: #8D6304; }
span { border-color: rgb(141,99,4); }
td.TdClassName
{
border-color: #8D6304;
}
.TagClassName
{
border-color: #8D6304;
}
</style>