Shades of Go Ben #837A3E
Tints of Go Ben #837A3E
RGB
CMYK
RGB Variations
Color information
#837A3E (or 0x837A3E) is known color: Go Ben. HEX triplet: 83, 7A and 3E. RGB value is (131,122,62). Sum of RGB (Red+Green+Blue) = 131+122+62=315 (41% of max value = 765). Red value is 131 (51.56% from 255 or 41.59% from 315); Green value is 122 (48.05% from 255 or 38.73% from 315); Blue value is 62 (24.61% from 255 or 19.68% from 315); Max value from RGB is 131 - color contains mainly: red. Hex color #837A3E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #837A3E is #7C85C1. Grayscale: #767676. Windows color (decimal): -8160706 or 4094595. OLE color: 4094595.
HSL color Cylindrical-coordinate representation of color #837A3E: hue angle of 52.17º degrees, saturation: 0.36, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #837A3E is Cyan = 0, Magento = 0.07, Yellow = 0.53 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 122 | 62 | - |
| CMYK | 0 | 0.07 | 0.53 | 0.49 |
| HSL | 52.17º | 0.36% | 0.38% | - |
| HSV(B) | 52.17º | 0.53% | 0.51% | - |
| XYZ | 17.19 | 19.09 | 7.34 | - |
| YUV | 117.85 | 96.48 | 137.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 122 | 62 | 0 | 0.07 | 0.53 | 0.49 | 52.17 | 0.36 | 0.38 |
| Hex | 83 | 7A | 3E | 0 | 7 | 35 | 31 | 34 | 24 | 26 |
| Octal | 203 | 172 | 76 | 0 | 7 | 65 | 61 | 64 | 44 | 46 |
| Binary | 10000011 | 1111010 | 111110 | 0 | 111 | 110101 | 110001 | 110100 | 100100 | 100110 |
Color Harmonies of #837A3E
Complementary color
Monochromatic Colors of #837A3E
Black with #837A3E
Text Example
Text Example
White with #837A3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #837A3E; }
p { color: rgb(131,122,62); }
H1.HeaderClassName
{
color: #837A3E;
}
.AnyTagClassName
{
color: #837A3E;
}
</style>
background-color css
<style>
a { background-color: #837A3E; }
a { background-color: rgb(131,122,62); }
div.DivClassName
{
background-color: #837A3E;
}
.BgClassName
{
background-color: #837A3E;
}
</style>
border-color css
<style>
span { border-color: #837A3E; }
span { border-color: rgb(131,122,62); }
td.TdClassName
{
border-color: #837A3E;
}
.TagClassName
{
border-color: #837A3E;
}
</style>