Shades of Go Ben #827B40
Tints of Go Ben #827B40
RGB
CMYK
RGB Variations
Color information
#827B40 (or 0x827B40) is known color: Go Ben. HEX triplet: 82, 7B and 40. RGB value is (130,123,64). Sum of RGB (Red+Green+Blue) = 130+123+64=317 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.01% from 317); Green value is 123 (48.44% from 255 or 38.80% from 317); Blue value is 64 (25.39% from 255 or 20.19% from 317); Max value from RGB is 130 - color contains mainly: red. Hex color #827B40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #827B40 is #7D84BF. Grayscale: #767676. Windows color (decimal): -8225984 or 4225922. OLE color: 4225922.
HSL color Cylindrical-coordinate representation of color #827B40: hue angle of 53.64º 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 #827B40 is Cyan = 0, Magento = 0.05, Yellow = 0.51 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 123 | 64 | - |
| CMYK | 0 | 0.05 | 0.51 | 0.49 |
| HSL | 53.64º | 0.34% | 0.38% | - |
| HSV(B) | 53.64º | 0.51% | 0.51% | - |
| XYZ | 17.21 | 19.28 | 7.66 | - |
| YUV | 118.37 | 97.32 | 136.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 123 | 64 | 0 | 0.05 | 0.51 | 0.49 | 53.64 | 0.34 | 0.38 |
| Hex | 82 | 7B | 40 | 0 | 5 | 33 | 31 | 36 | 22 | 26 |
| Octal | 202 | 173 | 100 | 0 | 5 | 63 | 61 | 66 | 42 | 46 |
| Binary | 10000010 | 1111011 | 1000000 | 0 | 101 | 110011 | 110001 | 110110 | 100010 | 100110 |
Color Harmonies of #827B40
Complementary color
Monochromatic Colors of #827B40
Black with #827B40
Text Example
Text Example
White with #827B40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #827B40; }
p { color: rgb(130,123,64); }
H1.HeaderClassName
{
color: #827B40;
}
.AnyTagClassName
{
color: #827B40;
}
</style>
background-color css
<style>
a { background-color: #827B40; }
a { background-color: rgb(130,123,64); }
div.DivClassName
{
background-color: #827B40;
}
.BgClassName
{
background-color: #827B40;
}
</style>
border-color css
<style>
span { border-color: #827B40; }
span { border-color: rgb(130,123,64); }
td.TdClassName
{
border-color: #827B40;
}
.TagClassName
{
border-color: #827B40;
}
</style>