Shades of Go Ben #80723E
Tints of Go Ben #80723E
RGB
CMYK
RGB Variations
Color information
#80723E (or 0x80723E) is known color: Go Ben. HEX triplet: 80, 72 and 3E. RGB value is (128,114,62). Sum of RGB (Red+Green+Blue) = 128+114+62=304 (40% of max value = 765). Red value is 128 (50.39% from 255 or 42.11% from 304); Green value is 114 (44.92% from 255 or 37.5% from 304); Blue value is 62 (24.61% from 255 or 20.39% from 304); Max value from RGB is 128 - color contains mainly: red. Hex color #80723E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #80723E is #7F8DC1. Grayscale: #707070. Windows color (decimal): -8359362 or 4092544. OLE color: 4092544.
HSL color Cylindrical-coordinate representation of color #80723E: hue angle of 47.27º 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 #80723E is Cyan = 0, Magento = 0.11, Yellow = 0.52 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 114 | 62 | - |
| CMYK | 0 | 0.11 | 0.52 | 0.50 |
| HSL | 47.27º | 0.35% | 0.37% | - |
| HSV(B) | 47.27º | 0.52% | 0.5% | - |
| XYZ | 15.79 | 16.97 | 7 | - |
| YUV | 112.26 | 99.64 | 139.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 114 | 62 | 0 | 0.11 | 0.52 | 0.50 | 47.27 | 0.35 | 0.37 |
| Hex | 80 | 72 | 3E | 0 | B | 34 | 32 | 2F | 23 | 25 |
| Octal | 200 | 162 | 76 | 0 | 13 | 64 | 62 | 57 | 43 | 45 |
| Binary | 10000000 | 1110010 | 111110 | 0 | 1011 | 110100 | 110010 | 101111 | 100011 | 100101 |
Color Harmonies of #80723E
Complementary color
Monochromatic Colors of #80723E
Black with #80723E
Text Example
Text Example
White with #80723E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80723E; }
p { color: rgb(128,114,62); }
H1.HeaderClassName
{
color: #80723E;
}
.AnyTagClassName
{
color: #80723E;
}
</style>
background-color css
<style>
a { background-color: #80723E; }
a { background-color: rgb(128,114,62); }
div.DivClassName
{
background-color: #80723E;
}
.BgClassName
{
background-color: #80723E;
}
</style>
border-color css
<style>
span { border-color: #80723E; }
span { border-color: rgb(128,114,62); }
td.TdClassName
{
border-color: #80723E;
}
.TagClassName
{
border-color: #80723E;
}
</style>