Shades of Go Ben #827341
Tints of Go Ben #827341
RGB
CMYK
RGB Variations
Color information
#827341 (or 0x827341) is known color: Go Ben. HEX triplet: 82, 73 and 41. RGB value is (130,115,65). Sum of RGB (Red+Green+Blue) = 130+115+65=310 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.94% from 310); Green value is 115 (45.31% from 255 or 37.10% from 310); Blue value is 65 (25.78% from 255 or 20.97% from 310); Max value from RGB is 130 - color contains mainly: red. Hex color #827341 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #827341 is #7D8CBE. Grayscale: #727272. Windows color (decimal): -8228031 or 4289410. OLE color: 4289410.
HSL color Cylindrical-coordinate representation of color #827341: hue angle of 46.15º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #827341 is Cyan = 0, Magento = 0.12, Yellow = 0.50 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 115 | 65 | - |
| CMYK | 0 | 0.12 | 0.50 | 0.49 |
| HSL | 46.15º | 0.33% | 0.38% | - |
| HSV(B) | 46.15º | 0.5% | 0.51% | - |
| XYZ | 16.29 | 17.39 | 7.5 | - |
| YUV | 113.79 | 100.47 | 139.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 115 | 65 | 0 | 0.12 | 0.50 | 0.49 | 46.15 | 0.33 | 0.38 |
| Hex | 82 | 73 | 41 | 0 | C | 32 | 31 | 2E | 21 | 26 |
| Octal | 202 | 163 | 101 | 0 | 14 | 62 | 61 | 56 | 41 | 46 |
| Binary | 10000010 | 1110011 | 1000001 | 0 | 1100 | 110010 | 110001 | 101110 | 100001 | 100110 |
Color Harmonies of #827341
Complementary color
Monochromatic Colors of #827341
Black with #827341
Text Example
Text Example
White with #827341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #827341; }
p { color: rgb(130,115,65); }
H1.HeaderClassName
{
color: #827341;
}
.AnyTagClassName
{
color: #827341;
}
</style>
background-color css
<style>
a { background-color: #827341; }
a { background-color: rgb(130,115,65); }
div.DivClassName
{
background-color: #827341;
}
.BgClassName
{
background-color: #827341;
}
</style>
border-color css
<style>
span { border-color: #827341; }
span { border-color: rgb(130,115,65); }
td.TdClassName
{
border-color: #827341;
}
.TagClassName
{
border-color: #827341;
}
</style>