Shades of Go Ben #82754B
Tints of Go Ben #82754B
RGB
CMYK
RGB Variations
Color information
#82754B (or 0x82754B) is known color: Go Ben. HEX triplet: 82, 75 and 4B. RGB value is (130,117,75). Sum of RGB (Red+Green+Blue) = 130+117+75=322 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.37% from 322); Green value is 117 (46.09% from 255 or 36.34% from 322); Blue value is 75 (29.69% from 255 or 23.29% from 322); Max value from RGB is 130 - color contains mainly: red. Hex color #82754B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #82754B is #7D8AB4. Grayscale: #747474. Windows color (decimal): -8227509 or 4945282. OLE color: 4945282.
HSL color Cylindrical-coordinate representation of color #82754B: hue angle of 45.82º 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 #82754B is Cyan = 0, Magento = 0.1, Yellow = 0.42 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 117 | 75 | - |
| CMYK | 0 | 0.1 | 0.42 | 0.49 |
| HSL | 45.82º | 0.27% | 0.4% | - |
| HSV(B) | 45.82º | 0.42% | 0.51% | - |
| XYZ | 16.84 | 17.98 | 9.24 | - |
| YUV | 116.1 | 104.81 | 137.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 117 | 75 | 0 | 0.1 | 0.42 | 0.49 | 45.82 | 0.27 | 0.4 |
| Hex | 82 | 75 | 4B | 0 | A | 2A | 31 | 2E | 1B | 28 |
| Octal | 202 | 165 | 113 | 0 | 12 | 52 | 61 | 56 | 33 | 50 |
| Binary | 10000010 | 1110101 | 1001011 | 0 | 1010 | 101010 | 110001 | 101110 | 11011 | 101000 |
Color Harmonies of #82754B
Complementary color
Monochromatic Colors of #82754B
Black with #82754B
Text Example
Text Example
White with #82754B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82754B; }
p { color: rgb(130,117,75); }
H1.HeaderClassName
{
color: #82754B;
}
.AnyTagClassName
{
color: #82754B;
}
</style>
background-color css
<style>
a { background-color: #82754B; }
a { background-color: rgb(130,117,75); }
div.DivClassName
{
background-color: #82754B;
}
.BgClassName
{
background-color: #82754B;
}
</style>
border-color css
<style>
span { border-color: #82754B; }
span { border-color: rgb(130,117,75); }
td.TdClassName
{
border-color: #82754B;
}
.TagClassName
{
border-color: #82754B;
}
</style>