Shades of Go Ben #857942
Tints of Go Ben #857942
RGB
CMYK
RGB Variations
Color information
#857942 (or 0x857942) is known color: Go Ben. HEX triplet: 85, 79 and 42. RGB value is (133,121,66). Sum of RGB (Red+Green+Blue) = 133+121+66=320 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.56% from 320); Green value is 121 (47.66% from 255 or 37.81% from 320); Blue value is 66 (26.17% from 255 or 20.62% from 320); Max value from RGB is 133 - color contains mainly: red. Hex color #857942 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #857942 is #7A86BD. Grayscale: #767676. Windows color (decimal): -8029886 or 4356485. OLE color: 4356485.
HSL color Cylindrical-coordinate representation of color #857942: hue angle of 49.25º 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 #857942 is Cyan = 0, Magento = 0.09, Yellow = 0.50 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 121 | 66 | - |
| CMYK | 0 | 0.09 | 0.50 | 0.48 |
| HSL | 49.25º | 0.34% | 0.39% | - |
| HSV(B) | 49.25º | 0.5% | 0.52% | - |
| XYZ | 17.49 | 19.05 | 7.91 | - |
| YUV | 118.32 | 98.48 | 138.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 121 | 66 | 0 | 0.09 | 0.50 | 0.48 | 49.25 | 0.34 | 0.39 |
| Hex | 85 | 79 | 42 | 0 | 9 | 32 | 30 | 31 | 22 | 27 |
| Octal | 205 | 171 | 102 | 0 | 11 | 62 | 60 | 61 | 42 | 47 |
| Binary | 10000101 | 1111001 | 1000010 | 0 | 1001 | 110010 | 110000 | 110001 | 100010 | 100111 |
Color Harmonies of #857942
Complementary color
Monochromatic Colors of #857942
Black with #857942
Text Example
Text Example
White with #857942
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #857942; }
p { color: rgb(133,121,66); }
H1.HeaderClassName
{
color: #857942;
}
.AnyTagClassName
{
color: #857942;
}
</style>
background-color css
<style>
a { background-color: #857942; }
a { background-color: rgb(133,121,66); }
div.DivClassName
{
background-color: #857942;
}
.BgClassName
{
background-color: #857942;
}
</style>
border-color css
<style>
span { border-color: #857942; }
span { border-color: rgb(133,121,66); }
td.TdClassName
{
border-color: #857942;
}
.TagClassName
{
border-color: #857942;
}
</style>