Shades of Go Ben #82763E
Tints of Go Ben #82763E
RGB
CMYK
RGB Variations
Color information
#82763E (or 0x82763E) is known color: Go Ben. HEX triplet: 82, 76 and 3E. RGB value is (130,118,62). Sum of RGB (Red+Green+Blue) = 130+118+62=310 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.94% from 310); Green value is 118 (46.48% from 255 or 38.06% from 310); Blue value is 62 (24.61% from 255 or 20% from 310); Max value from RGB is 130 - color contains mainly: red. Hex color #82763E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #82763E is #7D89C1. Grayscale: #737373. Windows color (decimal): -8227266 or 4093570. OLE color: 4093570.
HSL color Cylindrical-coordinate representation of color #82763E: hue angle of 49.41º 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 #82763E is Cyan = 0, Magento = 0.09, Yellow = 0.52 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 118 | 62 | - |
| CMYK | 0 | 0.09 | 0.52 | 0.49 |
| HSL | 49.41º | 0.35% | 0.38% | - |
| HSV(B) | 49.41º | 0.52% | 0.51% | - |
| XYZ | 16.55 | 18.05 | 7.17 | - |
| YUV | 115.2 | 97.98 | 138.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 118 | 62 | 0 | 0.09 | 0.52 | 0.49 | 49.41 | 0.35 | 0.38 |
| Hex | 82 | 76 | 3E | 0 | 9 | 34 | 31 | 31 | 23 | 26 |
| Octal | 202 | 166 | 76 | 0 | 11 | 64 | 61 | 61 | 43 | 46 |
| Binary | 10000010 | 1110110 | 111110 | 0 | 1001 | 110100 | 110001 | 110001 | 100011 | 100110 |
Color Harmonies of #82763E
Complementary color
Monochromatic Colors of #82763E
Black with #82763E
Text Example
Text Example
White with #82763E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82763E; }
p { color: rgb(130,118,62); }
H1.HeaderClassName
{
color: #82763E;
}
.AnyTagClassName
{
color: #82763E;
}
</style>
background-color css
<style>
a { background-color: #82763E; }
a { background-color: rgb(130,118,62); }
div.DivClassName
{
background-color: #82763E;
}
.BgClassName
{
background-color: #82763E;
}
</style>
border-color css
<style>
span { border-color: #82763E; }
span { border-color: rgb(130,118,62); }
td.TdClassName
{
border-color: #82763E;
}
.TagClassName
{
border-color: #82763E;
}
</style>