Shades of Go Ben #82743D
Tints of Go Ben #82743D
RGB
CMYK
RGB Variations
Color information
#82743D (or 0x82743D) is known color: Go Ben. HEX triplet: 82, 74 and 3D. RGB value is (130,116,61). Sum of RGB (Red+Green+Blue) = 130+116+61=307 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.35% from 307); Green value is 116 (45.70% from 255 or 37.79% from 307); Blue value is 61 (24.22% from 255 or 19.87% from 307); Max value from RGB is 130 - color contains mainly: red. Hex color #82743D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #82743D is #7D8BC2. Grayscale: #727272. Windows color (decimal): -8227779 or 4027522. OLE color: 4027522.
HSL color Cylindrical-coordinate representation of color #82743D: hue angle of 47.83º degrees, saturation: 0.36, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #82743D is Cyan = 0, Magento = 0.11, Yellow = 0.53 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 116 | 61 | - |
| CMYK | 0 | 0.11 | 0.53 | 0.49 |
| HSL | 47.83º | 0.36% | 0.37% | - |
| HSV(B) | 47.83º | 0.53% | 0.51% | - |
| XYZ | 16.29 | 17.57 | 6.95 | - |
| YUV | 113.92 | 98.14 | 139.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 116 | 61 | 0 | 0.11 | 0.53 | 0.49 | 47.83 | 0.36 | 0.37 |
| Hex | 82 | 74 | 3D | 0 | B | 35 | 31 | 30 | 24 | 25 |
| Octal | 202 | 164 | 75 | 0 | 13 | 65 | 61 | 60 | 44 | 45 |
| Binary | 10000010 | 1110100 | 111101 | 0 | 1011 | 110101 | 110001 | 110000 | 100100 | 100101 |
Color Harmonies of #82743D
Complementary color
Monochromatic Colors of #82743D
Black with #82743D
Text Example
Text Example
White with #82743D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82743D; }
p { color: rgb(130,116,61); }
H1.HeaderClassName
{
color: #82743D;
}
.AnyTagClassName
{
color: #82743D;
}
</style>
background-color css
<style>
a { background-color: #82743D; }
a { background-color: rgb(130,116,61); }
div.DivClassName
{
background-color: #82743D;
}
.BgClassName
{
background-color: #82743D;
}
</style>
border-color css
<style>
span { border-color: #82743D; }
span { border-color: rgb(130,116,61); }
td.TdClassName
{
border-color: #82743D;
}
.TagClassName
{
border-color: #82743D;
}
</style>