Shades of Go Ben #84723D
Tints of Go Ben #84723D
RGB
CMYK
RGB Variations
Color information
#84723D (or 0x84723D) is known color: Go Ben. HEX triplet: 84, 72 and 3D. RGB value is (132,114,61). Sum of RGB (Red+Green+Blue) = 132+114+61=307 (40% of max value = 765). Red value is 132 (51.95% from 255 or 43.00% from 307); Green value is 114 (44.92% from 255 or 37.13% from 307); Blue value is 61 (24.22% from 255 or 19.87% from 307); Max value from RGB is 132 - color contains mainly: red. Hex color #84723D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #84723D is #7B8DC2. Grayscale: #717171. Windows color (decimal): -8097219 or 4027012. OLE color: 4027012.
HSL color Cylindrical-coordinate representation of color #84723D: hue angle of 44.79º degrees, saturation: 0.37, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #84723D is Cyan = 0, Magento = 0.14, Yellow = 0.54 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 114 | 61 | - |
| CMYK | 0 | 0.14 | 0.54 | 0.48 |
| HSL | 44.79º | 0.37% | 0.38% | - |
| HSV(B) | 44.79º | 0.54% | 0.52% | - |
| XYZ | 16.38 | 17.28 | 6.89 | - |
| YUV | 113.34 | 98.46 | 141.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 114 | 61 | 0 | 0.14 | 0.54 | 0.48 | 44.79 | 0.37 | 0.38 |
| Hex | 84 | 72 | 3D | 0 | E | 36 | 30 | 2D | 25 | 26 |
| Octal | 204 | 162 | 75 | 0 | 16 | 66 | 60 | 55 | 45 | 46 |
| Binary | 10000100 | 1110010 | 111101 | 0 | 1110 | 110110 | 110000 | 101101 | 100101 | 100110 |
Color Harmonies of #84723D
Complementary color
Monochromatic Colors of #84723D
Black with #84723D
Text Example
Text Example
White with #84723D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84723D; }
p { color: rgb(132,114,61); }
H1.HeaderClassName
{
color: #84723D;
}
.AnyTagClassName
{
color: #84723D;
}
</style>
background-color css
<style>
a { background-color: #84723D; }
a { background-color: rgb(132,114,61); }
div.DivClassName
{
background-color: #84723D;
}
.BgClassName
{
background-color: #84723D;
}
</style>
border-color css
<style>
span { border-color: #84723D; }
span { border-color: rgb(132,114,61); }
td.TdClassName
{
border-color: #84723D;
}
.TagClassName
{
border-color: #84723D;
}
</style>