Shades of Go Ben #827846
Tints of Go Ben #827846
RGB
CMYK
RGB Variations
Color information
#827846 (or 0x827846) is known color: Go Ben. HEX triplet: 82, 78 and 46. RGB value is (130,120,70). Sum of RGB (Red+Green+Blue) = 130+120+70=320 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.62% from 320); Green value is 120 (47.27% from 255 or 37.5% from 320); Blue value is 70 (27.73% from 255 or 21.88% from 320); Max value from RGB is 130 - color contains mainly: red. Hex color #827846 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #827846 is #7D87B9. Grayscale: #757575. Windows color (decimal): -8226746 or 4618370. OLE color: 4618370.
HSL color Cylindrical-coordinate representation of color #827846: hue angle of 50º 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 #827846 is Cyan = 0, Magento = 0.08, Yellow = 0.46 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 120 | 70 | - |
| CMYK | 0 | 0.08 | 0.46 | 0.49 |
| HSL | 50º | 0.3% | 0.39% | - |
| HSV(B) | 50º | 0.46% | 0.51% | - |
| XYZ | 17.03 | 18.62 | 8.49 | - |
| YUV | 117.29 | 101.31 | 137.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 120 | 70 | 0 | 0.08 | 0.46 | 0.49 | 50 | 0.3 | 0.39 |
| Hex | 82 | 78 | 46 | 0 | 8 | 2E | 31 | 32 | 1E | 27 |
| Octal | 202 | 170 | 106 | 0 | 10 | 56 | 61 | 62 | 36 | 47 |
| Binary | 10000010 | 1111000 | 1000110 | 0 | 1000 | 101110 | 110001 | 110010 | 11110 | 100111 |
Color Harmonies of #827846
Complementary color
Monochromatic Colors of #827846
Black with #827846
Text Example
Text Example
White with #827846
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #827846; }
p { color: rgb(130,120,70); }
H1.HeaderClassName
{
color: #827846;
}
.AnyTagClassName
{
color: #827846;
}
</style>
background-color css
<style>
a { background-color: #827846; }
a { background-color: rgb(130,120,70); }
div.DivClassName
{
background-color: #827846;
}
.BgClassName
{
background-color: #827846;
}
</style>
border-color css
<style>
span { border-color: #827846; }
span { border-color: rgb(130,120,70); }
td.TdClassName
{
border-color: #827846;
}
.TagClassName
{
border-color: #827846;
}
</style>