Shades of Go Ben #84753E
Tints of Go Ben #84753E
RGB
CMYK
RGB Variations
Color information
#84753E (or 0x84753E) is known color: Go Ben. HEX triplet: 84, 75 and 3E. RGB value is (132,117,62). Sum of RGB (Red+Green+Blue) = 132+117+62=311 (41% of max value = 765). Red value is 132 (51.95% from 255 or 42.44% from 311); Green value is 117 (46.09% from 255 or 37.62% from 311); Blue value is 62 (24.61% from 255 or 19.94% from 311); Max value from RGB is 132 - color contains mainly: red. Hex color #84753E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #84753E is #7B8AC1. Grayscale: #737373. Windows color (decimal): -8096450 or 4093316. OLE color: 4093316.
HSL color Cylindrical-coordinate representation of color #84753E: hue angle of 47.14º degrees, saturation: 0.36, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #84753E is Cyan = 0, Magento = 0.11, Yellow = 0.53 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 117 | 62 | - |
| CMYK | 0 | 0.11 | 0.53 | 0.48 |
| HSL | 47.14º | 0.36% | 0.38% | - |
| HSV(B) | 47.14º | 0.53% | 0.52% | - |
| XYZ | 16.75 | 17.98 | 7.14 | - |
| YUV | 115.22 | 97.97 | 139.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 117 | 62 | 0 | 0.11 | 0.53 | 0.48 | 47.14 | 0.36 | 0.38 |
| Hex | 84 | 75 | 3E | 0 | B | 35 | 30 | 2F | 24 | 26 |
| Octal | 204 | 165 | 76 | 0 | 13 | 65 | 60 | 57 | 44 | 46 |
| Binary | 10000100 | 1110101 | 111110 | 0 | 1011 | 110101 | 110000 | 101111 | 100100 | 100110 |
Color Harmonies of #84753E
Complementary color
Monochromatic Colors of #84753E
Black with #84753E
Text Example
Text Example
White with #84753E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84753E; }
p { color: rgb(132,117,62); }
H1.HeaderClassName
{
color: #84753E;
}
.AnyTagClassName
{
color: #84753E;
}
</style>
background-color css
<style>
a { background-color: #84753E; }
a { background-color: rgb(132,117,62); }
div.DivClassName
{
background-color: #84753E;
}
.BgClassName
{
background-color: #84753E;
}
</style>
border-color css
<style>
span { border-color: #84753E; }
span { border-color: rgb(132,117,62); }
td.TdClassName
{
border-color: #84753E;
}
.TagClassName
{
border-color: #84753E;
}
</style>