Shades of Go Ben #807148
Tints of Go Ben #807148
RGB
CMYK
RGB Variations
Color information
#807148 (or 0x807148) is known color: Go Ben. HEX triplet: 80, 71 and 48. RGB value is (128,113,72). Sum of RGB (Red+Green+Blue) = 128+113+72=313 (41% of max value = 765). Red value is 128 (50.39% from 255 or 40.89% from 313); Green value is 113 (44.53% from 255 or 36.10% from 313); Blue value is 72 (28.52% from 255 or 23.00% from 313); Max value from RGB is 128 - color contains mainly: red. Hex color #807148 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #807148 is #7F8EB7. Grayscale: #707070. Windows color (decimal): -8359608 or 4747648. OLE color: 4747648.
HSL color Cylindrical-coordinate representation of color #807148: hue angle of 43.93º degrees, saturation: 0.28, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #807148 is Cyan = 0, Magento = 0.12, Yellow = 0.44 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 113 | 72 | - |
| CMYK | 0 | 0.12 | 0.44 | 0.50 |
| HSL | 43.93º | 0.28% | 0.39% | - |
| HSV(B) | 43.93º | 0.44% | 0.5% | - |
| XYZ | 15.98 | 16.87 | 8.54 | - |
| YUV | 112.81 | 104.97 | 138.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 113 | 72 | 0 | 0.12 | 0.44 | 0.50 | 43.93 | 0.28 | 0.39 |
| Hex | 80 | 71 | 48 | 0 | C | 2C | 32 | 2C | 1C | 27 |
| Octal | 200 | 161 | 110 | 0 | 14 | 54 | 62 | 54 | 34 | 47 |
| Binary | 10000000 | 1110001 | 1001000 | 0 | 1100 | 101100 | 110010 | 101100 | 11100 | 100111 |
Color Harmonies of #807148
Complementary color
Monochromatic Colors of #807148
Black with #807148
Text Example
Text Example
White with #807148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #807148; }
p { color: rgb(128,113,72); }
H1.HeaderClassName
{
color: #807148;
}
.AnyTagClassName
{
color: #807148;
}
</style>
background-color css
<style>
a { background-color: #807148; }
a { background-color: rgb(128,113,72); }
div.DivClassName
{
background-color: #807148;
}
.BgClassName
{
background-color: #807148;
}
</style>
border-color css
<style>
span { border-color: #807148; }
span { border-color: rgb(128,113,72); }
td.TdClassName
{
border-color: #807148;
}
.TagClassName
{
border-color: #807148;
}
</style>