Shades of Go Ben #837041
Tints of Go Ben #837041
RGB
CMYK
RGB Variations
Color information
#837041 (or 0x837041) is known color: Go Ben. HEX triplet: 83, 70 and 41. RGB value is (131,112,65). Sum of RGB (Red+Green+Blue) = 131+112+65=308 (40% of max value = 765). Red value is 131 (51.56% from 255 or 42.53% from 308); Green value is 112 (44.14% from 255 or 36.36% from 308); Blue value is 65 (25.78% from 255 or 21.10% from 308); Max value from RGB is 131 - color contains mainly: red. Hex color #837041 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #837041 is #7C8FBE. Grayscale: #707070. Windows color (decimal): -8163263 or 4288643. OLE color: 4288643.
HSL color Cylindrical-coordinate representation of color #837041: hue angle of 42.73º degrees, saturation: 0.34, 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 #837041 is Cyan = 0, Magento = 0.15, Yellow = 0.50 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 112 | 65 | - |
| CMYK | 0 | 0.15 | 0.50 | 0.49 |
| HSL | 42.73º | 0.34% | 0.38% | - |
| HSV(B) | 42.73º | 0.5% | 0.51% | - |
| XYZ | 16.11 | 16.8 | 7.39 | - |
| YUV | 112.32 | 101.29 | 141.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 112 | 65 | 0 | 0.15 | 0.50 | 0.49 | 42.73 | 0.34 | 0.38 |
| Hex | 83 | 70 | 41 | 0 | F | 32 | 31 | 2B | 22 | 26 |
| Octal | 203 | 160 | 101 | 0 | 17 | 62 | 61 | 53 | 42 | 46 |
| Binary | 10000011 | 1110000 | 1000001 | 0 | 1111 | 110010 | 110001 | 101011 | 100010 | 100110 |
Color Harmonies of #837041
Complementary color
Monochromatic Colors of #837041
Black with #837041
Text Example
Text Example
White with #837041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #837041; }
p { color: rgb(131,112,65); }
H1.HeaderClassName
{
color: #837041;
}
.AnyTagClassName
{
color: #837041;
}
</style>
background-color css
<style>
a { background-color: #837041; }
a { background-color: rgb(131,112,65); }
div.DivClassName
{
background-color: #837041;
}
.BgClassName
{
background-color: #837041;
}
</style>
border-color css
<style>
span { border-color: #837041; }
span { border-color: rgb(131,112,65); }
td.TdClassName
{
border-color: #837041;
}
.TagClassName
{
border-color: #837041;
}
</style>