Shades of Go Ben #827346
Tints of Go Ben #827346
RGB
CMYK
RGB Variations
Color information
#827346 (or 0x827346) is known color: Go Ben. HEX triplet: 82, 73 and 46. RGB value is (130,115,70). Sum of RGB (Red+Green+Blue) = 130+115+70=315 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.27% from 315); Green value is 115 (45.31% from 255 or 36.51% from 315); Blue value is 70 (27.73% from 255 or 22.22% from 315); Max value from RGB is 130 - color contains mainly: red. Hex color #827346 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #827346 is #7D8CB9. Grayscale: #727272. Windows color (decimal): -8228026 or 4617090. OLE color: 4617090.
HSL color Cylindrical-coordinate representation of color #827346: hue angle of 45º 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 #827346 is Cyan = 0, Magento = 0.12, Yellow = 0.46 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 115 | 70 | - |
| CMYK | 0 | 0.12 | 0.46 | 0.49 |
| HSL | 45º | 0.3% | 0.39% | - |
| HSV(B) | 45º | 0.46% | 0.51% | - |
| XYZ | 16.44 | 17.45 | 8.3 | - |
| YUV | 114.36 | 102.97 | 139.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 115 | 70 | 0 | 0.12 | 0.46 | 0.49 | 45 | 0.3 | 0.39 |
| Hex | 82 | 73 | 46 | 0 | C | 2E | 31 | 2D | 1E | 27 |
| Octal | 202 | 163 | 106 | 0 | 14 | 56 | 61 | 55 | 36 | 47 |
| Binary | 10000010 | 1110011 | 1000110 | 0 | 1100 | 101110 | 110001 | 101101 | 11110 | 100111 |
Color Harmonies of #827346
Complementary color
Monochromatic Colors of #827346
Black with #827346
Text Example
Text Example
White with #827346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #827346; }
p { color: rgb(130,115,70); }
H1.HeaderClassName
{
color: #827346;
}
.AnyTagClassName
{
color: #827346;
}
</style>
background-color css
<style>
a { background-color: #827346; }
a { background-color: rgb(130,115,70); }
div.DivClassName
{
background-color: #827346;
}
.BgClassName
{
background-color: #827346;
}
</style>
border-color css
<style>
span { border-color: #827346; }
span { border-color: rgb(130,115,70); }
td.TdClassName
{
border-color: #827346;
}
.TagClassName
{
border-color: #827346;
}
</style>