Shades of Golden Brown #8A5E00
Tints of Golden Brown #8A5E00
RGB
CMYK
RGB Variations
Color information
#8A5E00 (or 0x8A5E00) is known color: Golden Brown. HEX triplet: 8A, 5E and 00. RGB value is (138,94,0). Sum of RGB (Red+Green+Blue) = 138+94+0=232 (30% of max value = 765). Red value is 138 (54.30% from 255 or 59.48% from 232); Green value is 94 (37.11% from 255 or 40.52% from 232); Blue value is 0 (0.39% from 255 or 0% from 232); Max value from RGB is 138 - color contains mainly: red. Hex color #8A5E00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8A5E00 is #75A1FF. Grayscale: #606060. Windows color (decimal): -7709184 or 24202. OLE color: 24202.
HSL color Cylindrical-coordinate representation of color #8A5E00: hue angle of 40.87º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8A5E00 is Cyan = 0, Magento = 0.32, Yellow = 1 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 94 | 0 | - |
| CMYK | 0 | 0.32 | 1 | 0.46 |
| HSL | 40.87º | 1% | 0.27% | - |
| HSV(B) | 40.87º | 1% | 0.54% | - |
| XYZ | 14.48 | 13.41 | 1.82 | - |
| YUV | 96.44 | 73.58 | 157.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 94 | 0 | 0 | 0.32 | 1 | 0.46 | 40.87 | 1 | 0.27 |
| Hex | 8A | 5E | 0 | 0 | 20 | 64 | 2E | 29 | 64 | 1B |
| Octal | 212 | 136 | 0 | 0 | 40 | 144 | 56 | 51 | 144 | 33 |
| Binary | 10001010 | 1011110 | 0 | 0 | 100000 | 1100100 | 101110 | 101001 | 1100100 | 11011 |
Color Harmonies of #8A5E00
Complementary color
Monochromatic Colors of #8A5E00
Black with #8A5E00
Text Example
Text Example
White with #8A5E00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A5E00; }
p { color: rgb(138,94,0); }
H1.HeaderClassName
{
color: #8A5E00;
}
.AnyTagClassName
{
color: #8A5E00;
}
</style>
background-color css
<style>
a { background-color: #8A5E00; }
a { background-color: rgb(138,94,0); }
div.DivClassName
{
background-color: #8A5E00;
}
.BgClassName
{
background-color: #8A5E00;
}
</style>
border-color css
<style>
span { border-color: #8A5E00; }
span { border-color: rgb(138,94,0); }
td.TdClassName
{
border-color: #8A5E00;
}
.TagClassName
{
border-color: #8A5E00;
}
</style>