Shades of Golden Brown #8E5E03
Tints of Golden Brown #8E5E03
RGB
CMYK
RGB Variations
Color information
#8E5E03 (or 0x8E5E03) is known color: Golden Brown. HEX triplet: 8E, 5E and 03. RGB value is (142,94,3). Sum of RGB (Red+Green+Blue) = 142+94+3=239 (31% of max value = 765). Red value is 142 (55.86% from 255 or 59.41% from 239); Green value is 94 (37.11% from 255 or 39.33% from 239); Blue value is 3 (1.56% from 255 or 1.26% from 239); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5E03 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8E5E03 is #71A1FC. Grayscale: #626262. Windows color (decimal): -7447037 or 220814. OLE color: 220814.
HSL color Cylindrical-coordinate representation of color #8E5E03: hue angle of 39.28º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8E5E03 is Cyan = 0, Magento = 0.34, Yellow = 0.98 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 94 | 3 | - |
| CMYK | 0 | 0.34 | 0.98 | 0.44 |
| HSL | 39.28º | 0.96% | 0.28% | - |
| HSV(B) | 39.28º | 0.98% | 0.56% | - |
| XYZ | 15.17 | 13.76 | 1.94 | - |
| YUV | 97.98 | 74.4 | 159.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 94 | 3 | 0 | 0.34 | 0.98 | 0.44 | 39.28 | 0.96 | 0.28 |
| Hex | 8E | 5E | 3 | 0 | 22 | 62 | 2C | 27 | 60 | 1C |
| Octal | 216 | 136 | 3 | 0 | 42 | 142 | 54 | 47 | 140 | 34 |
| Binary | 10001110 | 1011110 | 11 | 0 | 100010 | 1100010 | 101100 | 100111 | 1100000 | 11100 |
Color Harmonies of #8E5E03
Complementary color
Monochromatic Colors of #8E5E03
Black with #8E5E03
Text Example
Text Example
White with #8E5E03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E5E03; }
p { color: rgb(142,94,3); }
H1.HeaderClassName
{
color: #8E5E03;
}
.AnyTagClassName
{
color: #8E5E03;
}
</style>
background-color css
<style>
a { background-color: #8E5E03; }
a { background-color: rgb(142,94,3); }
div.DivClassName
{
background-color: #8E5E03;
}
.BgClassName
{
background-color: #8E5E03;
}
</style>
border-color css
<style>
span { border-color: #8E5E03; }
span { border-color: rgb(142,94,3); }
td.TdClassName
{
border-color: #8E5E03;
}
.TagClassName
{
border-color: #8E5E03;
}
</style>