Shades of Go Ben #837542
Tints of Go Ben #837542
RGB
CMYK
RGB Variations
Color information
#837542 (or 0x837542) is known color: Go Ben. HEX triplet: 83, 75 and 42. RGB value is (131,117,66). Sum of RGB (Red+Green+Blue) = 131+117+66=314 (41% of max value = 765). Red value is 131 (51.56% from 255 or 41.72% from 314); Green value is 117 (46.09% from 255 or 37.26% from 314); Blue value is 66 (26.17% from 255 or 21.02% from 314); Max value from RGB is 131 - color contains mainly: red. Hex color #837542 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #837542 is #7C8ABD. Grayscale: #737373. Windows color (decimal): -8161982 or 4355459. OLE color: 4355459.
HSL color Cylindrical-coordinate representation of color #837542: hue angle of 47.08º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #837542 is Cyan = 0, Magento = 0.11, Yellow = 0.50 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 117 | 66 | - |
| CMYK | 0 | 0.11 | 0.50 | 0.49 |
| HSL | 47.08º | 0.33% | 0.39% | - |
| HSV(B) | 47.08º | 0.5% | 0.51% | - |
| XYZ | 16.7 | 17.94 | 7.74 | - |
| YUV | 115.37 | 100.14 | 139.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 117 | 66 | 0 | 0.11 | 0.50 | 0.49 | 47.08 | 0.33 | 0.39 |
| Hex | 83 | 75 | 42 | 0 | B | 32 | 31 | 2F | 21 | 27 |
| Octal | 203 | 165 | 102 | 0 | 13 | 62 | 61 | 57 | 41 | 47 |
| Binary | 10000011 | 1110101 | 1000010 | 0 | 1011 | 110010 | 110001 | 101111 | 100001 | 100111 |
Color Harmonies of #837542
Complementary color
Monochromatic Colors of #837542
Black with #837542
Text Example
Text Example
White with #837542
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #837542; }
p { color: rgb(131,117,66); }
H1.HeaderClassName
{
color: #837542;
}
.AnyTagClassName
{
color: #837542;
}
</style>
background-color css
<style>
a { background-color: #837542; }
a { background-color: rgb(131,117,66); }
div.DivClassName
{
background-color: #837542;
}
.BgClassName
{
background-color: #837542;
}
</style>
border-color css
<style>
span { border-color: #837542; }
span { border-color: rgb(131,117,66); }
td.TdClassName
{
border-color: #837542;
}
.TagClassName
{
border-color: #837542;
}
</style>