Shades of Go Ben #807245
Tints of Go Ben #807245
RGB
CMYK
RGB Variations
Color information
#807245 (or 0x807245) is known color: Go Ben. HEX triplet: 80, 72 and 45. RGB value is (128,114,69). Sum of RGB (Red+Green+Blue) = 128+114+69=311 (41% of max value = 765). Red value is 128 (50.39% from 255 or 41.16% from 311); Green value is 114 (44.92% from 255 or 36.66% from 311); Blue value is 69 (27.34% from 255 or 22.19% from 311); Max value from RGB is 128 - color contains mainly: red. Hex color #807245 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #807245 is #7F8DBA. Grayscale: #717171. Windows color (decimal): -8359355 or 4551296. OLE color: 4551296.
HSL color Cylindrical-coordinate representation of color #807245: hue angle of 45.76º degrees, saturation: 0.3, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #807245 is Cyan = 0, Magento = 0.11, Yellow = 0.46 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 114 | 69 | - |
| CMYK | 0 | 0.11 | 0.46 | 0.50 |
| HSL | 45.76º | 0.3% | 0.39% | - |
| HSV(B) | 45.76º | 0.46% | 0.5% | - |
| XYZ | 15.99 | 17.05 | 8.08 | - |
| YUV | 113.06 | 103.14 | 138.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 114 | 69 | 0 | 0.11 | 0.46 | 0.50 | 45.76 | 0.3 | 0.39 |
| Hex | 80 | 72 | 45 | 0 | B | 2E | 32 | 2E | 1E | 27 |
| Octal | 200 | 162 | 105 | 0 | 13 | 56 | 62 | 56 | 36 | 47 |
| Binary | 10000000 | 1110010 | 1000101 | 0 | 1011 | 101110 | 110010 | 101110 | 11110 | 100111 |
Color Harmonies of #807245
Complementary color
Monochromatic Colors of #807245
Black with #807245
Text Example
Text Example
White with #807245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #807245; }
p { color: rgb(128,114,69); }
H1.HeaderClassName
{
color: #807245;
}
.AnyTagClassName
{
color: #807245;
}
</style>
background-color css
<style>
a { background-color: #807245; }
a { background-color: rgb(128,114,69); }
div.DivClassName
{
background-color: #807245;
}
.BgClassName
{
background-color: #807245;
}
</style>
border-color css
<style>
span { border-color: #807245; }
span { border-color: rgb(128,114,69); }
td.TdClassName
{
border-color: #807245;
}
.TagClassName
{
border-color: #807245;
}
</style>