Shades of Go Ben #82733E
Tints of Go Ben #82733E
RGB
CMYK
RGB Variations
Color information
#82733E (or 0x82733E) is known color: Go Ben. HEX triplet: 82, 73 and 3E. RGB value is (130,115,62). Sum of RGB (Red+Green+Blue) = 130+115+62=307 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.35% from 307); Green value is 115 (45.31% from 255 or 37.46% from 307); Blue value is 62 (24.61% from 255 or 20.20% from 307); Max value from RGB is 130 - color contains mainly: red. Hex color #82733E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #82733E is #7D8CC1. Grayscale: #717171. Windows color (decimal): -8228034 or 4092802. OLE color: 4092802.
HSL color Cylindrical-coordinate representation of color #82733E: hue angle of 46.76º degrees, saturation: 0.35, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #82733E is Cyan = 0, Magento = 0.12, Yellow = 0.52 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 115 | 62 | - |
| CMYK | 0 | 0.12 | 0.52 | 0.49 |
| HSL | 46.76º | 0.35% | 0.38% | - |
| HSV(B) | 46.76º | 0.52% | 0.51% | - |
| XYZ | 16.21 | 17.36 | 7.05 | - |
| YUV | 113.44 | 98.97 | 139.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 115 | 62 | 0 | 0.12 | 0.52 | 0.49 | 46.76 | 0.35 | 0.38 |
| Hex | 82 | 73 | 3E | 0 | C | 34 | 31 | 2F | 23 | 26 |
| Octal | 202 | 163 | 76 | 0 | 14 | 64 | 61 | 57 | 43 | 46 |
| Binary | 10000010 | 1110011 | 111110 | 0 | 1100 | 110100 | 110001 | 101111 | 100011 | 100110 |
Color Harmonies of #82733E
Complementary color
Monochromatic Colors of #82733E
Black with #82733E
Text Example
Text Example
White with #82733E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82733E; }
p { color: rgb(130,115,62); }
H1.HeaderClassName
{
color: #82733E;
}
.AnyTagClassName
{
color: #82733E;
}
</style>
background-color css
<style>
a { background-color: #82733E; }
a { background-color: rgb(130,115,62); }
div.DivClassName
{
background-color: #82733E;
}
.BgClassName
{
background-color: #82733E;
}
</style>
border-color css
<style>
span { border-color: #82733E; }
span { border-color: rgb(130,115,62); }
td.TdClassName
{
border-color: #82733E;
}
.TagClassName
{
border-color: #82733E;
}
</style>