Shades of Golden Brown #8E621A
Tints of Golden Brown #8E621A
RGB
CMYK
RGB Variations
Color information
#8E621A (or 0x8E621A) is known color: Golden Brown. HEX triplet: 8E, 62 and 1A. RGB value is (142,98,26). Sum of RGB (Red+Green+Blue) = 142+98+26=266 (35% of max value = 765). Red value is 142 (55.86% from 255 or 53.38% from 266); Green value is 98 (38.67% from 255 or 36.84% from 266); Blue value is 26 (10.55% from 255 or 9.77% from 266); Max value from RGB is 142 - color contains mainly: red. Hex color #8E621A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E621A is #719DE5. Grayscale: #676767. Windows color (decimal): -7445990 or 1729166. OLE color: 1729166.
HSL color Cylindrical-coordinate representation of color #8E621A: hue angle of 37.24º degrees, saturation: 0.69, 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 #8E621A is Cyan = 0, Magento = 0.31, Yellow = 0.82 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 98 | 26 | - |
| CMYK | 0 | 0.31 | 0.82 | 0.44 |
| HSL | 37.24º | 0.69% | 0.33% | - |
| HSV(B) | 37.24º | 0.82% | 0.56% | - |
| XYZ | 15.71 | 14.56 | 2.96 | - |
| YUV | 102.95 | 84.58 | 155.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 98 | 26 | 0 | 0.31 | 0.82 | 0.44 | 37.24 | 0.69 | 0.33 |
| Hex | 8E | 62 | 1A | 0 | 1F | 52 | 2C | 25 | 45 | 21 |
| Octal | 216 | 142 | 32 | 0 | 37 | 122 | 54 | 45 | 105 | 41 |
| Binary | 10001110 | 1100010 | 11010 | 0 | 11111 | 1010010 | 101100 | 100101 | 1000101 | 100001 |
Color Harmonies of #8E621A
Complementary color
Monochromatic Colors of #8E621A
Black with #8E621A
Text Example
Text Example
White with #8E621A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E621A; }
p { color: rgb(142,98,26); }
H1.HeaderClassName
{
color: #8E621A;
}
.AnyTagClassName
{
color: #8E621A;
}
</style>
background-color css
<style>
a { background-color: #8E621A; }
a { background-color: rgb(142,98,26); }
div.DivClassName
{
background-color: #8E621A;
}
.BgClassName
{
background-color: #8E621A;
}
</style>
border-color css
<style>
span { border-color: #8E621A; }
span { border-color: rgb(142,98,26); }
td.TdClassName
{
border-color: #8E621A;
}
.TagClassName
{
border-color: #8E621A;
}
</style>