Shades of Go Ben #807844
Tints of Go Ben #807844
RGB
CMYK
RGB Variations
Color information
#807844 (or 0x807844) is known color: Go Ben. HEX triplet: 80, 78 and 44. RGB value is (128,120,68). Sum of RGB (Red+Green+Blue) = 128+120+68=316 (41% of max value = 765). Red value is 128 (50.39% from 255 or 40.51% from 316); Green value is 120 (47.27% from 255 or 37.97% from 316); Blue value is 68 (26.95% from 255 or 21.52% from 316); Max value from RGB is 128 - color contains mainly: red. Hex color #807844 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #807844 is #7F87BB. Grayscale: #747474. Windows color (decimal): -8357820 or 4487296. OLE color: 4487296.
HSL color Cylindrical-coordinate representation of color #807844: hue angle of 52º degrees, saturation: 0.31, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #807844 is Cyan = 0, Magento = 0.06, Yellow = 0.47 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 120 | 68 | - |
| CMYK | 0 | 0.06 | 0.47 | 0.50 |
| HSL | 52º | 0.31% | 0.38% | - |
| HSV(B) | 52º | 0.47% | 0.5% | - |
| XYZ | 16.66 | 18.44 | 8.15 | - |
| YUV | 116.46 | 100.65 | 136.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 120 | 68 | 0 | 0.06 | 0.47 | 0.50 | 52 | 0.31 | 0.38 |
| Hex | 80 | 78 | 44 | 0 | 6 | 2F | 32 | 34 | 1F | 26 |
| Octal | 200 | 170 | 104 | 0 | 6 | 57 | 62 | 64 | 37 | 46 |
| Binary | 10000000 | 1111000 | 1000100 | 0 | 110 | 101111 | 110010 | 110100 | 11111 | 100110 |
Color Harmonies of #807844
Complementary color
Monochromatic Colors of #807844
Black with #807844
Text Example
Text Example
White with #807844
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #807844; }
p { color: rgb(128,120,68); }
H1.HeaderClassName
{
color: #807844;
}
.AnyTagClassName
{
color: #807844;
}
</style>
background-color css
<style>
a { background-color: #807844; }
a { background-color: rgb(128,120,68); }
div.DivClassName
{
background-color: #807844;
}
.BgClassName
{
background-color: #807844;
}
</style>
border-color css
<style>
span { border-color: #807844; }
span { border-color: rgb(128,120,68); }
td.TdClassName
{
border-color: #807844;
}
.TagClassName
{
border-color: #807844;
}
</style>