Shades of Go Ben #827642
Tints of Go Ben #827642
RGB
CMYK
RGB Variations
Color information
#827642 (or 0x827642) is known color: Go Ben. HEX triplet: 82, 76 and 42. RGB value is (130,118,66). Sum of RGB (Red+Green+Blue) = 130+118+66=314 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.40% from 314); Green value is 118 (46.48% from 255 or 37.58% from 314); Blue value is 66 (26.17% from 255 or 21.02% from 314); Max value from RGB is 130 - color contains mainly: red. Hex color #827642 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #827642 is #7D89BD. Grayscale: #737373. Windows color (decimal): -8227262 or 4355714. OLE color: 4355714.
HSL color Cylindrical-coordinate representation of color #827642: hue angle of 48.75º 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 #827642 is Cyan = 0, Magento = 0.09, Yellow = 0.49 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 118 | 66 | - |
| CMYK | 0 | 0.09 | 0.49 | 0.49 |
| HSL | 48.75º | 0.33% | 0.38% | - |
| HSV(B) | 48.75º | 0.49% | 0.51% | - |
| XYZ | 16.67 | 18.1 | 7.77 | - |
| YUV | 115.66 | 99.98 | 138.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 118 | 66 | 0 | 0.09 | 0.49 | 0.49 | 48.75 | 0.33 | 0.38 |
| Hex | 82 | 76 | 42 | 0 | 9 | 31 | 31 | 31 | 21 | 26 |
| Octal | 202 | 166 | 102 | 0 | 11 | 61 | 61 | 61 | 41 | 46 |
| Binary | 10000010 | 1110110 | 1000010 | 0 | 1001 | 110001 | 110001 | 110001 | 100001 | 100110 |
Color Harmonies of #827642
Complementary color
Monochromatic Colors of #827642
Black with #827642
Text Example
Text Example
White with #827642
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #827642; }
p { color: rgb(130,118,66); }
H1.HeaderClassName
{
color: #827642;
}
.AnyTagClassName
{
color: #827642;
}
</style>
background-color css
<style>
a { background-color: #827642; }
a { background-color: rgb(130,118,66); }
div.DivClassName
{
background-color: #827642;
}
.BgClassName
{
background-color: #827642;
}
</style>
border-color css
<style>
span { border-color: #827642; }
span { border-color: rgb(130,118,66); }
td.TdClassName
{
border-color: #827642;
}
.TagClassName
{
border-color: #827642;
}
</style>