Shades of Go Ben #80713C
Tints of Go Ben #80713C
RGB
CMYK
RGB Variations
Color information
#80713C (or 0x80713C) is known color: Go Ben. HEX triplet: 80, 71 and 3C. RGB value is (128,113,60). Sum of RGB (Red+Green+Blue) = 128+113+60=301 (39% of max value = 765). Red value is 128 (50.39% from 255 or 42.52% from 301); Green value is 113 (44.53% from 255 or 37.54% from 301); Blue value is 60 (23.83% from 255 or 19.93% from 301); Max value from RGB is 128 - color contains mainly: red. Hex color #80713C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #80713C is #7F8EC3. Grayscale: #6F6F6F. Windows color (decimal): -8359620 or 3961216. OLE color: 3961216.
HSL color Cylindrical-coordinate representation of color #80713C: hue angle of 46.76º degrees, saturation: 0.36, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #80713C is Cyan = 0, Magento = 0.12, Yellow = 0.53 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 113 | 60 | - |
| CMYK | 0 | 0.12 | 0.53 | 0.50 |
| HSL | 46.76º | 0.36% | 0.37% | - |
| HSV(B) | 46.76º | 0.53% | 0.5% | - |
| XYZ | 15.62 | 16.73 | 6.68 | - |
| YUV | 111.44 | 98.97 | 139.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 113 | 60 | 0 | 0.12 | 0.53 | 0.50 | 46.76 | 0.36 | 0.37 |
| Hex | 80 | 71 | 3C | 0 | C | 35 | 32 | 2F | 24 | 25 |
| Octal | 200 | 161 | 74 | 0 | 14 | 65 | 62 | 57 | 44 | 45 |
| Binary | 10000000 | 1110001 | 111100 | 0 | 1100 | 110101 | 110010 | 101111 | 100100 | 100101 |
Color Harmonies of #80713C
Complementary color
Monochromatic Colors of #80713C
Black with #80713C
Text Example
Text Example
White with #80713C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80713C; }
p { color: rgb(128,113,60); }
H1.HeaderClassName
{
color: #80713C;
}
.AnyTagClassName
{
color: #80713C;
}
</style>
background-color css
<style>
a { background-color: #80713C; }
a { background-color: rgb(128,113,60); }
div.DivClassName
{
background-color: #80713C;
}
.BgClassName
{
background-color: #80713C;
}
</style>
border-color css
<style>
span { border-color: #80713C; }
span { border-color: rgb(128,113,60); }
td.TdClassName
{
border-color: #80713C;
}
.TagClassName
{
border-color: #80713C;
}
</style>