Shades of Go Ben #827A40
Tints of Go Ben #827A40
RGB
CMYK
RGB Variations
Color information
#827A40 (or 0x827A40) is known color: Go Ben. HEX triplet: 82, 7A and 40. RGB value is (130,122,64). Sum of RGB (Red+Green+Blue) = 130+122+64=316 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.14% from 316); Green value is 122 (48.05% from 255 or 38.61% from 316); Blue value is 64 (25.39% from 255 or 20.25% from 316); Max value from RGB is 130 - color contains mainly: red. Hex color #827A40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #827A40 is #7D85BF. Grayscale: #767676. Windows color (decimal): -8226240 or 4225666. OLE color: 4225666.
HSL color Cylindrical-coordinate representation of color #827A40: hue angle of 52.73º 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 #827A40 is Cyan = 0, Magento = 0.06, Yellow = 0.51 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 122 | 64 | - |
| CMYK | 0 | 0.06 | 0.51 | 0.49 |
| HSL | 52.73º | 0.34% | 0.38% | - |
| HSV(B) | 52.73º | 0.51% | 0.51% | - |
| XYZ | 17.09 | 19.04 | 7.62 | - |
| YUV | 117.78 | 97.65 | 136.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 122 | 64 | 0 | 0.06 | 0.51 | 0.49 | 52.73 | 0.34 | 0.38 |
| Hex | 82 | 7A | 40 | 0 | 6 | 33 | 31 | 35 | 22 | 26 |
| Octal | 202 | 172 | 100 | 0 | 6 | 63 | 61 | 65 | 42 | 46 |
| Binary | 10000010 | 1111010 | 1000000 | 0 | 110 | 110011 | 110001 | 110101 | 100010 | 100110 |
Color Harmonies of #827A40
Complementary color
Monochromatic Colors of #827A40
Black with #827A40
Text Example
Text Example
White with #827A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #827A40; }
p { color: rgb(130,122,64); }
H1.HeaderClassName
{
color: #827A40;
}
.AnyTagClassName
{
color: #827A40;
}
</style>
background-color css
<style>
a { background-color: #827A40; }
a { background-color: rgb(130,122,64); }
div.DivClassName
{
background-color: #827A40;
}
.BgClassName
{
background-color: #827A40;
}
</style>
border-color css
<style>
span { border-color: #827A40; }
span { border-color: rgb(130,122,64); }
td.TdClassName
{
border-color: #827A40;
}
.TagClassName
{
border-color: #827A40;
}
</style>