Shades of Go Ben #807649
Tints of Go Ben #807649
RGB
CMYK
RGB Variations
Color information
#807649 (or 0x807649) is known color: Go Ben. HEX triplet: 80, 76 and 49. RGB value is (128,118,73). Sum of RGB (Red+Green+Blue) = 128+118+73=319 (42% of max value = 765). Red value is 128 (50.39% from 255 or 40.13% from 319); Green value is 118 (46.48% from 255 or 36.99% from 319); Blue value is 73 (28.91% from 255 or 22.88% from 319); Max value from RGB is 128 - color contains mainly: red. Hex color #807649 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #807649 is #7F89B6. Grayscale: #747474. Windows color (decimal): -8358327 or 4814464. OLE color: 4814464.
HSL color Cylindrical-coordinate representation of color #807649: hue angle of 49.09º degrees, saturation: 0.27, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #807649 is Cyan = 0, Magento = 0.08, Yellow = 0.43 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 118 | 73 | - |
| CMYK | 0 | 0.08 | 0.43 | 0.50 |
| HSL | 49.09º | 0.27% | 0.39% | - |
| HSV(B) | 49.09º | 0.43% | 0.5% | - |
| XYZ | 16.58 | 18.03 | 8.91 | - |
| YUV | 115.86 | 103.81 | 136.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 118 | 73 | 0 | 0.08 | 0.43 | 0.50 | 49.09 | 0.27 | 0.39 |
| Hex | 80 | 76 | 49 | 0 | 8 | 2B | 32 | 31 | 1B | 27 |
| Octal | 200 | 166 | 111 | 0 | 10 | 53 | 62 | 61 | 33 | 47 |
| Binary | 10000000 | 1110110 | 1001001 | 0 | 1000 | 101011 | 110010 | 110001 | 11011 | 100111 |
Color Harmonies of #807649
Complementary color
Monochromatic Colors of #807649
Black with #807649
Text Example
Text Example
White with #807649
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #807649; }
p { color: rgb(128,118,73); }
H1.HeaderClassName
{
color: #807649;
}
.AnyTagClassName
{
color: #807649;
}
</style>
background-color css
<style>
a { background-color: #807649; }
a { background-color: rgb(128,118,73); }
div.DivClassName
{
background-color: #807649;
}
.BgClassName
{
background-color: #807649;
}
</style>
border-color css
<style>
span { border-color: #807649; }
span { border-color: rgb(128,118,73); }
td.TdClassName
{
border-color: #807649;
}
.TagClassName
{
border-color: #807649;
}
</style>