Shades of Go Ben #857940
Tints of Go Ben #857940
RGB
CMYK
RGB Variations
Color information
#857940 (or 0x857940) is known color: Go Ben. HEX triplet: 85, 79 and 40. RGB value is (133,121,64). Sum of RGB (Red+Green+Blue) = 133+121+64=318 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.82% from 318); Green value is 121 (47.66% from 255 or 38.05% from 318); Blue value is 64 (25.39% from 255 or 20.13% from 318); Max value from RGB is 133 - color contains mainly: red. Hex color #857940 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #857940 is #7A86BF. Grayscale: #767676. Windows color (decimal): -8029888 or 4225413. OLE color: 4225413.
HSL color Cylindrical-coordinate representation of color #857940: hue angle of 49.57º 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 #857940 is Cyan = 0, Magento = 0.09, Yellow = 0.52 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 121 | 64 | - |
| CMYK | 0 | 0.09 | 0.52 | 0.48 |
| HSL | 49.57º | 0.35% | 0.39% | - |
| HSV(B) | 49.57º | 0.52% | 0.52% | - |
| XYZ | 17.44 | 19.03 | 7.6 | - |
| YUV | 118.09 | 97.48 | 138.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 121 | 64 | 0 | 0.09 | 0.52 | 0.48 | 49.57 | 0.35 | 0.39 |
| Hex | 85 | 79 | 40 | 0 | 9 | 34 | 30 | 32 | 23 | 27 |
| Octal | 205 | 171 | 100 | 0 | 11 | 64 | 60 | 62 | 43 | 47 |
| Binary | 10000101 | 1111001 | 1000000 | 0 | 1001 | 110100 | 110000 | 110010 | 100011 | 100111 |
Color Harmonies of #857940
Complementary color
Monochromatic Colors of #857940
Black with #857940
Text Example
Text Example
White with #857940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #857940; }
p { color: rgb(133,121,64); }
H1.HeaderClassName
{
color: #857940;
}
.AnyTagClassName
{
color: #857940;
}
</style>
background-color css
<style>
a { background-color: #857940; }
a { background-color: rgb(133,121,64); }
div.DivClassName
{
background-color: #857940;
}
.BgClassName
{
background-color: #857940;
}
</style>
border-color css
<style>
span { border-color: #857940; }
span { border-color: rgb(133,121,64); }
td.TdClassName
{
border-color: #857940;
}
.TagClassName
{
border-color: #857940;
}
</style>