Shades of Go Ben #827640
Tints of Go Ben #827640
RGB
CMYK
RGB Variations
Color information
#827640 (or 0x827640) is known color: Go Ben. HEX triplet: 82, 76 and 40. RGB value is (130,118,64). Sum of RGB (Red+Green+Blue) = 130+118+64=312 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.67% from 312); Green value is 118 (46.48% from 255 or 37.82% from 312); Blue value is 64 (25.39% from 255 or 20.51% from 312); Max value from RGB is 130 - color contains mainly: red. Hex color #827640 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #827640 is #7D89BF. Grayscale: #737373. Windows color (decimal): -8227264 or 4224642. OLE color: 4224642.
HSL color Cylindrical-coordinate representation of color #827640: hue angle of 49.09º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #827640 is Cyan = 0, Magento = 0.09, Yellow = 0.51 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 118 | 64 | - |
| CMYK | 0 | 0.09 | 0.51 | 0.49 |
| HSL | 49.09º | 0.34% | 0.38% | - |
| HSV(B) | 49.09º | 0.51% | 0.51% | - |
| XYZ | 16.61 | 18.07 | 7.46 | - |
| YUV | 115.43 | 98.98 | 138.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 118 | 64 | 0 | 0.09 | 0.51 | 0.49 | 49.09 | 0.34 | 0.38 |
| Hex | 82 | 76 | 40 | 0 | 9 | 33 | 31 | 31 | 22 | 26 |
| Octal | 202 | 166 | 100 | 0 | 11 | 63 | 61 | 61 | 42 | 46 |
| Binary | 10000010 | 1110110 | 1000000 | 0 | 1001 | 110011 | 110001 | 110001 | 100010 | 100110 |
Color Harmonies of #827640
Complementary color
Monochromatic Colors of #827640
Black with #827640
Text Example
Text Example
White with #827640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #827640; }
p { color: rgb(130,118,64); }
H1.HeaderClassName
{
color: #827640;
}
.AnyTagClassName
{
color: #827640;
}
</style>
background-color css
<style>
a { background-color: #827640; }
a { background-color: rgb(130,118,64); }
div.DivClassName
{
background-color: #827640;
}
.BgClassName
{
background-color: #827640;
}
</style>
border-color css
<style>
span { border-color: #827640; }
span { border-color: rgb(130,118,64); }
td.TdClassName
{
border-color: #827640;
}
.TagClassName
{
border-color: #827640;
}
</style>