Shades of Go Ben #827946
Tints of Go Ben #827946
RGB
CMYK
RGB Variations
Color information
#827946 (or 0x827946) is known color: Go Ben. HEX triplet: 82, 79 and 46. RGB value is (130,121,70). Sum of RGB (Red+Green+Blue) = 130+121+70=321 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.50% from 321); Green value is 121 (47.66% from 255 or 37.69% from 321); Blue value is 70 (27.73% from 255 or 21.81% from 321); Max value from RGB is 130 - color contains mainly: red. Hex color #827946 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #827946 is #7D86B9. Grayscale: #767676. Windows color (decimal): -8226490 or 4618626. OLE color: 4618626.
HSL color Cylindrical-coordinate representation of color #827946: hue angle of 51º degrees, saturation: 0.3, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #827946 is Cyan = 0, Magento = 0.07, Yellow = 0.46 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 121 | 70 | - |
| CMYK | 0 | 0.07 | 0.46 | 0.49 |
| HSL | 51º | 0.3% | 0.39% | - |
| HSV(B) | 51º | 0.46% | 0.51% | - |
| XYZ | 17.15 | 18.86 | 8.53 | - |
| YUV | 117.88 | 100.98 | 136.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 121 | 70 | 0 | 0.07 | 0.46 | 0.49 | 51 | 0.3 | 0.39 |
| Hex | 82 | 79 | 46 | 0 | 7 | 2E | 31 | 33 | 1E | 27 |
| Octal | 202 | 171 | 106 | 0 | 7 | 56 | 61 | 63 | 36 | 47 |
| Binary | 10000010 | 1111001 | 1000110 | 0 | 111 | 101110 | 110001 | 110011 | 11110 | 100111 |
Color Harmonies of #827946
Complementary color
Monochromatic Colors of #827946
Black with #827946
Text Example
Text Example
White with #827946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #827946; }
p { color: rgb(130,121,70); }
H1.HeaderClassName
{
color: #827946;
}
.AnyTagClassName
{
color: #827946;
}
</style>
background-color css
<style>
a { background-color: #827946; }
a { background-color: rgb(130,121,70); }
div.DivClassName
{
background-color: #827946;
}
.BgClassName
{
background-color: #827946;
}
</style>
border-color css
<style>
span { border-color: #827946; }
span { border-color: rgb(130,121,70); }
td.TdClassName
{
border-color: #827946;
}
.TagClassName
{
border-color: #827946;
}
</style>