Shades of Golden Brown #8A630A
Tints of Golden Brown #8A630A
RGB
CMYK
RGB Variations
Color information
#8A630A (or 0x8A630A) is known color: Golden Brown. HEX triplet: 8A, 63 and 0A. RGB value is (138,99,10). Sum of RGB (Red+Green+Blue) = 138+99+10=247 (32% of max value = 765). Red value is 138 (54.30% from 255 or 55.87% from 247); Green value is 99 (39.06% from 255 or 40.08% from 247); Blue value is 10 (4.30% from 255 or 4.05% from 247); Max value from RGB is 138 - color contains mainly: red. Hex color #8A630A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8A630A is #759CF5. Grayscale: #646464. Windows color (decimal): -7707894 or 680842. OLE color: 680842.
HSL color Cylindrical-coordinate representation of color #8A630A: hue angle of 41.72º 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 #8A630A is Cyan = 0, Magento = 0.28, Yellow = 0.93 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 99 | 10 | - |
| CMYK | 0 | 0.28 | 0.93 | 0.46 |
| HSL | 41.72º | 0.86% | 0.29% | - |
| HSV(B) | 41.72º | 0.93% | 0.54% | - |
| XYZ | 15 | 14.35 | 2.27 | - |
| YUV | 100.52 | 76.92 | 154.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 99 | 10 | 0 | 0.28 | 0.93 | 0.46 | 41.72 | 0.86 | 0.29 |
| Hex | 8A | 63 | A | 0 | 1C | 5D | 2E | 2A | 56 | 1D |
| Octal | 212 | 143 | 12 | 0 | 34 | 135 | 56 | 52 | 126 | 35 |
| Binary | 10001010 | 1100011 | 1010 | 0 | 11100 | 1011101 | 101110 | 101010 | 1010110 | 11101 |
Color Harmonies of #8A630A
Complementary color
Monochromatic Colors of #8A630A
Black with #8A630A
Text Example
Text Example
White with #8A630A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A630A; }
p { color: rgb(138,99,10); }
H1.HeaderClassName
{
color: #8A630A;
}
.AnyTagClassName
{
color: #8A630A;
}
</style>
background-color css
<style>
a { background-color: #8A630A; }
a { background-color: rgb(138,99,10); }
div.DivClassName
{
background-color: #8A630A;
}
.BgClassName
{
background-color: #8A630A;
}
</style>
border-color css
<style>
span { border-color: #8A630A; }
span { border-color: rgb(138,99,10); }
td.TdClassName
{
border-color: #8A630A;
}
.TagClassName
{
border-color: #8A630A;
}
</style>