Shades of Golden Brown #8A640A
Tints of Golden Brown #8A640A
RGB
CMYK
RGB Variations
Color information
#8A640A (or 0x8A640A) is known color: Golden Brown. HEX triplet: 8A, 64 and 0A. RGB value is (138,100,10). Sum of RGB (Red+Green+Blue) = 138+100+10=248 (32% of max value = 765). Red value is 138 (54.30% from 255 or 55.65% from 248); Green value is 100 (39.45% from 255 or 40.32% from 248); Blue value is 10 (4.30% from 255 or 4.03% from 248); Max value from RGB is 138 - color contains mainly: red. Hex color #8A640A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8A640A is #759BF5. Grayscale: #656565. Windows color (decimal): -7707638 or 681098. OLE color: 681098.
HSL color Cylindrical-coordinate representation of color #8A640A: hue angle of 42.19º degrees, saturation: 0.86, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8A640A is Cyan = 0, Magento = 0.28, Yellow = 0.93 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 100 | 10 | - |
| CMYK | 0 | 0.28 | 0.93 | 0.46 |
| HSL | 42.19º | 0.86% | 0.29% | - |
| HSV(B) | 42.19º | 0.93% | 0.54% | - |
| XYZ | 15.09 | 14.54 | 2.3 | - |
| YUV | 101.1 | 76.59 | 154.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 100 | 10 | 0 | 0.28 | 0.93 | 0.46 | 42.19 | 0.86 | 0.29 |
| Hex | 8A | 64 | A | 0 | 1C | 5D | 2E | 2A | 56 | 1D |
| Octal | 212 | 144 | 12 | 0 | 34 | 135 | 56 | 52 | 126 | 35 |
| Binary | 10001010 | 1100100 | 1010 | 0 | 11100 | 1011101 | 101110 | 101010 | 1010110 | 11101 |
Color Harmonies of #8A640A
Complementary color
Monochromatic Colors of #8A640A
Black with #8A640A
Text Example
Text Example
White with #8A640A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A640A; }
p { color: rgb(138,100,10); }
H1.HeaderClassName
{
color: #8A640A;
}
.AnyTagClassName
{
color: #8A640A;
}
</style>
background-color css
<style>
a { background-color: #8A640A; }
a { background-color: rgb(138,100,10); }
div.DivClassName
{
background-color: #8A640A;
}
.BgClassName
{
background-color: #8A640A;
}
</style>
border-color css
<style>
span { border-color: #8A640A; }
span { border-color: rgb(138,100,10); }
td.TdClassName
{
border-color: #8A640A;
}
.TagClassName
{
border-color: #8A640A;
}
</style>