Shades of Go Ben #82793E
Tints of Go Ben #82793E
RGB
CMYK
RGB Variations
Color information
#82793E (or 0x82793E) is known color: Go Ben. HEX triplet: 82, 79 and 3E. RGB value is (130,121,62). Sum of RGB (Red+Green+Blue) = 130+121+62=313 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.53% from 313); Green value is 121 (47.66% from 255 or 38.66% from 313); Blue value is 62 (24.61% from 255 or 19.81% from 313); Max value from RGB is 130 - color contains mainly: red. Hex color #82793E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #82793E is #7D86C1. Grayscale: #757575. Windows color (decimal): -8226498 or 4094338. OLE color: 4094338.
HSL color Cylindrical-coordinate representation of color #82793E: hue angle of 52.06º 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 #82793E is Cyan = 0, Magento = 0.07, Yellow = 0.52 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 121 | 62 | - |
| CMYK | 0 | 0.07 | 0.52 | 0.49 |
| HSL | 52.06º | 0.35% | 0.38% | - |
| HSV(B) | 52.06º | 0.52% | 0.51% | - |
| XYZ | 16.91 | 18.77 | 7.29 | - |
| YUV | 116.97 | 96.98 | 137.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 121 | 62 | 0 | 0.07 | 0.52 | 0.49 | 52.06 | 0.35 | 0.38 |
| Hex | 82 | 79 | 3E | 0 | 7 | 34 | 31 | 34 | 23 | 26 |
| Octal | 202 | 171 | 76 | 0 | 7 | 64 | 61 | 64 | 43 | 46 |
| Binary | 10000010 | 1111001 | 111110 | 0 | 111 | 110100 | 110001 | 110100 | 100011 | 100110 |
Color Harmonies of #82793E
Complementary color
Monochromatic Colors of #82793E
Black with #82793E
Text Example
Text Example
White with #82793E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82793E; }
p { color: rgb(130,121,62); }
H1.HeaderClassName
{
color: #82793E;
}
.AnyTagClassName
{
color: #82793E;
}
</style>
background-color css
<style>
a { background-color: #82793E; }
a { background-color: rgb(130,121,62); }
div.DivClassName
{
background-color: #82793E;
}
.BgClassName
{
background-color: #82793E;
}
</style>
border-color css
<style>
span { border-color: #82793E; }
span { border-color: rgb(130,121,62); }
td.TdClassName
{
border-color: #82793E;
}
.TagClassName
{
border-color: #82793E;
}
</style>