Shades of Go Ben #837240
Tints of Go Ben #837240
RGB
CMYK
RGB Variations
Color information
#837240 (or 0x837240) is known color: Go Ben. HEX triplet: 83, 72 and 40. RGB value is (131,114,64). Sum of RGB (Red+Green+Blue) = 131+114+64=309 (40% of max value = 765). Red value is 131 (51.56% from 255 or 42.39% from 309); Green value is 114 (44.92% from 255 or 36.89% from 309); Blue value is 64 (25.39% from 255 or 20.71% from 309); Max value from RGB is 131 - color contains mainly: red. Hex color #837240 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #837240 is #7C8DBF. Grayscale: #717171. Windows color (decimal): -8162752 or 4223619. OLE color: 4223619.
HSL color Cylindrical-coordinate representation of color #837240: hue angle of 44.78º 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 #837240 is Cyan = 0, Magento = 0.13, Yellow = 0.51 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 114 | 64 | - |
| CMYK | 0 | 0.13 | 0.51 | 0.49 |
| HSL | 44.78º | 0.34% | 0.38% | - |
| HSV(B) | 44.78º | 0.51% | 0.51% | - |
| XYZ | 16.3 | 17.23 | 7.32 | - |
| YUV | 113.38 | 100.13 | 140.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 114 | 64 | 0 | 0.13 | 0.51 | 0.49 | 44.78 | 0.34 | 0.38 |
| Hex | 83 | 72 | 40 | 0 | D | 33 | 31 | 2D | 22 | 26 |
| Octal | 203 | 162 | 100 | 0 | 15 | 63 | 61 | 55 | 42 | 46 |
| Binary | 10000011 | 1110010 | 1000000 | 0 | 1101 | 110011 | 110001 | 101101 | 100010 | 100110 |
Color Harmonies of #837240
Complementary color
Monochromatic Colors of #837240
Black with #837240
Text Example
Text Example
White with #837240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #837240; }
p { color: rgb(131,114,64); }
H1.HeaderClassName
{
color: #837240;
}
.AnyTagClassName
{
color: #837240;
}
</style>
background-color css
<style>
a { background-color: #837240; }
a { background-color: rgb(131,114,64); }
div.DivClassName
{
background-color: #837240;
}
.BgClassName
{
background-color: #837240;
}
</style>
border-color css
<style>
span { border-color: #837240; }
span { border-color: rgb(131,114,64); }
td.TdClassName
{
border-color: #837240;
}
.TagClassName
{
border-color: #837240;
}
</style>