Shades of Go Ben #82733C
Tints of Go Ben #82733C
RGB
CMYK
RGB Variations
Color information
#82733C (or 0x82733C) is known color: Go Ben. HEX triplet: 82, 73 and 3C. RGB value is (130,115,60). Sum of RGB (Red+Green+Blue) = 130+115+60=305 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.62% from 305); Green value is 115 (45.31% from 255 or 37.70% from 305); Blue value is 60 (23.83% from 255 or 19.67% from 305); Max value from RGB is 130 - color contains mainly: red. Hex color #82733C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #82733C is #7D8CC3. Grayscale: #717171. Windows color (decimal): -8228036 or 3961730. OLE color: 3961730.
HSL color Cylindrical-coordinate representation of color #82733C: hue angle of 47.14º degrees, saturation: 0.37, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #82733C is Cyan = 0, Magento = 0.12, Yellow = 0.54 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 115 | 60 | - |
| CMYK | 0 | 0.12 | 0.54 | 0.49 |
| HSL | 47.14º | 0.37% | 0.37% | - |
| HSV(B) | 47.14º | 0.54% | 0.51% | - |
| XYZ | 16.15 | 17.33 | 6.77 | - |
| YUV | 113.22 | 97.97 | 139.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 115 | 60 | 0 | 0.12 | 0.54 | 0.49 | 47.14 | 0.37 | 0.37 |
| Hex | 82 | 73 | 3C | 0 | C | 36 | 31 | 2F | 25 | 25 |
| Octal | 202 | 163 | 74 | 0 | 14 | 66 | 61 | 57 | 45 | 45 |
| Binary | 10000010 | 1110011 | 111100 | 0 | 1100 | 110110 | 110001 | 101111 | 100101 | 100101 |
Color Harmonies of #82733C
Complementary color
Monochromatic Colors of #82733C
Black with #82733C
Text Example
Text Example
White with #82733C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82733C; }
p { color: rgb(130,115,60); }
H1.HeaderClassName
{
color: #82733C;
}
.AnyTagClassName
{
color: #82733C;
}
</style>
background-color css
<style>
a { background-color: #82733C; }
a { background-color: rgb(130,115,60); }
div.DivClassName
{
background-color: #82733C;
}
.BgClassName
{
background-color: #82733C;
}
</style>
border-color css
<style>
span { border-color: #82733C; }
span { border-color: rgb(130,115,60); }
td.TdClassName
{
border-color: #82733C;
}
.TagClassName
{
border-color: #82733C;
}
</style>