Shades of Go Ben #807550
Tints of Go Ben #807550
RGB
CMYK
RGB Variations
Color information
#807550 (or 0x807550) is known color: Go Ben. HEX triplet: 80, 75 and 50. RGB value is (128,117,80). Sum of RGB (Red+Green+Blue) = 128+117+80=325 (43% of max value = 765). Red value is 128 (50.39% from 255 or 39.38% from 325); Green value is 117 (46.09% from 255 or 36% from 325); Blue value is 80 (31.64% from 255 or 24.62% from 325); Max value from RGB is 128 - color contains mainly: red. Hex color #807550 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #807550 is #7F8AAF. Grayscale: #747474. Windows color (decimal): -8358576 or 5272960. OLE color: 5272960.
HSL color Cylindrical-coordinate representation of color #807550: hue angle of 46.25º degrees, saturation: 0.23, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #807550 is Cyan = 0, Magento = 0.09, Yellow = 0.38 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 117 | 80 | - |
| CMYK | 0 | 0.09 | 0.38 | 0.50 |
| HSL | 46.25º | 0.23% | 0.41% | - |
| HSV(B) | 46.25º | 0.38% | 0.5% | - |
| XYZ | 16.71 | 17.89 | 10.16 | - |
| YUV | 116.07 | 107.64 | 136.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 117 | 80 | 0 | 0.09 | 0.38 | 0.50 | 46.25 | 0.23 | 0.41 |
| Hex | 80 | 75 | 50 | 0 | 9 | 26 | 32 | 2E | 17 | 29 |
| Octal | 200 | 165 | 120 | 0 | 11 | 46 | 62 | 56 | 27 | 51 |
| Binary | 10000000 | 1110101 | 1010000 | 0 | 1001 | 100110 | 110010 | 101110 | 10111 | 101001 |
Color Harmonies of #807550
Complementary color
Monochromatic Colors of #807550
Black with #807550
Text Example
Text Example
White with #807550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #807550; }
p { color: rgb(128,117,80); }
H1.HeaderClassName
{
color: #807550;
}
.AnyTagClassName
{
color: #807550;
}
</style>
background-color css
<style>
a { background-color: #807550; }
a { background-color: rgb(128,117,80); }
div.DivClassName
{
background-color: #807550;
}
.BgClassName
{
background-color: #807550;
}
</style>
border-color css
<style>
span { border-color: #807550; }
span { border-color: rgb(128,117,80); }
td.TdClassName
{
border-color: #807550;
}
.TagClassName
{
border-color: #807550;
}
</style>