Shades of Go Ben #857442
Tints of Go Ben #857442
RGB
CMYK
RGB Variations
Color information
#857442 (or 0x857442) is known color: Go Ben. HEX triplet: 85, 74 and 42. RGB value is (133,116,66). Sum of RGB (Red+Green+Blue) = 133+116+66=315 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.22% from 315); Green value is 116 (45.70% from 255 or 36.83% from 315); Blue value is 66 (26.17% from 255 or 20.95% from 315); Max value from RGB is 133 - color contains mainly: red. Hex color #857442 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #857442 is #7A8BBD. Grayscale: #737373. Windows color (decimal): -8031166 or 4355205. OLE color: 4355205.
HSL color Cylindrical-coordinate representation of color #857442: hue angle of 44.78º 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 #857442 is Cyan = 0, Magento = 0.13, Yellow = 0.50 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 116 | 66 | - |
| CMYK | 0 | 0.13 | 0.50 | 0.48 |
| HSL | 44.78º | 0.34% | 0.39% | - |
| HSV(B) | 44.78º | 0.5% | 0.52% | - |
| XYZ | 16.9 | 17.87 | 7.71 | - |
| YUV | 115.38 | 100.13 | 140.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 116 | 66 | 0 | 0.13 | 0.50 | 0.48 | 44.78 | 0.34 | 0.39 |
| Hex | 85 | 74 | 42 | 0 | D | 32 | 30 | 2D | 22 | 27 |
| Octal | 205 | 164 | 102 | 0 | 15 | 62 | 60 | 55 | 42 | 47 |
| Binary | 10000101 | 1110100 | 1000010 | 0 | 1101 | 110010 | 110000 | 101101 | 100010 | 100111 |
Color Harmonies of #857442
Complementary color
Monochromatic Colors of #857442
Black with #857442
Text Example
Text Example
White with #857442
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #857442; }
p { color: rgb(133,116,66); }
H1.HeaderClassName
{
color: #857442;
}
.AnyTagClassName
{
color: #857442;
}
</style>
background-color css
<style>
a { background-color: #857442; }
a { background-color: rgb(133,116,66); }
div.DivClassName
{
background-color: #857442;
}
.BgClassName
{
background-color: #857442;
}
</style>
border-color css
<style>
span { border-color: #857442; }
span { border-color: rgb(133,116,66); }
td.TdClassName
{
border-color: #857442;
}
.TagClassName
{
border-color: #857442;
}
</style>