Shades of Go Ben #857947
Tints of Go Ben #857947
RGB
CMYK
RGB Variations
Color information
#857947 (or 0x857947) is known color: Go Ben. HEX triplet: 85, 79 and 47. RGB value is (133,121,71). Sum of RGB (Red+Green+Blue) = 133+121+71=325 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.92% from 325); Green value is 121 (47.66% from 255 or 37.23% from 325); Blue value is 71 (28.12% from 255 or 21.85% from 325); Max value from RGB is 133 - color contains mainly: red. Hex color #857947 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #857947 is #7A86B8. Grayscale: #777777. Windows color (decimal): -8029881 or 4684165. OLE color: 4684165.
HSL color Cylindrical-coordinate representation of color #857947: hue angle of 48.39º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #857947 is Cyan = 0, Magento = 0.09, Yellow = 0.47 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 121 | 71 | - |
| CMYK | 0 | 0.09 | 0.47 | 0.48 |
| HSL | 48.39º | 0.3% | 0.4% | - |
| HSV(B) | 48.39º | 0.47% | 0.52% | - |
| XYZ | 17.65 | 19.12 | 8.72 | - |
| YUV | 118.89 | 100.98 | 138.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 121 | 71 | 0 | 0.09 | 0.47 | 0.48 | 48.39 | 0.3 | 0.4 |
| Hex | 85 | 79 | 47 | 0 | 9 | 2F | 30 | 30 | 1E | 28 |
| Octal | 205 | 171 | 107 | 0 | 11 | 57 | 60 | 60 | 36 | 50 |
| Binary | 10000101 | 1111001 | 1000111 | 0 | 1001 | 101111 | 110000 | 110000 | 11110 | 101000 |
Color Harmonies of #857947
Complementary color
Monochromatic Colors of #857947
Black with #857947
Text Example
Text Example
White with #857947
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #857947; }
p { color: rgb(133,121,71); }
H1.HeaderClassName
{
color: #857947;
}
.AnyTagClassName
{
color: #857947;
}
</style>
background-color css
<style>
a { background-color: #857947; }
a { background-color: rgb(133,121,71); }
div.DivClassName
{
background-color: #857947;
}
.BgClassName
{
background-color: #857947;
}
</style>
border-color css
<style>
span { border-color: #857947; }
span { border-color: rgb(133,121,71); }
td.TdClassName
{
border-color: #857947;
}
.TagClassName
{
border-color: #857947;
}
</style>