Shades of Go Ben #84763F
Tints of Go Ben #84763F
RGB
CMYK
RGB Variations
Color information
#84763F (or 0x84763F) is known color: Go Ben. HEX triplet: 84, 76 and 3F. RGB value is (132,118,63). Sum of RGB (Red+Green+Blue) = 132+118+63=313 (41% of max value = 765). Red value is 132 (51.95% from 255 or 42.17% from 313); Green value is 118 (46.48% from 255 or 37.70% from 313); Blue value is 63 (25% from 255 or 20.13% from 313); Max value from RGB is 132 - color contains mainly: red. Hex color #84763F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #84763F is #7B89C0. Grayscale: #747474. Windows color (decimal): -8096193 or 4159108. OLE color: 4159108.
HSL color Cylindrical-coordinate representation of color #84763F: hue angle of 47.83º 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 #84763F is Cyan = 0, Magento = 0.11, Yellow = 0.52 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 118 | 63 | - |
| CMYK | 0 | 0.11 | 0.52 | 0.48 |
| HSL | 47.83º | 0.35% | 0.38% | - |
| HSV(B) | 47.83º | 0.52% | 0.52% | - |
| XYZ | 16.89 | 18.22 | 7.33 | - |
| YUV | 115.92 | 98.14 | 139.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 118 | 63 | 0 | 0.11 | 0.52 | 0.48 | 47.83 | 0.35 | 0.38 |
| Hex | 84 | 76 | 3F | 0 | B | 34 | 30 | 30 | 23 | 26 |
| Octal | 204 | 166 | 77 | 0 | 13 | 64 | 60 | 60 | 43 | 46 |
| Binary | 10000100 | 1110110 | 111111 | 0 | 1011 | 110100 | 110000 | 110000 | 100011 | 100110 |
Color Harmonies of #84763F
Complementary color
Monochromatic Colors of #84763F
Black with #84763F
Text Example
Text Example
White with #84763F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84763F; }
p { color: rgb(132,118,63); }
H1.HeaderClassName
{
color: #84763F;
}
.AnyTagClassName
{
color: #84763F;
}
</style>
background-color css
<style>
a { background-color: #84763F; }
a { background-color: rgb(132,118,63); }
div.DivClassName
{
background-color: #84763F;
}
.BgClassName
{
background-color: #84763F;
}
</style>
border-color css
<style>
span { border-color: #84763F; }
span { border-color: rgb(132,118,63); }
td.TdClassName
{
border-color: #84763F;
}
.TagClassName
{
border-color: #84763F;
}
</style>