Shades of Golden Brown #8D6819
Tints of Golden Brown #8D6819
RGB
CMYK
RGB Variations
Color information
#8D6819 (or 0x8D6819) is known color: Golden Brown. HEX triplet: 8D, 68 and 19. RGB value is (141,104,25). Sum of RGB (Red+Green+Blue) = 141+104+25=270 (35% of max value = 765). Red value is 141 (55.47% from 255 or 52.22% from 270); Green value is 104 (41.02% from 255 or 38.52% from 270); Blue value is 25 (10.16% from 255 or 9.26% from 270); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6819 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8D6819 is #7297E6. Grayscale: #6A6A6A. Windows color (decimal): -7509991 or 1665165. OLE color: 1665165.
HSL color Cylindrical-coordinate representation of color #8D6819: hue angle of 40.86º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8D6819 is Cyan = 0, Magento = 0.26, Yellow = 0.82 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 104 | 25 | - |
| CMYK | 0 | 0.26 | 0.82 | 0.45 |
| HSL | 40.86º | 0.7% | 0.33% | - |
| HSV(B) | 40.86º | 0.82% | 0.55% | - |
| XYZ | 16.11 | 15.63 | 3.09 | - |
| YUV | 106.06 | 82.26 | 152.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 104 | 25 | 0 | 0.26 | 0.82 | 0.45 | 40.86 | 0.7 | 0.33 |
| Hex | 8D | 68 | 19 | 0 | 1A | 52 | 2D | 29 | 46 | 21 |
| Octal | 215 | 150 | 31 | 0 | 32 | 122 | 55 | 51 | 106 | 41 |
| Binary | 10001101 | 1101000 | 11001 | 0 | 11010 | 1010010 | 101101 | 101001 | 1000110 | 100001 |
Color Harmonies of #8D6819
Complementary color
Monochromatic Colors of #8D6819
Black with #8D6819
Text Example
Text Example
White with #8D6819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D6819; }
p { color: rgb(141,104,25); }
H1.HeaderClassName
{
color: #8D6819;
}
.AnyTagClassName
{
color: #8D6819;
}
</style>
background-color css
<style>
a { background-color: #8D6819; }
a { background-color: rgb(141,104,25); }
div.DivClassName
{
background-color: #8D6819;
}
.BgClassName
{
background-color: #8D6819;
}
</style>
border-color css
<style>
span { border-color: #8D6819; }
span { border-color: rgb(141,104,25); }
td.TdClassName
{
border-color: #8D6819;
}
.TagClassName
{
border-color: #8D6819;
}
</style>