Shades of Go Ben #837241
Tints of Go Ben #837241
RGB
CMYK
RGB Variations
Color information
#837241 (or 0x837241) is known color: Go Ben. HEX triplet: 83, 72 and 41. RGB value is (131,114,65). Sum of RGB (Red+Green+Blue) = 131+114+65=310 (41% of max value = 765). Red value is 131 (51.56% from 255 or 42.26% from 310); Green value is 114 (44.92% from 255 or 36.77% from 310); Blue value is 65 (25.78% from 255 or 20.97% from 310); Max value from RGB is 131 - color contains mainly: red. Hex color #837241 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #837241 is #7C8DBE. Grayscale: #717171. Windows color (decimal): -8162751 or 4289155. OLE color: 4289155.
HSL color Cylindrical-coordinate representation of color #837241: hue angle of 44.55º 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 #837241 is Cyan = 0, Magento = 0.13, Yellow = 0.50 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 114 | 65 | - |
| CMYK | 0 | 0.13 | 0.50 | 0.49 |
| HSL | 44.55º | 0.34% | 0.38% | - |
| HSV(B) | 44.55º | 0.5% | 0.51% | - |
| XYZ | 16.33 | 17.24 | 7.47 | - |
| YUV | 113.5 | 100.63 | 140.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 114 | 65 | 0 | 0.13 | 0.50 | 0.49 | 44.55 | 0.34 | 0.38 |
| Hex | 83 | 72 | 41 | 0 | D | 32 | 31 | 2D | 22 | 26 |
| Octal | 203 | 162 | 101 | 0 | 15 | 62 | 61 | 55 | 42 | 46 |
| Binary | 10000011 | 1110010 | 1000001 | 0 | 1101 | 110010 | 110001 | 101101 | 100010 | 100110 |
Color Harmonies of #837241
Complementary color
Monochromatic Colors of #837241
Black with #837241
Text Example
Text Example
White with #837241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #837241; }
p { color: rgb(131,114,65); }
H1.HeaderClassName
{
color: #837241;
}
.AnyTagClassName
{
color: #837241;
}
</style>
background-color css
<style>
a { background-color: #837241; }
a { background-color: rgb(131,114,65); }
div.DivClassName
{
background-color: #837241;
}
.BgClassName
{
background-color: #837241;
}
</style>
border-color css
<style>
span { border-color: #837241; }
span { border-color: rgb(131,114,65); }
td.TdClassName
{
border-color: #837241;
}
.TagClassName
{
border-color: #837241;
}
</style>