Shades of Go Ben #84773F
Tints of Go Ben #84773F
RGB
CMYK
RGB Variations
Color information
#84773F (or 0x84773F) is known color: Go Ben. HEX triplet: 84, 77 and 3F. RGB value is (132,119,63). Sum of RGB (Red+Green+Blue) = 132+119+63=314 (41% of max value = 765). Red value is 132 (51.95% from 255 or 42.04% from 314); Green value is 119 (46.88% from 255 or 37.90% from 314); Blue value is 63 (25% from 255 or 20.06% from 314); Max value from RGB is 132 - color contains mainly: red. Hex color #84773F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #84773F is #7B88C0. Grayscale: #747474. Windows color (decimal): -8095937 or 4159364. OLE color: 4159364.
HSL color Cylindrical-coordinate representation of color #84773F: hue angle of 48.7º 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 #84773F is Cyan = 0, Magento = 0.10, Yellow = 0.52 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 119 | 63 | - |
| CMYK | 0 | 0.10 | 0.52 | 0.48 |
| HSL | 48.7º | 0.35% | 0.38% | - |
| HSV(B) | 48.7º | 0.52% | 0.52% | - |
| XYZ | 17.01 | 18.46 | 7.37 | - |
| YUV | 116.5 | 97.81 | 139.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 119 | 63 | 0 | 0.10 | 0.52 | 0.48 | 48.7 | 0.35 | 0.38 |
| Hex | 84 | 77 | 3F | 0 | A | 34 | 30 | 31 | 23 | 26 |
| Octal | 204 | 167 | 77 | 0 | 12 | 64 | 60 | 61 | 43 | 46 |
| Binary | 10000100 | 1110111 | 111111 | 0 | 1010 | 110100 | 110000 | 110001 | 100011 | 100110 |
Color Harmonies of #84773F
Complementary color
Monochromatic Colors of #84773F
Black with #84773F
Text Example
Text Example
White with #84773F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84773F; }
p { color: rgb(132,119,63); }
H1.HeaderClassName
{
color: #84773F;
}
.AnyTagClassName
{
color: #84773F;
}
</style>
background-color css
<style>
a { background-color: #84773F; }
a { background-color: rgb(132,119,63); }
div.DivClassName
{
background-color: #84773F;
}
.BgClassName
{
background-color: #84773F;
}
</style>
border-color css
<style>
span { border-color: #84773F; }
span { border-color: rgb(132,119,63); }
td.TdClassName
{
border-color: #84773F;
}
.TagClassName
{
border-color: #84773F;
}
</style>