Shades of Go Ben #82754C
Tints of Go Ben #82754C
RGB
CMYK
RGB Variations
Color information
#82754C (or 0x82754C) is known color: Go Ben. HEX triplet: 82, 75 and 4C. RGB value is (130,117,76). Sum of RGB (Red+Green+Blue) = 130+117+76=323 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.25% from 323); Green value is 117 (46.09% from 255 or 36.22% from 323); Blue value is 76 (30.08% from 255 or 23.53% from 323); Max value from RGB is 130 - color contains mainly: red. Hex color #82754C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #82754C is #7D8AB3. Grayscale: #747474. Windows color (decimal): -8227508 or 5010818. OLE color: 5010818.
HSL color Cylindrical-coordinate representation of color #82754C: hue angle of 45.56º degrees, saturation: 0.26, 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 #82754C is Cyan = 0, Magento = 0.1, Yellow = 0.42 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 117 | 76 | - |
| CMYK | 0 | 0.1 | 0.42 | 0.49 |
| HSL | 45.56º | 0.26% | 0.4% | - |
| HSV(B) | 45.56º | 0.42% | 0.51% | - |
| XYZ | 16.87 | 17.99 | 9.42 | - |
| YUV | 116.21 | 105.31 | 137.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 117 | 76 | 0 | 0.1 | 0.42 | 0.49 | 45.56 | 0.26 | 0.4 |
| Hex | 82 | 75 | 4C | 0 | A | 2A | 31 | 2E | 1A | 28 |
| Octal | 202 | 165 | 114 | 0 | 12 | 52 | 61 | 56 | 32 | 50 |
| Binary | 10000010 | 1110101 | 1001100 | 0 | 1010 | 101010 | 110001 | 101110 | 11010 | 101000 |
Color Harmonies of #82754C
Complementary color
Monochromatic Colors of #82754C
Black with #82754C
Text Example
Text Example
White with #82754C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82754C; }
p { color: rgb(130,117,76); }
H1.HeaderClassName
{
color: #82754C;
}
.AnyTagClassName
{
color: #82754C;
}
</style>
background-color css
<style>
a { background-color: #82754C; }
a { background-color: rgb(130,117,76); }
div.DivClassName
{
background-color: #82754C;
}
.BgClassName
{
background-color: #82754C;
}
</style>
border-color css
<style>
span { border-color: #82754C; }
span { border-color: rgb(130,117,76); }
td.TdClassName
{
border-color: #82754C;
}
.TagClassName
{
border-color: #82754C;
}
</style>