Shades of Go Ben #887942
Tints of Go Ben #887942
RGB
CMYK
RGB Variations
Color information
#887942 (or 0x887942) is known color: Go Ben. HEX triplet: 88, 79 and 42. RGB value is (136,121,66). Sum of RGB (Red+Green+Blue) = 136+121+66=323 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.11% from 323); Green value is 121 (47.66% from 255 or 37.46% from 323); Blue value is 66 (26.17% from 255 or 20.43% from 323); Max value from RGB is 136 - color contains mainly: red. Hex color #887942 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #887942 is #7786BD. Grayscale: #777777. Windows color (decimal): -7833278 or 4356488. OLE color: 4356488.
HSL color Cylindrical-coordinate representation of color #887942: hue angle of 47.14º degrees, saturation: 0.35, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #887942 is Cyan = 0, Magento = 0.11, Yellow = 0.51 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 121 | 66 | - |
| CMYK | 0 | 0.11 | 0.51 | 0.47 |
| HSL | 47.14º | 0.35% | 0.4% | - |
| HSV(B) | 47.14º | 0.51% | 0.53% | - |
| XYZ | 17.97 | 19.3 | 7.93 | - |
| YUV | 119.22 | 97.97 | 139.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 121 | 66 | 0 | 0.11 | 0.51 | 0.47 | 47.14 | 0.35 | 0.4 |
| Hex | 88 | 79 | 42 | 0 | B | 33 | 2F | 2F | 23 | 28 |
| Octal | 210 | 171 | 102 | 0 | 13 | 63 | 57 | 57 | 43 | 50 |
| Binary | 10001000 | 1111001 | 1000010 | 0 | 1011 | 110011 | 101111 | 101111 | 100011 | 101000 |
Color Harmonies of #887942
Complementary color
Monochromatic Colors of #887942
Black with #887942
Text Example
Text Example
White with #887942
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #887942; }
p { color: rgb(136,121,66); }
H1.HeaderClassName
{
color: #887942;
}
.AnyTagClassName
{
color: #887942;
}
</style>
background-color css
<style>
a { background-color: #887942; }
a { background-color: rgb(136,121,66); }
div.DivClassName
{
background-color: #887942;
}
.BgClassName
{
background-color: #887942;
}
</style>
border-color css
<style>
span { border-color: #887942; }
span { border-color: rgb(136,121,66); }
td.TdClassName
{
border-color: #887942;
}
.TagClassName
{
border-color: #887942;
}
</style>