Shades of Go Ben #807544
Tints of Go Ben #807544
RGB
CMYK
RGB Variations
Color information
#807544 (or 0x807544) is known color: Go Ben. HEX triplet: 80, 75 and 44. RGB value is (128,117,68). Sum of RGB (Red+Green+Blue) = 128+117+68=313 (41% of max value = 765). Red value is 128 (50.39% from 255 or 40.89% from 313); Green value is 117 (46.09% from 255 or 37.38% from 313); Blue value is 68 (26.95% from 255 or 21.73% from 313); Max value from RGB is 128 - color contains mainly: red. Hex color #807544 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #807544 is #7F8ABB. Grayscale: #727272. Windows color (decimal): -8358588 or 4486528. OLE color: 4486528.
HSL color Cylindrical-coordinate representation of color #807544: hue angle of 49º 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 #807544 is Cyan = 0, Magento = 0.09, Yellow = 0.47 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 117 | 68 | - |
| CMYK | 0 | 0.09 | 0.47 | 0.50 |
| HSL | 49º | 0.31% | 0.38% | - |
| HSV(B) | 49º | 0.47% | 0.5% | - |
| XYZ | 16.31 | 17.73 | 8.03 | - |
| YUV | 114.7 | 101.64 | 137.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 117 | 68 | 0 | 0.09 | 0.47 | 0.50 | 49 | 0.31 | 0.38 |
| Hex | 80 | 75 | 44 | 0 | 9 | 2F | 32 | 31 | 1F | 26 |
| Octal | 200 | 165 | 104 | 0 | 11 | 57 | 62 | 61 | 37 | 46 |
| Binary | 10000000 | 1110101 | 1000100 | 0 | 1001 | 101111 | 110010 | 110001 | 11111 | 100110 |
Color Harmonies of #807544
Complementary color
Monochromatic Colors of #807544
Black with #807544
Text Example
Text Example
White with #807544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #807544; }
p { color: rgb(128,117,68); }
H1.HeaderClassName
{
color: #807544;
}
.AnyTagClassName
{
color: #807544;
}
</style>
background-color css
<style>
a { background-color: #807544; }
a { background-color: rgb(128,117,68); }
div.DivClassName
{
background-color: #807544;
}
.BgClassName
{
background-color: #807544;
}
</style>
border-color css
<style>
span { border-color: #807544; }
span { border-color: rgb(128,117,68); }
td.TdClassName
{
border-color: #807544;
}
.TagClassName
{
border-color: #807544;
}
</style>