Shades of Go Ben #847742
Tints of Go Ben #847742
RGB
CMYK
RGB Variations
Color information
#847742 (or 0x847742) is known color: Go Ben. HEX triplet: 84, 77 and 42. RGB value is (132,119,66). Sum of RGB (Red+Green+Blue) = 132+119+66=317 (41% of max value = 765). Red value is 132 (51.95% from 255 or 41.64% from 317); Green value is 119 (46.88% from 255 or 37.54% from 317); Blue value is 66 (26.17% from 255 or 20.82% from 317); Max value from RGB is 132 - color contains mainly: red. Hex color #847742 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #847742 is #7B88BD. Grayscale: #757575. Windows color (decimal): -8095934 or 4355972. OLE color: 4355972.
HSL color Cylindrical-coordinate representation of color #847742: hue angle of 48.18º degrees, saturation: 0.33, 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 #847742 is Cyan = 0, Magento = 0.10, Yellow = 0.5 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 119 | 66 | - |
| CMYK | 0 | 0.10 | 0.5 | 0.48 |
| HSL | 48.18º | 0.33% | 0.39% | - |
| HSV(B) | 48.18º | 0.5% | 0.52% | - |
| XYZ | 17.1 | 18.49 | 7.82 | - |
| YUV | 116.85 | 99.31 | 138.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 119 | 66 | 0 | 0.10 | 0.5 | 0.48 | 48.18 | 0.33 | 0.39 |
| Hex | 84 | 77 | 42 | 0 | A | 32 | 30 | 30 | 21 | 27 |
| Octal | 204 | 167 | 102 | 0 | 12 | 62 | 60 | 60 | 41 | 47 |
| Binary | 10000100 | 1110111 | 1000010 | 0 | 1010 | 110010 | 110000 | 110000 | 100001 | 100111 |
Color Harmonies of #847742
Complementary color
Monochromatic Colors of #847742
Black with #847742
Text Example
Text Example
White with #847742
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #847742; }
p { color: rgb(132,119,66); }
H1.HeaderClassName
{
color: #847742;
}
.AnyTagClassName
{
color: #847742;
}
</style>
background-color css
<style>
a { background-color: #847742; }
a { background-color: rgb(132,119,66); }
div.DivClassName
{
background-color: #847742;
}
.BgClassName
{
background-color: #847742;
}
</style>
border-color css
<style>
span { border-color: #847742; }
span { border-color: rgb(132,119,66); }
td.TdClassName
{
border-color: #847742;
}
.TagClassName
{
border-color: #847742;
}
</style>