Shades of Go Ben #837040
Tints of Go Ben #837040
RGB
CMYK
RGB Variations
Color information
#837040 (or 0x837040) is known color: Go Ben. HEX triplet: 83, 70 and 40. RGB value is (131,112,64). Sum of RGB (Red+Green+Blue) = 131+112+64=307 (40% of max value = 765). Red value is 131 (51.56% from 255 or 42.67% from 307); Green value is 112 (44.14% from 255 or 36.48% from 307); Blue value is 64 (25.39% from 255 or 20.85% from 307); Max value from RGB is 131 - color contains mainly: red. Hex color #837040 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #837040 is #7C8FBF. Grayscale: #707070. Windows color (decimal): -8163264 or 4223107. OLE color: 4223107.
HSL color Cylindrical-coordinate representation of color #837040: hue angle of 42.99º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #837040 is Cyan = 0, Magento = 0.15, Yellow = 0.51 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 112 | 64 | - |
| CMYK | 0 | 0.15 | 0.51 | 0.49 |
| HSL | 42.99º | 0.34% | 0.38% | - |
| HSV(B) | 42.99º | 0.51% | 0.51% | - |
| XYZ | 16.08 | 16.78 | 7.24 | - |
| YUV | 112.21 | 100.79 | 141.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 112 | 64 | 0 | 0.15 | 0.51 | 0.49 | 42.99 | 0.34 | 0.38 |
| Hex | 83 | 70 | 40 | 0 | F | 33 | 31 | 2B | 22 | 26 |
| Octal | 203 | 160 | 100 | 0 | 17 | 63 | 61 | 53 | 42 | 46 |
| Binary | 10000011 | 1110000 | 1000000 | 0 | 1111 | 110011 | 110001 | 101011 | 100010 | 100110 |
Color Harmonies of #837040
Complementary color
Monochromatic Colors of #837040
Black with #837040
Text Example
Text Example
White with #837040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #837040; }
p { color: rgb(131,112,64); }
H1.HeaderClassName
{
color: #837040;
}
.AnyTagClassName
{
color: #837040;
}
</style>
background-color css
<style>
a { background-color: #837040; }
a { background-color: rgb(131,112,64); }
div.DivClassName
{
background-color: #837040;
}
.BgClassName
{
background-color: #837040;
}
</style>
border-color css
<style>
span { border-color: #837040; }
span { border-color: rgb(131,112,64); }
td.TdClassName
{
border-color: #837040;
}
.TagClassName
{
border-color: #837040;
}
</style>