Shades of Golden Brown #8A6217
Tints of Golden Brown #8A6217
RGB
CMYK
RGB Variations
Color information
#8A6217 (or 0x8A6217) is known color: Golden Brown. HEX triplet: 8A, 62 and 17. RGB value is (138,98,23). Sum of RGB (Red+Green+Blue) = 138+98+23=259 (34% of max value = 765). Red value is 138 (54.30% from 255 or 53.28% from 259); Green value is 98 (38.67% from 255 or 37.84% from 259); Blue value is 23 (9.38% from 255 or 8.88% from 259); Max value from RGB is 138 - color contains mainly: red. Hex color #8A6217 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8A6217 is #759DE8. Grayscale: #656565. Windows color (decimal): -7708137 or 1532554. OLE color: 1532554.
HSL color Cylindrical-coordinate representation of color #8A6217: hue angle of 39.13º degrees, saturation: 0.71, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8A6217 is Cyan = 0, Magento = 0.29, Yellow = 0.83 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 98 | 23 | - |
| CMYK | 0 | 0.29 | 0.83 | 0.46 |
| HSL | 39.13º | 0.71% | 0.32% | - |
| HSV(B) | 39.13º | 0.83% | 0.54% | - |
| XYZ | 15 | 14.2 | 2.76 | - |
| YUV | 101.41 | 83.75 | 154.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 98 | 23 | 0 | 0.29 | 0.83 | 0.46 | 39.13 | 0.71 | 0.32 |
| Hex | 8A | 62 | 17 | 0 | 1D | 53 | 2E | 27 | 47 | 20 |
| Octal | 212 | 142 | 27 | 0 | 35 | 123 | 56 | 47 | 107 | 40 |
| Binary | 10001010 | 1100010 | 10111 | 0 | 11101 | 1010011 | 101110 | 100111 | 1000111 | 100000 |
Color Harmonies of #8A6217
Complementary color
Monochromatic Colors of #8A6217
Black with #8A6217
Text Example
Text Example
White with #8A6217
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A6217; }
p { color: rgb(138,98,23); }
H1.HeaderClassName
{
color: #8A6217;
}
.AnyTagClassName
{
color: #8A6217;
}
</style>
background-color css
<style>
a { background-color: #8A6217; }
a { background-color: rgb(138,98,23); }
div.DivClassName
{
background-color: #8A6217;
}
.BgClassName
{
background-color: #8A6217;
}
</style>
border-color css
<style>
span { border-color: #8A6217; }
span { border-color: rgb(138,98,23); }
td.TdClassName
{
border-color: #8A6217;
}
.TagClassName
{
border-color: #8A6217;
}
</style>