Shades of Go Ben #857642
Tints of Go Ben #857642
RGB
CMYK
RGB Variations
Color information
#857642 (or 0x857642) is known color: Go Ben. HEX triplet: 85, 76 and 42. RGB value is (133,118,66). Sum of RGB (Red+Green+Blue) = 133+118+66=317 (41% of max value = 765). Red value is 133 (52.34% from 255 or 41.96% from 317); Green value is 118 (46.48% from 255 or 37.22% from 317); Blue value is 66 (26.17% from 255 or 20.82% from 317); Max value from RGB is 133 - color contains mainly: red. Hex color #857642 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #857642 is #7A89BD. Grayscale: #747474. Windows color (decimal): -8030654 or 4355717. OLE color: 4355717.
HSL color Cylindrical-coordinate representation of color #857642: hue angle of 46.57º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #857642 is Cyan = 0, Magento = 0.11, Yellow = 0.50 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 118 | 66 | - |
| CMYK | 0 | 0.11 | 0.50 | 0.48 |
| HSL | 46.57º | 0.34% | 0.39% | - |
| HSV(B) | 46.57º | 0.5% | 0.52% | - |
| XYZ | 17.13 | 18.34 | 7.79 | - |
| YUV | 116.56 | 99.47 | 139.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 118 | 66 | 0 | 0.11 | 0.50 | 0.48 | 46.57 | 0.34 | 0.39 |
| Hex | 85 | 76 | 42 | 0 | B | 32 | 30 | 2F | 22 | 27 |
| Octal | 205 | 166 | 102 | 0 | 13 | 62 | 60 | 57 | 42 | 47 |
| Binary | 10000101 | 1110110 | 1000010 | 0 | 1011 | 110010 | 110000 | 101111 | 100010 | 100111 |
Color Harmonies of #857642
Complementary color
Monochromatic Colors of #857642
Black with #857642
Text Example
Text Example
White with #857642
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #857642; }
p { color: rgb(133,118,66); }
H1.HeaderClassName
{
color: #857642;
}
.AnyTagClassName
{
color: #857642;
}
</style>
background-color css
<style>
a { background-color: #857642; }
a { background-color: rgb(133,118,66); }
div.DivClassName
{
background-color: #857642;
}
.BgClassName
{
background-color: #857642;
}
</style>
border-color css
<style>
span { border-color: #857642; }
span { border-color: rgb(133,118,66); }
td.TdClassName
{
border-color: #857642;
}
.TagClassName
{
border-color: #857642;
}
</style>