Shades of Go Ben #827441
Tints of Go Ben #827441
RGB
CMYK
RGB Variations
Color information
#827441 (or 0x827441) is known color: Go Ben. HEX triplet: 82, 74 and 41. RGB value is (130,116,65). Sum of RGB (Red+Green+Blue) = 130+116+65=311 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.80% from 311); Green value is 116 (45.70% from 255 or 37.30% from 311); Blue value is 65 (25.78% from 255 or 20.90% from 311); Max value from RGB is 130 - color contains mainly: red. Hex color #827441 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #827441 is #7D8BBE. Grayscale: #727272. Windows color (decimal): -8227775 or 4289666. OLE color: 4289666.
HSL color Cylindrical-coordinate representation of color #827441: hue angle of 47.08º 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 #827441 is Cyan = 0, Magento = 0.11, Yellow = 0.50 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 116 | 65 | - |
| CMYK | 0 | 0.11 | 0.50 | 0.49 |
| HSL | 47.08º | 0.33% | 0.38% | - |
| HSV(B) | 47.08º | 0.5% | 0.51% | - |
| XYZ | 16.41 | 17.62 | 7.54 | - |
| YUV | 114.37 | 100.14 | 139.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 116 | 65 | 0 | 0.11 | 0.50 | 0.49 | 47.08 | 0.33 | 0.38 |
| Hex | 82 | 74 | 41 | 0 | B | 32 | 31 | 2F | 21 | 26 |
| Octal | 202 | 164 | 101 | 0 | 13 | 62 | 61 | 57 | 41 | 46 |
| Binary | 10000010 | 1110100 | 1000001 | 0 | 1011 | 110010 | 110001 | 101111 | 100001 | 100110 |
Color Harmonies of #827441
Complementary color
Monochromatic Colors of #827441
Black with #827441
Text Example
Text Example
White with #827441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #827441; }
p { color: rgb(130,116,65); }
H1.HeaderClassName
{
color: #827441;
}
.AnyTagClassName
{
color: #827441;
}
</style>
background-color css
<style>
a { background-color: #827441; }
a { background-color: rgb(130,116,65); }
div.DivClassName
{
background-color: #827441;
}
.BgClassName
{
background-color: #827441;
}
</style>
border-color css
<style>
span { border-color: #827441; }
span { border-color: rgb(130,116,65); }
td.TdClassName
{
border-color: #827441;
}
.TagClassName
{
border-color: #827441;
}
</style>