Shades of Go Ben #84753D
Tints of Go Ben #84753D
RGB
CMYK
RGB Variations
Color information
#84753D (or 0x84753D) is known color: Go Ben. HEX triplet: 84, 75 and 3D. RGB value is (132,117,61). Sum of RGB (Red+Green+Blue) = 132+117+61=310 (41% of max value = 765). Red value is 132 (51.95% from 255 or 42.58% from 310); Green value is 117 (46.09% from 255 or 37.74% from 310); Blue value is 61 (24.22% from 255 or 19.68% from 310); Max value from RGB is 132 - color contains mainly: red. Hex color #84753D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #84753D is #7B8AC2. Grayscale: #737373. Windows color (decimal): -8096451 or 4027780. OLE color: 4027780.
HSL color Cylindrical-coordinate representation of color #84753D: hue angle of 47.32º degrees, saturation: 0.37, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #84753D is Cyan = 0, Magento = 0.11, Yellow = 0.54 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 117 | 61 | - |
| CMYK | 0 | 0.11 | 0.54 | 0.48 |
| HSL | 47.32º | 0.37% | 0.38% | - |
| HSV(B) | 47.32º | 0.54% | 0.52% | - |
| XYZ | 16.72 | 17.97 | 7 | - |
| YUV | 115.1 | 97.47 | 140.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 117 | 61 | 0 | 0.11 | 0.54 | 0.48 | 47.32 | 0.37 | 0.38 |
| Hex | 84 | 75 | 3D | 0 | B | 36 | 30 | 2F | 25 | 26 |
| Octal | 204 | 165 | 75 | 0 | 13 | 66 | 60 | 57 | 45 | 46 |
| Binary | 10000100 | 1110101 | 111101 | 0 | 1011 | 110110 | 110000 | 101111 | 100101 | 100110 |
Color Harmonies of #84753D
Complementary color
Monochromatic Colors of #84753D
Black with #84753D
Text Example
Text Example
White with #84753D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84753D; }
p { color: rgb(132,117,61); }
H1.HeaderClassName
{
color: #84753D;
}
.AnyTagClassName
{
color: #84753D;
}
</style>
background-color css
<style>
a { background-color: #84753D; }
a { background-color: rgb(132,117,61); }
div.DivClassName
{
background-color: #84753D;
}
.BgClassName
{
background-color: #84753D;
}
</style>
border-color css
<style>
span { border-color: #84753D; }
span { border-color: rgb(132,117,61); }
td.TdClassName
{
border-color: #84753D;
}
.TagClassName
{
border-color: #84753D;
}
</style>