Shades of Go Ben #80733F
Tints of Go Ben #80733F
RGB
CMYK
RGB Variations
Color information
#80733F (or 0x80733F) is known color: Go Ben. HEX triplet: 80, 73 and 3F. RGB value is (128,115,63). Sum of RGB (Red+Green+Blue) = 128+115+63=306 (40% of max value = 765). Red value is 128 (50.39% from 255 or 41.83% from 306); Green value is 115 (45.31% from 255 or 37.58% from 306); Blue value is 63 (25% from 255 or 20.59% from 306); Max value from RGB is 128 - color contains mainly: red. Hex color #80733F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #80733F is #7F8CC0. Grayscale: #717171. Windows color (decimal): -8359105 or 4158336. OLE color: 4158336.
HSL color Cylindrical-coordinate representation of color #80733F: hue angle of 48º 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 #80733F is Cyan = 0, Magento = 0.10, Yellow = 0.51 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 115 | 63 | - |
| CMYK | 0 | 0.10 | 0.51 | 0.50 |
| HSL | 48º | 0.34% | 0.37% | - |
| HSV(B) | 48º | 0.51% | 0.5% | - |
| XYZ | 15.93 | 17.21 | 7.18 | - |
| YUV | 112.96 | 99.81 | 138.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 115 | 63 | 0 | 0.10 | 0.51 | 0.50 | 48 | 0.34 | 0.37 |
| Hex | 80 | 73 | 3F | 0 | A | 33 | 32 | 30 | 22 | 25 |
| Octal | 200 | 163 | 77 | 0 | 12 | 63 | 62 | 60 | 42 | 45 |
| Binary | 10000000 | 1110011 | 111111 | 0 | 1010 | 110011 | 110010 | 110000 | 100010 | 100101 |
Color Harmonies of #80733F
Complementary color
Monochromatic Colors of #80733F
Black with #80733F
Text Example
Text Example
White with #80733F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80733F; }
p { color: rgb(128,115,63); }
H1.HeaderClassName
{
color: #80733F;
}
.AnyTagClassName
{
color: #80733F;
}
</style>
background-color css
<style>
a { background-color: #80733F; }
a { background-color: rgb(128,115,63); }
div.DivClassName
{
background-color: #80733F;
}
.BgClassName
{
background-color: #80733F;
}
</style>
border-color css
<style>
span { border-color: #80733F; }
span { border-color: rgb(128,115,63); }
td.TdClassName
{
border-color: #80733F;
}
.TagClassName
{
border-color: #80733F;
}
</style>