Shades of Go Ben #82723D
Tints of Go Ben #82723D
RGB
CMYK
RGB Variations
Color information
#82723D (or 0x82723D) is known color: Go Ben. HEX triplet: 82, 72 and 3D. RGB value is (130,114,61). Sum of RGB (Red+Green+Blue) = 130+114+61=305 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.62% from 305); Green value is 114 (44.92% from 255 or 37.38% from 305); Blue value is 61 (24.22% from 255 or 20% from 305); Max value from RGB is 130 - color contains mainly: red. Hex color #82723D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #82723D is #7D8DC2. Grayscale: #707070. Windows color (decimal): -8228291 or 4027010. OLE color: 4027010.
HSL color Cylindrical-coordinate representation of color #82723D: hue angle of 46.09º 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 #82723D is Cyan = 0, Magento = 0.12, Yellow = 0.53 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 114 | 61 | - |
| CMYK | 0 | 0.12 | 0.53 | 0.49 |
| HSL | 46.09º | 0.36% | 0.37% | - |
| HSV(B) | 46.09º | 0.53% | 0.51% | - |
| XYZ | 16.07 | 17.12 | 6.87 | - |
| YUV | 112.74 | 98.8 | 140.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 114 | 61 | 0 | 0.12 | 0.53 | 0.49 | 46.09 | 0.36 | 0.37 |
| Hex | 82 | 72 | 3D | 0 | C | 35 | 31 | 2E | 24 | 25 |
| Octal | 202 | 162 | 75 | 0 | 14 | 65 | 61 | 56 | 44 | 45 |
| Binary | 10000010 | 1110010 | 111101 | 0 | 1100 | 110101 | 110001 | 101110 | 100100 | 100101 |
Color Harmonies of #82723D
Complementary color
Monochromatic Colors of #82723D
Black with #82723D
Text Example
Text Example
White with #82723D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82723D; }
p { color: rgb(130,114,61); }
H1.HeaderClassName
{
color: #82723D;
}
.AnyTagClassName
{
color: #82723D;
}
</style>
background-color css
<style>
a { background-color: #82723D; }
a { background-color: rgb(130,114,61); }
div.DivClassName
{
background-color: #82723D;
}
.BgClassName
{
background-color: #82723D;
}
</style>
border-color css
<style>
span { border-color: #82723D; }
span { border-color: rgb(130,114,61); }
td.TdClassName
{
border-color: #82723D;
}
.TagClassName
{
border-color: #82723D;
}
</style>