Shades of Go Ben #82703E
Tints of Go Ben #82703E
RGB
CMYK
RGB Variations
Color information
#82703E (or 0x82703E) is known color: Go Ben. HEX triplet: 82, 70 and 3E. RGB value is (130,112,62). Sum of RGB (Red+Green+Blue) = 130+112+62=304 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.76% from 304); Green value is 112 (44.14% from 255 or 36.84% from 304); Blue value is 62 (24.61% from 255 or 20.39% from 304); Max value from RGB is 130 - color contains mainly: red. Hex color #82703E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #82703E is #7D8FC1. Grayscale: #6F6F6F. Windows color (decimal): -8228802 or 4092034. OLE color: 4092034.
HSL color Cylindrical-coordinate representation of color #82703E: hue angle of 44.12º degrees, saturation: 0.35, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #82703E is Cyan = 0, Magento = 0.14, Yellow = 0.52 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 112 | 62 | - |
| CMYK | 0 | 0.14 | 0.52 | 0.49 |
| HSL | 44.12º | 0.35% | 0.38% | - |
| HSV(B) | 44.12º | 0.52% | 0.51% | - |
| XYZ | 15.87 | 16.68 | 6.94 | - |
| YUV | 111.68 | 99.96 | 141.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 112 | 62 | 0 | 0.14 | 0.52 | 0.49 | 44.12 | 0.35 | 0.38 |
| Hex | 82 | 70 | 3E | 0 | E | 34 | 31 | 2C | 23 | 26 |
| Octal | 202 | 160 | 76 | 0 | 16 | 64 | 61 | 54 | 43 | 46 |
| Binary | 10000010 | 1110000 | 111110 | 0 | 1110 | 110100 | 110001 | 101100 | 100011 | 100110 |
Color Harmonies of #82703E
Complementary color
Monochromatic Colors of #82703E
Black with #82703E
Text Example
Text Example
White with #82703E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82703E; }
p { color: rgb(130,112,62); }
H1.HeaderClassName
{
color: #82703E;
}
.AnyTagClassName
{
color: #82703E;
}
</style>
background-color css
<style>
a { background-color: #82703E; }
a { background-color: rgb(130,112,62); }
div.DivClassName
{
background-color: #82703E;
}
.BgClassName
{
background-color: #82703E;
}
</style>
border-color css
<style>
span { border-color: #82703E; }
span { border-color: rgb(130,112,62); }
td.TdClassName
{
border-color: #82703E;
}
.TagClassName
{
border-color: #82703E;
}
</style>