Shades of Go Ben #807240
Tints of Go Ben #807240
RGB
CMYK
RGB Variations
Color information
#807240 (or 0x807240) is known color: Go Ben. HEX triplet: 80, 72 and 40. RGB value is (128,114,64). Sum of RGB (Red+Green+Blue) = 128+114+64=306 (40% of max value = 765). Red value is 128 (50.39% from 255 or 41.83% from 306); Green value is 114 (44.92% from 255 or 37.25% from 306); Blue value is 64 (25.39% from 255 or 20.92% from 306); Max value from RGB is 128 - color contains mainly: red. Hex color #807240 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #807240 is #7F8DBF. Grayscale: #707070. Windows color (decimal): -8359360 or 4223616. OLE color: 4223616.
HSL color Cylindrical-coordinate representation of color #807240: hue angle of 46.88º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #807240 is Cyan = 0, Magento = 0.11, Yellow = 0.5 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 114 | 64 | - |
| CMYK | 0 | 0.11 | 0.5 | 0.50 |
| HSL | 46.88º | 0.33% | 0.38% | - |
| HSV(B) | 46.88º | 0.5% | 0.5% | - |
| XYZ | 15.84 | 16.99 | 7.3 | - |
| YUV | 112.49 | 100.64 | 139.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 114 | 64 | 0 | 0.11 | 0.5 | 0.50 | 46.88 | 0.33 | 0.38 |
| Hex | 80 | 72 | 40 | 0 | B | 32 | 32 | 2F | 21 | 26 |
| Octal | 200 | 162 | 100 | 0 | 13 | 62 | 62 | 57 | 41 | 46 |
| Binary | 10000000 | 1110010 | 1000000 | 0 | 1011 | 110010 | 110010 | 101111 | 100001 | 100110 |
Color Harmonies of #807240
Complementary color
Monochromatic Colors of #807240
Black with #807240
Text Example
Text Example
White with #807240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #807240; }
p { color: rgb(128,114,64); }
H1.HeaderClassName
{
color: #807240;
}
.AnyTagClassName
{
color: #807240;
}
</style>
background-color css
<style>
a { background-color: #807240; }
a { background-color: rgb(128,114,64); }
div.DivClassName
{
background-color: #807240;
}
.BgClassName
{
background-color: #807240;
}
</style>
border-color css
<style>
span { border-color: #807240; }
span { border-color: rgb(128,114,64); }
td.TdClassName
{
border-color: #807240;
}
.TagClassName
{
border-color: #807240;
}
</style>