Shades of Go Ben #837740
Tints of Go Ben #837740
RGB
CMYK
RGB Variations
Color information
#837740 (or 0x837740) is known color: Go Ben. HEX triplet: 83, 77 and 40. RGB value is (131,119,64). Sum of RGB (Red+Green+Blue) = 131+119+64=314 (41% of max value = 765). Red value is 131 (51.56% from 255 or 41.72% from 314); Green value is 119 (46.88% from 255 or 37.90% from 314); Blue value is 64 (25.39% from 255 or 20.38% from 314); Max value from RGB is 131 - color contains mainly: red. Hex color #837740 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #837740 is #7C88BF. Grayscale: #747474. Windows color (decimal): -8161472 or 4224899. OLE color: 4224899.
HSL color Cylindrical-coordinate representation of color #837740: hue angle of 49.25º 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 #837740 is Cyan = 0, Magento = 0.09, Yellow = 0.51 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 119 | 64 | - |
| CMYK | 0 | 0.09 | 0.51 | 0.49 |
| HSL | 49.25º | 0.34% | 0.38% | - |
| HSV(B) | 49.25º | 0.51% | 0.51% | - |
| XYZ | 16.88 | 18.39 | 7.51 | - |
| YUV | 116.32 | 98.48 | 138.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 119 | 64 | 0 | 0.09 | 0.51 | 0.49 | 49.25 | 0.34 | 0.38 |
| Hex | 83 | 77 | 40 | 0 | 9 | 33 | 31 | 31 | 22 | 26 |
| Octal | 203 | 167 | 100 | 0 | 11 | 63 | 61 | 61 | 42 | 46 |
| Binary | 10000011 | 1110111 | 1000000 | 0 | 1001 | 110011 | 110001 | 110001 | 100010 | 100110 |
Color Harmonies of #837740
Complementary color
Monochromatic Colors of #837740
Black with #837740
Text Example
Text Example
White with #837740
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #837740; }
p { color: rgb(131,119,64); }
H1.HeaderClassName
{
color: #837740;
}
.AnyTagClassName
{
color: #837740;
}
</style>
background-color css
<style>
a { background-color: #837740; }
a { background-color: rgb(131,119,64); }
div.DivClassName
{
background-color: #837740;
}
.BgClassName
{
background-color: #837740;
}
</style>
border-color css
<style>
span { border-color: #837740; }
span { border-color: rgb(131,119,64); }
td.TdClassName
{
border-color: #837740;
}
.TagClassName
{
border-color: #837740;
}
</style>