Shades of Golden Brown #8A5A13
Tints of Golden Brown #8A5A13
RGB
CMYK
RGB Variations
Color information
#8A5A13 (or 0x8A5A13) is known color: Golden Brown. HEX triplet: 8A, 5A and 13. RGB value is (138,90,19). Sum of RGB (Red+Green+Blue) = 138+90+19=247 (32% of max value = 765). Red value is 138 (54.30% from 255 or 55.87% from 247); Green value is 90 (35.55% from 255 or 36.44% from 247); Blue value is 19 (7.81% from 255 or 7.69% from 247); Max value from RGB is 138 - color contains mainly: red. Hex color #8A5A13 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8A5A13 is #75A5EC. Grayscale: #606060. Windows color (decimal): -7710189 or 1268362. OLE color: 1268362.
HSL color Cylindrical-coordinate representation of color #8A5A13: hue angle of 35.8º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8A5A13 is Cyan = 0, Magento = 0.35, Yellow = 0.86 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 90 | 19 | - |
| CMYK | 0 | 0.35 | 0.86 | 0.46 |
| HSL | 35.8º | 0.76% | 0.31% | - |
| HSV(B) | 35.8º | 0.86% | 0.54% | - |
| XYZ | 14.25 | 12.76 | 2.33 | - |
| YUV | 96.26 | 84.4 | 157.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 90 | 19 | 0 | 0.35 | 0.86 | 0.46 | 35.8 | 0.76 | 0.31 |
| Hex | 8A | 5A | 13 | 0 | 23 | 56 | 2E | 24 | 4C | 1F |
| Octal | 212 | 132 | 23 | 0 | 43 | 126 | 56 | 44 | 114 | 37 |
| Binary | 10001010 | 1011010 | 10011 | 0 | 100011 | 1010110 | 101110 | 100100 | 1001100 | 11111 |
Color Harmonies of #8A5A13
Complementary color
Monochromatic Colors of #8A5A13
Black with #8A5A13
Text Example
Text Example
White with #8A5A13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A5A13; }
p { color: rgb(138,90,19); }
H1.HeaderClassName
{
color: #8A5A13;
}
.AnyTagClassName
{
color: #8A5A13;
}
</style>
background-color css
<style>
a { background-color: #8A5A13; }
a { background-color: rgb(138,90,19); }
div.DivClassName
{
background-color: #8A5A13;
}
.BgClassName
{
background-color: #8A5A13;
}
</style>
border-color css
<style>
span { border-color: #8A5A13; }
span { border-color: rgb(138,90,19); }
td.TdClassName
{
border-color: #8A5A13;
}
.TagClassName
{
border-color: #8A5A13;
}
</style>