Shades of Go Ben #84783C
Tints of Go Ben #84783C
RGB
CMYK
RGB Variations
Color information
#84783C (or 0x84783C) is known color: Go Ben. HEX triplet: 84, 78 and 3C. RGB value is (132,120,60). Sum of RGB (Red+Green+Blue) = 132+120+60=312 (41% of max value = 765). Red value is 132 (51.95% from 255 or 42.31% from 312); Green value is 120 (47.27% from 255 or 38.46% from 312); Blue value is 60 (23.83% from 255 or 19.23% from 312); Max value from RGB is 132 - color contains mainly: red. Hex color #84783C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #84783C is #7B87C3. Grayscale: #757575. Windows color (decimal): -8095684 or 3963012. OLE color: 3963012.
HSL color Cylindrical-coordinate representation of color #84783C: hue angle of 50º degrees, saturation: 0.38, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #84783C is Cyan = 0, Magento = 0.09, Yellow = 0.55 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 120 | 60 | - |
| CMYK | 0 | 0.09 | 0.55 | 0.48 |
| HSL | 50º | 0.38% | 0.38% | - |
| HSV(B) | 50º | 0.55% | 0.52% | - |
| XYZ | 17.05 | 18.66 | 6.98 | - |
| YUV | 116.75 | 95.98 | 138.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 120 | 60 | 0 | 0.09 | 0.55 | 0.48 | 50 | 0.38 | 0.38 |
| Hex | 84 | 78 | 3C | 0 | 9 | 37 | 30 | 32 | 26 | 26 |
| Octal | 204 | 170 | 74 | 0 | 11 | 67 | 60 | 62 | 46 | 46 |
| Binary | 10000100 | 1111000 | 111100 | 0 | 1001 | 110111 | 110000 | 110010 | 100110 | 100110 |
Color Harmonies of #84783C
Complementary color
Monochromatic Colors of #84783C
Black with #84783C
Text Example
Text Example
White with #84783C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84783C; }
p { color: rgb(132,120,60); }
H1.HeaderClassName
{
color: #84783C;
}
.AnyTagClassName
{
color: #84783C;
}
</style>
background-color css
<style>
a { background-color: #84783C; }
a { background-color: rgb(132,120,60); }
div.DivClassName
{
background-color: #84783C;
}
.BgClassName
{
background-color: #84783C;
}
</style>
border-color css
<style>
span { border-color: #84783C; }
span { border-color: rgb(132,120,60); }
td.TdClassName
{
border-color: #84783C;
}
.TagClassName
{
border-color: #84783C;
}
</style>