Shades of Golden Brown #8E6219
Tints of Golden Brown #8E6219
RGB
CMYK
RGB Variations
Color information
#8E6219 (or 0x8E6219) is known color: Golden Brown. HEX triplet: 8E, 62 and 19. RGB value is (142,98,25). Sum of RGB (Red+Green+Blue) = 142+98+25=265 (35% of max value = 765). Red value is 142 (55.86% from 255 or 53.58% from 265); Green value is 98 (38.67% from 255 or 36.98% from 265); Blue value is 25 (10.16% from 255 or 9.43% from 265); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6219 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8E6219 is #719DE6. Grayscale: #676767. Windows color (decimal): -7445991 or 1663630. OLE color: 1663630.
HSL color Cylindrical-coordinate representation of color #8E6219: hue angle of 37.44º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8E6219 is Cyan = 0, Magento = 0.31, Yellow = 0.82 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 98 | 25 | - |
| CMYK | 0 | 0.31 | 0.82 | 0.44 |
| HSL | 37.44º | 0.7% | 0.33% | - |
| HSV(B) | 37.44º | 0.82% | 0.56% | - |
| XYZ | 15.7 | 14.56 | 2.9 | - |
| YUV | 102.83 | 84.08 | 155.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 98 | 25 | 0 | 0.31 | 0.82 | 0.44 | 37.44 | 0.7 | 0.33 |
| Hex | 8E | 62 | 19 | 0 | 1F | 52 | 2C | 25 | 46 | 21 |
| Octal | 216 | 142 | 31 | 0 | 37 | 122 | 54 | 45 | 106 | 41 |
| Binary | 10001110 | 1100010 | 11001 | 0 | 11111 | 1010010 | 101100 | 100101 | 1000110 | 100001 |
Color Harmonies of #8E6219
Complementary color
Monochromatic Colors of #8E6219
Black with #8E6219
Text Example
Text Example
White with #8E6219
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E6219; }
p { color: rgb(142,98,25); }
H1.HeaderClassName
{
color: #8E6219;
}
.AnyTagClassName
{
color: #8E6219;
}
</style>
background-color css
<style>
a { background-color: #8E6219; }
a { background-color: rgb(142,98,25); }
div.DivClassName
{
background-color: #8E6219;
}
.BgClassName
{
background-color: #8E6219;
}
</style>
border-color css
<style>
span { border-color: #8E6219; }
span { border-color: rgb(142,98,25); }
td.TdClassName
{
border-color: #8E6219;
}
.TagClassName
{
border-color: #8E6219;
}
</style>