Shades of Go Ben #80733C
Tints of Go Ben #80733C
RGB
CMYK
RGB Variations
Color information
#80733C (or 0x80733C) is known color: Go Ben. HEX triplet: 80, 73 and 3C. RGB value is (128,115,60). Sum of RGB (Red+Green+Blue) = 128+115+60=303 (40% of max value = 765). Red value is 128 (50.39% from 255 or 42.24% from 303); Green value is 115 (45.31% from 255 or 37.95% from 303); Blue value is 60 (23.83% from 255 or 19.80% from 303); Max value from RGB is 128 - color contains mainly: red. Hex color #80733C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #80733C is #7F8CC3. Grayscale: #707070. Windows color (decimal): -8359108 or 3961728. OLE color: 3961728.
HSL color Cylindrical-coordinate representation of color #80733C: hue angle of 48.53º 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 #80733C is Cyan = 0, Magento = 0.10, Yellow = 0.53 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 115 | 60 | - |
| CMYK | 0 | 0.10 | 0.53 | 0.50 |
| HSL | 48.53º | 0.36% | 0.37% | - |
| HSV(B) | 48.53º | 0.53% | 0.5% | - |
| XYZ | 15.85 | 17.18 | 6.76 | - |
| YUV | 112.62 | 98.31 | 138.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 115 | 60 | 0 | 0.10 | 0.53 | 0.50 | 48.53 | 0.36 | 0.37 |
| Hex | 80 | 73 | 3C | 0 | A | 35 | 32 | 31 | 24 | 25 |
| Octal | 200 | 163 | 74 | 0 | 12 | 65 | 62 | 61 | 44 | 45 |
| Binary | 10000000 | 1110011 | 111100 | 0 | 1010 | 110101 | 110010 | 110001 | 100100 | 100101 |
Color Harmonies of #80733C
Complementary color
Monochromatic Colors of #80733C
Black with #80733C
Text Example
Text Example
White with #80733C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80733C; }
p { color: rgb(128,115,60); }
H1.HeaderClassName
{
color: #80733C;
}
.AnyTagClassName
{
color: #80733C;
}
</style>
background-color css
<style>
a { background-color: #80733C; }
a { background-color: rgb(128,115,60); }
div.DivClassName
{
background-color: #80733C;
}
.BgClassName
{
background-color: #80733C;
}
</style>
border-color css
<style>
span { border-color: #80733C; }
span { border-color: rgb(128,115,60); }
td.TdClassName
{
border-color: #80733C;
}
.TagClassName
{
border-color: #80733C;
}
</style>