Shades of Go Ben #847845
Tints of Go Ben #847845
RGB
CMYK
RGB Variations
Color information
#847845 (or 0x847845) is known color: Go Ben. HEX triplet: 84, 78 and 45. RGB value is (132,120,69). Sum of RGB (Red+Green+Blue) = 132+120+69=321 (42% of max value = 765). Red value is 132 (51.95% from 255 or 41.12% from 321); Green value is 120 (47.27% from 255 or 37.38% from 321); Blue value is 69 (27.34% from 255 or 21.50% from 321); Max value from RGB is 132 - color contains mainly: red. Hex color #847845 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #847845 is #7B87BA. Grayscale: #757575. Windows color (decimal): -8095675 or 4552836. OLE color: 4552836.
HSL color Cylindrical-coordinate representation of color #847845: hue angle of 48.57º degrees, saturation: 0.31, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #847845 is Cyan = 0, Magento = 0.09, Yellow = 0.48 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 120 | 69 | - |
| CMYK | 0 | 0.09 | 0.48 | 0.48 |
| HSL | 48.57º | 0.31% | 0.39% | - |
| HSV(B) | 48.57º | 0.48% | 0.52% | - |
| XYZ | 17.31 | 18.77 | 8.34 | - |
| YUV | 117.77 | 100.48 | 138.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 120 | 69 | 0 | 0.09 | 0.48 | 0.48 | 48.57 | 0.31 | 0.39 |
| Hex | 84 | 78 | 45 | 0 | 9 | 30 | 30 | 31 | 1F | 27 |
| Octal | 204 | 170 | 105 | 0 | 11 | 60 | 60 | 61 | 37 | 47 |
| Binary | 10000100 | 1111000 | 1000101 | 0 | 1001 | 110000 | 110000 | 110001 | 11111 | 100111 |
Color Harmonies of #847845
Complementary color
Monochromatic Colors of #847845
Black with #847845
Text Example
Text Example
White with #847845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #847845; }
p { color: rgb(132,120,69); }
H1.HeaderClassName
{
color: #847845;
}
.AnyTagClassName
{
color: #847845;
}
</style>
background-color css
<style>
a { background-color: #847845; }
a { background-color: rgb(132,120,69); }
div.DivClassName
{
background-color: #847845;
}
.BgClassName
{
background-color: #847845;
}
</style>
border-color css
<style>
span { border-color: #847845; }
span { border-color: rgb(132,120,69); }
td.TdClassName
{
border-color: #847845;
}
.TagClassName
{
border-color: #847845;
}
</style>