Shades of Golden Brown #8A5E18
Tints of Golden Brown #8A5E18
RGB
CMYK
RGB Variations
Color information
#8A5E18 (or 0x8A5E18) is known color: Golden Brown. HEX triplet: 8A, 5E and 18. RGB value is (138,94,24). Sum of RGB (Red+Green+Blue) = 138+94+24=256 (33% of max value = 765). Red value is 138 (54.30% from 255 or 53.91% from 256); Green value is 94 (37.11% from 255 or 36.72% from 256); Blue value is 24 (9.77% from 255 or 9.38% from 256); Max value from RGB is 138 - color contains mainly: red. Hex color #8A5E18 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8A5E18 is #75A1E7. Grayscale: #636363. Windows color (decimal): -7709160 or 1597066. OLE color: 1597066.
HSL color Cylindrical-coordinate representation of color #8A5E18: hue angle of 36.84º degrees, saturation: 0.7, 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 #8A5E18 is Cyan = 0, Magento = 0.32, Yellow = 0.83 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 94 | 24 | - |
| CMYK | 0 | 0.32 | 0.83 | 0.46 |
| HSL | 36.84º | 0.7% | 0.32% | - |
| HSV(B) | 36.84º | 0.83% | 0.54% | - |
| XYZ | 14.65 | 13.47 | 2.69 | - |
| YUV | 99.18 | 85.58 | 155.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 94 | 24 | 0 | 0.32 | 0.83 | 0.46 | 36.84 | 0.7 | 0.32 |
| Hex | 8A | 5E | 18 | 0 | 20 | 53 | 2E | 25 | 46 | 20 |
| Octal | 212 | 136 | 30 | 0 | 40 | 123 | 56 | 45 | 106 | 40 |
| Binary | 10001010 | 1011110 | 11000 | 0 | 100000 | 1010011 | 101110 | 100101 | 1000110 | 100000 |
Color Harmonies of #8A5E18
Complementary color
Monochromatic Colors of #8A5E18
Black with #8A5E18
Text Example
Text Example
White with #8A5E18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A5E18; }
p { color: rgb(138,94,24); }
H1.HeaderClassName
{
color: #8A5E18;
}
.AnyTagClassName
{
color: #8A5E18;
}
</style>
background-color css
<style>
a { background-color: #8A5E18; }
a { background-color: rgb(138,94,24); }
div.DivClassName
{
background-color: #8A5E18;
}
.BgClassName
{
background-color: #8A5E18;
}
</style>
border-color css
<style>
span { border-color: #8A5E18; }
span { border-color: rgb(138,94,24); }
td.TdClassName
{
border-color: #8A5E18;
}
.TagClassName
{
border-color: #8A5E18;
}
</style>