Shades of Go Ben #80703E
Tints of Go Ben #80703E
RGB
CMYK
RGB Variations
Color information
#80703E (or 0x80703E) is known color: Go Ben. HEX triplet: 80, 70 and 3E. RGB value is (128,112,62). Sum of RGB (Red+Green+Blue) = 128+112+62=302 (40% of max value = 765). Red value is 128 (50.39% from 255 or 42.38% from 302); Green value is 112 (44.14% from 255 or 37.09% from 302); Blue value is 62 (24.61% from 255 or 20.53% from 302); Max value from RGB is 128 - color contains mainly: red. Hex color #80703E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #80703E is #7F8FC1. Grayscale: #6F6F6F. Windows color (decimal): -8359874 or 4092032. OLE color: 4092032.
HSL color Cylindrical-coordinate representation of color #80703E: hue angle of 45.45º degrees, saturation: 0.35, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #80703E is Cyan = 0, Magento = 0.12, Yellow = 0.52 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 112 | 62 | - |
| CMYK | 0 | 0.12 | 0.52 | 0.50 |
| HSL | 45.45º | 0.35% | 0.37% | - |
| HSV(B) | 45.45º | 0.52% | 0.5% | - |
| XYZ | 15.57 | 16.53 | 6.93 | - |
| YUV | 111.08 | 100.3 | 140.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 112 | 62 | 0 | 0.12 | 0.52 | 0.50 | 45.45 | 0.35 | 0.37 |
| Hex | 80 | 70 | 3E | 0 | C | 34 | 32 | 2D | 23 | 25 |
| Octal | 200 | 160 | 76 | 0 | 14 | 64 | 62 | 55 | 43 | 45 |
| Binary | 10000000 | 1110000 | 111110 | 0 | 1100 | 110100 | 110010 | 101101 | 100011 | 100101 |
Color Harmonies of #80703E
Complementary color
Monochromatic Colors of #80703E
Black with #80703E
Text Example
Text Example
White with #80703E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80703E; }
p { color: rgb(128,112,62); }
H1.HeaderClassName
{
color: #80703E;
}
.AnyTagClassName
{
color: #80703E;
}
</style>
background-color css
<style>
a { background-color: #80703E; }
a { background-color: rgb(128,112,62); }
div.DivClassName
{
background-color: #80703E;
}
.BgClassName
{
background-color: #80703E;
}
</style>
border-color css
<style>
span { border-color: #80703E; }
span { border-color: rgb(128,112,62); }
td.TdClassName
{
border-color: #80703E;
}
.TagClassName
{
border-color: #80703E;
}
</style>