Shades of Go Ben #82794B
Tints of Go Ben #82794B
RGB
CMYK
RGB Variations
Color information
#82794B (or 0x82794B) is known color: Go Ben. HEX triplet: 82, 79 and 4B. RGB value is (130,121,75). Sum of RGB (Red+Green+Blue) = 130+121+75=326 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.88% from 326); Green value is 121 (47.66% from 255 or 37.12% from 326); Blue value is 75 (29.69% from 255 or 23.01% from 326); Max value from RGB is 130 - color contains mainly: red. Hex color #82794B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #82794B is #7D86B4. Grayscale: #767676. Windows color (decimal): -8226485 or 4946306. OLE color: 4946306.
HSL color Cylindrical-coordinate representation of color #82794B: hue angle of 50.18º degrees, saturation: 0.27, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #82794B is Cyan = 0, Magento = 0.07, Yellow = 0.42 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 121 | 75 | - |
| CMYK | 0 | 0.07 | 0.42 | 0.49 |
| HSL | 50.18º | 0.27% | 0.4% | - |
| HSV(B) | 50.18º | 0.42% | 0.51% | - |
| XYZ | 17.31 | 18.93 | 9.4 | - |
| YUV | 118.45 | 103.48 | 136.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 121 | 75 | 0 | 0.07 | 0.42 | 0.49 | 50.18 | 0.27 | 0.4 |
| Hex | 82 | 79 | 4B | 0 | 7 | 2A | 31 | 32 | 1B | 28 |
| Octal | 202 | 171 | 113 | 0 | 7 | 52 | 61 | 62 | 33 | 50 |
| Binary | 10000010 | 1111001 | 1001011 | 0 | 111 | 101010 | 110001 | 110010 | 11011 | 101000 |
Color Harmonies of #82794B
Complementary color
Monochromatic Colors of #82794B
Black with #82794B
Text Example
Text Example
White with #82794B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82794B; }
p { color: rgb(130,121,75); }
H1.HeaderClassName
{
color: #82794B;
}
.AnyTagClassName
{
color: #82794B;
}
</style>
background-color css
<style>
a { background-color: #82794B; }
a { background-color: rgb(130,121,75); }
div.DivClassName
{
background-color: #82794B;
}
.BgClassName
{
background-color: #82794B;
}
</style>
border-color css
<style>
span { border-color: #82794B; }
span { border-color: rgb(130,121,75); }
td.TdClassName
{
border-color: #82794B;
}
.TagClassName
{
border-color: #82794B;
}
</style>