Shades of Go Ben #84753F
Tints of Go Ben #84753F
RGB
CMYK
RGB Variations
Color information
#84753F (or 0x84753F) is known color: Go Ben. HEX triplet: 84, 75 and 3F. RGB value is (132,117,63). Sum of RGB (Red+Green+Blue) = 132+117+63=312 (41% of max value = 765). Red value is 132 (51.95% from 255 or 42.31% from 312); Green value is 117 (46.09% from 255 or 37.5% from 312); Blue value is 63 (25% from 255 or 20.19% from 312); Max value from RGB is 132 - color contains mainly: red. Hex color #84753F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #84753F is #7B8AC0. Grayscale: #737373. Windows color (decimal): -8096449 or 4158852. OLE color: 4158852.
HSL color Cylindrical-coordinate representation of color #84753F: hue angle of 46.96º degrees, saturation: 0.35, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #84753F is Cyan = 0, Magento = 0.11, Yellow = 0.52 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 117 | 63 | - |
| CMYK | 0 | 0.11 | 0.52 | 0.48 |
| HSL | 46.96º | 0.35% | 0.38% | - |
| HSV(B) | 46.96º | 0.52% | 0.52% | - |
| XYZ | 16.77 | 17.99 | 7.29 | - |
| YUV | 115.33 | 98.47 | 139.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 117 | 63 | 0 | 0.11 | 0.52 | 0.48 | 46.96 | 0.35 | 0.38 |
| Hex | 84 | 75 | 3F | 0 | B | 34 | 30 | 2F | 23 | 26 |
| Octal | 204 | 165 | 77 | 0 | 13 | 64 | 60 | 57 | 43 | 46 |
| Binary | 10000100 | 1110101 | 111111 | 0 | 1011 | 110100 | 110000 | 101111 | 100011 | 100110 |
Color Harmonies of #84753F
Complementary color
Monochromatic Colors of #84753F
Black with #84753F
Text Example
Text Example
White with #84753F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84753F; }
p { color: rgb(132,117,63); }
H1.HeaderClassName
{
color: #84753F;
}
.AnyTagClassName
{
color: #84753F;
}
</style>
background-color css
<style>
a { background-color: #84753F; }
a { background-color: rgb(132,117,63); }
div.DivClassName
{
background-color: #84753F;
}
.BgClassName
{
background-color: #84753F;
}
</style>
border-color css
<style>
span { border-color: #84753F; }
span { border-color: rgb(132,117,63); }
td.TdClassName
{
border-color: #84753F;
}
.TagClassName
{
border-color: #84753F;
}
</style>