Shades of Go Ben #82703B
Tints of Go Ben #82703B
RGB
CMYK
RGB Variations
Color information
#82703B (or 0x82703B) is known color: Go Ben. HEX triplet: 82, 70 and 3B. RGB value is (130,112,59). Sum of RGB (Red+Green+Blue) = 130+112+59=301 (39% of max value = 765). Red value is 130 (51.17% from 255 or 43.19% from 301); Green value is 112 (44.14% from 255 or 37.21% from 301); Blue value is 59 (23.44% from 255 or 19.60% from 301); Max value from RGB is 130 - color contains mainly: red. Hex color #82703B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #82703B is #7D8FC4. Grayscale: #6F6F6F. Windows color (decimal): -8228805 or 3895426. OLE color: 3895426.
HSL color Cylindrical-coordinate representation of color #82703B: hue angle of 44.79º 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 #82703B is Cyan = 0, Magento = 0.14, Yellow = 0.55 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 112 | 59 | - |
| CMYK | 0 | 0.14 | 0.55 | 0.49 |
| HSL | 44.79º | 0.38% | 0.37% | - |
| HSV(B) | 44.79º | 0.55% | 0.51% | - |
| XYZ | 15.79 | 16.65 | 6.52 | - |
| YUV | 111.34 | 98.46 | 141.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 112 | 59 | 0 | 0.14 | 0.55 | 0.49 | 44.79 | 0.38 | 0.37 |
| Hex | 82 | 70 | 3B | 0 | E | 37 | 31 | 2D | 26 | 25 |
| Octal | 202 | 160 | 73 | 0 | 16 | 67 | 61 | 55 | 46 | 45 |
| Binary | 10000010 | 1110000 | 111011 | 0 | 1110 | 110111 | 110001 | 101101 | 100110 | 100101 |
Color Harmonies of #82703B
Complementary color
Monochromatic Colors of #82703B
Black with #82703B
Text Example
Text Example
White with #82703B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82703B; }
p { color: rgb(130,112,59); }
H1.HeaderClassName
{
color: #82703B;
}
.AnyTagClassName
{
color: #82703B;
}
</style>
background-color css
<style>
a { background-color: #82703B; }
a { background-color: rgb(130,112,59); }
div.DivClassName
{
background-color: #82703B;
}
.BgClassName
{
background-color: #82703B;
}
</style>
border-color css
<style>
span { border-color: #82703B; }
span { border-color: rgb(130,112,59); }
td.TdClassName
{
border-color: #82703B;
}
.TagClassName
{
border-color: #82703B;
}
</style>