Shades of Golden Brown #8A6013
Tints of Golden Brown #8A6013
RGB
CMYK
RGB Variations
Color information
#8A6013 (or 0x8A6013) is known color: Golden Brown. HEX triplet: 8A, 60 and 13. RGB value is (138,96,19). Sum of RGB (Red+Green+Blue) = 138+96+19=253 (33% of max value = 765). Red value is 138 (54.30% from 255 or 54.55% from 253); Green value is 96 (37.89% from 255 or 37.94% from 253); Blue value is 19 (7.81% from 255 or 7.51% from 253); Max value from RGB is 138 - color contains mainly: red. Hex color #8A6013 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8A6013 is #759FEC. Grayscale: #646464. Windows color (decimal): -7708653 or 1269898. OLE color: 1269898.
HSL color Cylindrical-coordinate representation of color #8A6013: hue angle of 38.82º 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 #8A6013 is Cyan = 0, Magento = 0.30, Yellow = 0.86 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 96 | 19 | - |
| CMYK | 0 | 0.30 | 0.86 | 0.46 |
| HSL | 38.82º | 0.76% | 0.31% | - |
| HSV(B) | 38.82º | 0.86% | 0.54% | - |
| XYZ | 14.78 | 13.82 | 2.5 | - |
| YUV | 99.78 | 82.41 | 155.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 96 | 19 | 0 | 0.30 | 0.86 | 0.46 | 38.82 | 0.76 | 0.31 |
| Hex | 8A | 60 | 13 | 0 | 1E | 56 | 2E | 27 | 4C | 1F |
| Octal | 212 | 140 | 23 | 0 | 36 | 126 | 56 | 47 | 114 | 37 |
| Binary | 10001010 | 1100000 | 10011 | 0 | 11110 | 1010110 | 101110 | 100111 | 1001100 | 11111 |
Color Harmonies of #8A6013
Complementary color
Monochromatic Colors of #8A6013
Black with #8A6013
Text Example
Text Example
White with #8A6013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A6013; }
p { color: rgb(138,96,19); }
H1.HeaderClassName
{
color: #8A6013;
}
.AnyTagClassName
{
color: #8A6013;
}
</style>
background-color css
<style>
a { background-color: #8A6013; }
a { background-color: rgb(138,96,19); }
div.DivClassName
{
background-color: #8A6013;
}
.BgClassName
{
background-color: #8A6013;
}
</style>
border-color css
<style>
span { border-color: #8A6013; }
span { border-color: rgb(138,96,19); }
td.TdClassName
{
border-color: #8A6013;
}
.TagClassName
{
border-color: #8A6013;
}
</style>