Shades of Go Ben #807542
Tints of Go Ben #807542
RGB
CMYK
RGB Variations
Color information
#807542 (or 0x807542) is known color: Go Ben. HEX triplet: 80, 75 and 42. RGB value is (128,117,66). Sum of RGB (Red+Green+Blue) = 128+117+66=311 (41% of max value = 765). Red value is 128 (50.39% from 255 or 41.16% from 311); Green value is 117 (46.09% from 255 or 37.62% from 311); Blue value is 66 (26.17% from 255 or 21.22% from 311); Max value from RGB is 128 - color contains mainly: red. Hex color #807542 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #807542 is #7F8ABD. Grayscale: #727272. Windows color (decimal): -8358590 or 4355456. OLE color: 4355456.
HSL color Cylindrical-coordinate representation of color #807542: hue angle of 49.35º degrees, saturation: 0.32, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #807542 is Cyan = 0, Magento = 0.09, Yellow = 0.48 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 117 | 66 | - |
| CMYK | 0 | 0.09 | 0.48 | 0.50 |
| HSL | 49.35º | 0.32% | 0.38% | - |
| HSV(B) | 49.35º | 0.48% | 0.5% | - |
| XYZ | 16.25 | 17.71 | 7.72 | - |
| YUV | 114.48 | 100.64 | 137.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 117 | 66 | 0 | 0.09 | 0.48 | 0.50 | 49.35 | 0.32 | 0.38 |
| Hex | 80 | 75 | 42 | 0 | 9 | 30 | 32 | 31 | 20 | 26 |
| Octal | 200 | 165 | 102 | 0 | 11 | 60 | 62 | 61 | 40 | 46 |
| Binary | 10000000 | 1110101 | 1000010 | 0 | 1001 | 110000 | 110010 | 110001 | 100000 | 100110 |
Color Harmonies of #807542
Complementary color
Monochromatic Colors of #807542
Black with #807542
Text Example
Text Example
White with #807542
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #807542; }
p { color: rgb(128,117,66); }
H1.HeaderClassName
{
color: #807542;
}
.AnyTagClassName
{
color: #807542;
}
</style>
background-color css
<style>
a { background-color: #807542; }
a { background-color: rgb(128,117,66); }
div.DivClassName
{
background-color: #807542;
}
.BgClassName
{
background-color: #807542;
}
</style>
border-color css
<style>
span { border-color: #807542; }
span { border-color: rgb(128,117,66); }
td.TdClassName
{
border-color: #807542;
}
.TagClassName
{
border-color: #807542;
}
</style>