Shades of Go Ben #827942
Tints of Go Ben #827942
RGB
CMYK
RGB Variations
Color information
#827942 (or 0x827942) is known color: Go Ben. HEX triplet: 82, 79 and 42. RGB value is (130,121,66). Sum of RGB (Red+Green+Blue) = 130+121+66=317 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.01% from 317); Green value is 121 (47.66% from 255 or 38.17% from 317); Blue value is 66 (26.17% from 255 or 20.82% from 317); Max value from RGB is 130 - color contains mainly: red. Hex color #827942 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #827942 is #7D86BD. Grayscale: #757575. Windows color (decimal): -8226494 or 4356482. OLE color: 4356482.
HSL color Cylindrical-coordinate representation of color #827942: hue angle of 51.56º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #827942 is Cyan = 0, Magento = 0.07, Yellow = 0.49 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 121 | 66 | - |
| CMYK | 0 | 0.07 | 0.49 | 0.49 |
| HSL | 51.56º | 0.33% | 0.38% | - |
| HSV(B) | 51.56º | 0.49% | 0.51% | - |
| XYZ | 17.03 | 18.81 | 7.89 | - |
| YUV | 117.42 | 98.98 | 136.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 121 | 66 | 0 | 0.07 | 0.49 | 0.49 | 51.56 | 0.33 | 0.38 |
| Hex | 82 | 79 | 42 | 0 | 7 | 31 | 31 | 34 | 21 | 26 |
| Octal | 202 | 171 | 102 | 0 | 7 | 61 | 61 | 64 | 41 | 46 |
| Binary | 10000010 | 1111001 | 1000010 | 0 | 111 | 110001 | 110001 | 110100 | 100001 | 100110 |
Color Harmonies of #827942
Complementary color
Monochromatic Colors of #827942
Black with #827942
Text Example
Text Example
White with #827942
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #827942; }
p { color: rgb(130,121,66); }
H1.HeaderClassName
{
color: #827942;
}
.AnyTagClassName
{
color: #827942;
}
</style>
background-color css
<style>
a { background-color: #827942; }
a { background-color: rgb(130,121,66); }
div.DivClassName
{
background-color: #827942;
}
.BgClassName
{
background-color: #827942;
}
</style>
border-color css
<style>
span { border-color: #827942; }
span { border-color: rgb(130,121,66); }
td.TdClassName
{
border-color: #827942;
}
.TagClassName
{
border-color: #827942;
}
</style>