Shades of Go Ben #857640
Tints of Go Ben #857640
RGB
CMYK
RGB Variations
Color information
#857640 (or 0x857640) is known color: Go Ben. HEX triplet: 85, 76 and 40. RGB value is (133,118,64). Sum of RGB (Red+Green+Blue) = 133+118+64=315 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.22% from 315); Green value is 118 (46.48% from 255 or 37.46% from 315); Blue value is 64 (25.39% from 255 or 20.32% from 315); Max value from RGB is 133 - color contains mainly: red. Hex color #857640 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #857640 is #7A89BF. Grayscale: #747474. Windows color (decimal): -8030656 or 4224645. OLE color: 4224645.
HSL color Cylindrical-coordinate representation of color #857640: hue angle of 46.96º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #857640 is Cyan = 0, Magento = 0.11, Yellow = 0.52 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 118 | 64 | - |
| CMYK | 0 | 0.11 | 0.52 | 0.48 |
| HSL | 46.96º | 0.35% | 0.39% | - |
| HSV(B) | 46.96º | 0.52% | 0.52% | - |
| XYZ | 17.08 | 18.31 | 7.49 | - |
| YUV | 116.33 | 98.47 | 139.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 118 | 64 | 0 | 0.11 | 0.52 | 0.48 | 46.96 | 0.35 | 0.39 |
| Hex | 85 | 76 | 40 | 0 | B | 34 | 30 | 2F | 23 | 27 |
| Octal | 205 | 166 | 100 | 0 | 13 | 64 | 60 | 57 | 43 | 47 |
| Binary | 10000101 | 1110110 | 1000000 | 0 | 1011 | 110100 | 110000 | 101111 | 100011 | 100111 |
Color Harmonies of #857640
Complementary color
Monochromatic Colors of #857640
Black with #857640
Text Example
Text Example
White with #857640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #857640; }
p { color: rgb(133,118,64); }
H1.HeaderClassName
{
color: #857640;
}
.AnyTagClassName
{
color: #857640;
}
</style>
background-color css
<style>
a { background-color: #857640; }
a { background-color: rgb(133,118,64); }
div.DivClassName
{
background-color: #857640;
}
.BgClassName
{
background-color: #857640;
}
</style>
border-color css
<style>
span { border-color: #857640; }
span { border-color: rgb(133,118,64); }
td.TdClassName
{
border-color: #857640;
}
.TagClassName
{
border-color: #857640;
}
</style>