Shades of Go Ben #80753F
Tints of Go Ben #80753F
RGB
CMYK
RGB Variations
Color information
#80753F (or 0x80753F) is known color: Go Ben. HEX triplet: 80, 75 and 3F. RGB value is (128,117,63). Sum of RGB (Red+Green+Blue) = 128+117+63=308 (40% of max value = 765). Red value is 128 (50.39% from 255 or 41.56% from 308); Green value is 117 (46.09% from 255 or 37.99% from 308); Blue value is 63 (25% from 255 or 20.45% from 308); Max value from RGB is 128 - color contains mainly: red. Hex color #80753F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #80753F is #7F8AC0. Grayscale: #727272. Windows color (decimal): -8358593 or 4158848. OLE color: 4158848.
HSL color Cylindrical-coordinate representation of color #80753F: hue angle of 49.85º degrees, saturation: 0.34, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #80753F is Cyan = 0, Magento = 0.09, Yellow = 0.51 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 117 | 63 | - |
| CMYK | 0 | 0.09 | 0.51 | 0.50 |
| HSL | 49.85º | 0.34% | 0.37% | - |
| HSV(B) | 49.85º | 0.51% | 0.5% | - |
| XYZ | 16.16 | 17.67 | 7.26 | - |
| YUV | 114.13 | 99.14 | 137.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 117 | 63 | 0 | 0.09 | 0.51 | 0.50 | 49.85 | 0.34 | 0.37 |
| Hex | 80 | 75 | 3F | 0 | 9 | 33 | 32 | 32 | 22 | 25 |
| Octal | 200 | 165 | 77 | 0 | 11 | 63 | 62 | 62 | 42 | 45 |
| Binary | 10000000 | 1110101 | 111111 | 0 | 1001 | 110011 | 110010 | 110010 | 100010 | 100101 |
Color Harmonies of #80753F
Complementary color
Monochromatic Colors of #80753F
Black with #80753F
Text Example
Text Example
White with #80753F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80753F; }
p { color: rgb(128,117,63); }
H1.HeaderClassName
{
color: #80753F;
}
.AnyTagClassName
{
color: #80753F;
}
</style>
background-color css
<style>
a { background-color: #80753F; }
a { background-color: rgb(128,117,63); }
div.DivClassName
{
background-color: #80753F;
}
.BgClassName
{
background-color: #80753F;
}
</style>
border-color css
<style>
span { border-color: #80753F; }
span { border-color: rgb(128,117,63); }
td.TdClassName
{
border-color: #80753F;
}
.TagClassName
{
border-color: #80753F;
}
</style>