Shades of Go Ben #82743B
Tints of Go Ben #82743B
RGB
CMYK
RGB Variations
Color information
#82743B (or 0x82743B) is known color: Go Ben. HEX triplet: 82, 74 and 3B. RGB value is (130,116,59). Sum of RGB (Red+Green+Blue) = 130+116+59=305 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.62% from 305); Green value is 116 (45.70% from 255 or 38.03% from 305); Blue value is 59 (23.44% from 255 or 19.34% from 305); Max value from RGB is 130 - color contains mainly: red. Hex color #82743B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #82743B is #7D8BC4. Grayscale: #717171. Windows color (decimal): -8227781 or 3896450. OLE color: 3896450.
HSL color Cylindrical-coordinate representation of color #82743B: hue angle of 48.17º degrees, saturation: 0.38, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #82743B is Cyan = 0, Magento = 0.11, Yellow = 0.55 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 116 | 59 | - |
| CMYK | 0 | 0.11 | 0.55 | 0.49 |
| HSL | 48.17º | 0.38% | 0.37% | - |
| HSV(B) | 48.17º | 0.55% | 0.51% | - |
| XYZ | 16.24 | 17.55 | 6.67 | - |
| YUV | 113.69 | 97.14 | 139.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 116 | 59 | 0 | 0.11 | 0.55 | 0.49 | 48.17 | 0.38 | 0.37 |
| Hex | 82 | 74 | 3B | 0 | B | 37 | 31 | 30 | 26 | 25 |
| Octal | 202 | 164 | 73 | 0 | 13 | 67 | 61 | 60 | 46 | 45 |
| Binary | 10000010 | 1110100 | 111011 | 0 | 1011 | 110111 | 110001 | 110000 | 100110 | 100101 |
Color Harmonies of #82743B
Complementary color
Monochromatic Colors of #82743B
Black with #82743B
Text Example
Text Example
White with #82743B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82743B; }
p { color: rgb(130,116,59); }
H1.HeaderClassName
{
color: #82743B;
}
.AnyTagClassName
{
color: #82743B;
}
</style>
background-color css
<style>
a { background-color: #82743B; }
a { background-color: rgb(130,116,59); }
div.DivClassName
{
background-color: #82743B;
}
.BgClassName
{
background-color: #82743B;
}
</style>
border-color css
<style>
span { border-color: #82743B; }
span { border-color: rgb(130,116,59); }
td.TdClassName
{
border-color: #82743B;
}
.TagClassName
{
border-color: #82743B;
}
</style>