Shades of Go Ben #837343
Tints of Go Ben #837343
RGB
CMYK
RGB Variations
Color information
#837343 (or 0x837343) is known color: Go Ben. HEX triplet: 83, 73 and 43. RGB value is (131,115,67). Sum of RGB (Red+Green+Blue) = 131+115+67=313 (41% of max value = 765). Red value is 131 (51.56% from 255 or 41.85% from 313); Green value is 115 (45.31% from 255 or 36.74% from 313); Blue value is 67 (26.56% from 255 or 21.41% from 313); Max value from RGB is 131 - color contains mainly: red. Hex color #837343 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #837343 is #7C8CBC. Grayscale: #727272. Windows color (decimal): -8162493 or 4420483. OLE color: 4420483.
HSL color Cylindrical-coordinate representation of color #837343: hue angle of 45º degrees, saturation: 0.32, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #837343 is Cyan = 0, Magento = 0.12, Yellow = 0.49 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 115 | 67 | - |
| CMYK | 0 | 0.12 | 0.49 | 0.49 |
| HSL | 45º | 0.32% | 0.39% | - |
| HSV(B) | 45º | 0.49% | 0.51% | - |
| XYZ | 16.5 | 17.49 | 7.82 | - |
| YUV | 114.31 | 101.3 | 139.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 115 | 67 | 0 | 0.12 | 0.49 | 0.49 | 45 | 0.32 | 0.39 |
| Hex | 83 | 73 | 43 | 0 | C | 31 | 31 | 2D | 20 | 27 |
| Octal | 203 | 163 | 103 | 0 | 14 | 61 | 61 | 55 | 40 | 47 |
| Binary | 10000011 | 1110011 | 1000011 | 0 | 1100 | 110001 | 110001 | 101101 | 100000 | 100111 |
Color Harmonies of #837343
Complementary color
Monochromatic Colors of #837343
Black with #837343
Text Example
Text Example
White with #837343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #837343; }
p { color: rgb(131,115,67); }
H1.HeaderClassName
{
color: #837343;
}
.AnyTagClassName
{
color: #837343;
}
</style>
background-color css
<style>
a { background-color: #837343; }
a { background-color: rgb(131,115,67); }
div.DivClassName
{
background-color: #837343;
}
.BgClassName
{
background-color: #837343;
}
</style>
border-color css
<style>
span { border-color: #837343; }
span { border-color: rgb(131,115,67); }
td.TdClassName
{
border-color: #837343;
}
.TagClassName
{
border-color: #837343;
}
</style>