Shades of Go Ben #857441
Tints of Go Ben #857441
RGB
CMYK
RGB Variations
Color information
#857441 (or 0x857441) is known color: Go Ben. HEX triplet: 85, 74 and 41. RGB value is (133,116,65). Sum of RGB (Red+Green+Blue) = 133+116+65=314 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.36% from 314); Green value is 116 (45.70% from 255 or 36.94% from 314); Blue value is 65 (25.78% from 255 or 20.70% from 314); Max value from RGB is 133 - color contains mainly: red. Hex color #857441 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #857441 is #7A8BBE. Grayscale: #737373. Windows color (decimal): -8031167 or 4289669. OLE color: 4289669.
HSL color Cylindrical-coordinate representation of color #857441: hue angle of 45º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #857441 is Cyan = 0, Magento = 0.13, Yellow = 0.51 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 116 | 65 | - |
| CMYK | 0 | 0.13 | 0.51 | 0.48 |
| HSL | 45º | 0.34% | 0.39% | - |
| HSV(B) | 45º | 0.51% | 0.52% | - |
| XYZ | 16.87 | 17.86 | 7.56 | - |
| YUV | 115.27 | 99.63 | 140.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 116 | 65 | 0 | 0.13 | 0.51 | 0.48 | 45 | 0.34 | 0.39 |
| Hex | 85 | 74 | 41 | 0 | D | 33 | 30 | 2D | 22 | 27 |
| Octal | 205 | 164 | 101 | 0 | 15 | 63 | 60 | 55 | 42 | 47 |
| Binary | 10000101 | 1110100 | 1000001 | 0 | 1101 | 110011 | 110000 | 101101 | 100010 | 100111 |
Color Harmonies of #857441
Complementary color
Monochromatic Colors of #857441
Black with #857441
Text Example
Text Example
White with #857441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #857441; }
p { color: rgb(133,116,65); }
H1.HeaderClassName
{
color: #857441;
}
.AnyTagClassName
{
color: #857441;
}
</style>
background-color css
<style>
a { background-color: #857441; }
a { background-color: rgb(133,116,65); }
div.DivClassName
{
background-color: #857441;
}
.BgClassName
{
background-color: #857441;
}
</style>
border-color css
<style>
span { border-color: #857441; }
span { border-color: rgb(133,116,65); }
td.TdClassName
{
border-color: #857441;
}
.TagClassName
{
border-color: #857441;
}
</style>