Shades of Go Ben #80703A
Tints of Go Ben #80703A
RGB
CMYK
RGB Variations
Color information
#80703A (or 0x80703A) is known color: Go Ben. HEX triplet: 80, 70 and 3A. RGB value is (128,112,58). Sum of RGB (Red+Green+Blue) = 128+112+58=298 (39% of max value = 765). Red value is 128 (50.39% from 255 or 42.95% from 298); Green value is 112 (44.14% from 255 or 37.58% from 298); Blue value is 58 (23.05% from 255 or 19.46% from 298); Max value from RGB is 128 - color contains mainly: red. Hex color #80703A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #80703A is #7F8FC5. Grayscale: #6E6E6E. Windows color (decimal): -8359878 or 3829888. OLE color: 3829888.
HSL color Cylindrical-coordinate representation of color #80703A: hue angle of 46.29º degrees, saturation: 0.38, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #80703A is Cyan = 0, Magento = 0.12, Yellow = 0.55 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 112 | 58 | - |
| CMYK | 0 | 0.12 | 0.55 | 0.50 |
| HSL | 46.29º | 0.38% | 0.36% | - |
| HSV(B) | 46.29º | 0.55% | 0.5% | - |
| XYZ | 15.46 | 16.48 | 6.37 | - |
| YUV | 110.63 | 98.3 | 140.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 112 | 58 | 0 | 0.12 | 0.55 | 0.50 | 46.29 | 0.38 | 0.36 |
| Hex | 80 | 70 | 3A | 0 | C | 37 | 32 | 2E | 26 | 24 |
| Octal | 200 | 160 | 72 | 0 | 14 | 67 | 62 | 56 | 46 | 44 |
| Binary | 10000000 | 1110000 | 111010 | 0 | 1100 | 110111 | 110010 | 101110 | 100110 | 100100 |
Color Harmonies of #80703A
Complementary color
Monochromatic Colors of #80703A
Black with #80703A
Text Example
Text Example
White with #80703A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80703A; }
p { color: rgb(128,112,58); }
H1.HeaderClassName
{
color: #80703A;
}
.AnyTagClassName
{
color: #80703A;
}
</style>
background-color css
<style>
a { background-color: #80703A; }
a { background-color: rgb(128,112,58); }
div.DivClassName
{
background-color: #80703A;
}
.BgClassName
{
background-color: #80703A;
}
</style>
border-color css
<style>
span { border-color: #80703A; }
span { border-color: rgb(128,112,58); }
td.TdClassName
{
border-color: #80703A;
}
.TagClassName
{
border-color: #80703A;
}
</style>