Shades of Go Ben #84713D
Tints of Go Ben #84713D
RGB
CMYK
RGB Variations
Color information
#84713D (or 0x84713D) is known color: Go Ben. HEX triplet: 84, 71 and 3D. RGB value is (132,113,61). Sum of RGB (Red+Green+Blue) = 132+113+61=306 (40% of max value = 765). Red value is 132 (51.95% from 255 or 43.14% from 306); Green value is 113 (44.53% from 255 or 36.93% from 306); Blue value is 61 (24.22% from 255 or 19.93% from 306); Max value from RGB is 132 - color contains mainly: red. Hex color #84713D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #84713D is #7B8EC2. Grayscale: #707070. Windows color (decimal): -8097475 or 4026756. OLE color: 4026756.
HSL color Cylindrical-coordinate representation of color #84713D: hue angle of 43.94º 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 #84713D is Cyan = 0, Magento = 0.14, Yellow = 0.54 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 113 | 61 | - |
| CMYK | 0 | 0.14 | 0.54 | 0.48 |
| HSL | 43.94º | 0.37% | 0.38% | - |
| HSV(B) | 43.94º | 0.54% | 0.52% | - |
| XYZ | 16.26 | 17.05 | 6.85 | - |
| YUV | 112.75 | 98.79 | 141.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 113 | 61 | 0 | 0.14 | 0.54 | 0.48 | 43.94 | 0.37 | 0.38 |
| Hex | 84 | 71 | 3D | 0 | E | 36 | 30 | 2C | 25 | 26 |
| Octal | 204 | 161 | 75 | 0 | 16 | 66 | 60 | 54 | 45 | 46 |
| Binary | 10000100 | 1110001 | 111101 | 0 | 1110 | 110110 | 110000 | 101100 | 100101 | 100110 |
Color Harmonies of #84713D
Complementary color
Monochromatic Colors of #84713D
Black with #84713D
Text Example
Text Example
White with #84713D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84713D; }
p { color: rgb(132,113,61); }
H1.HeaderClassName
{
color: #84713D;
}
.AnyTagClassName
{
color: #84713D;
}
</style>
background-color css
<style>
a { background-color: #84713D; }
a { background-color: rgb(132,113,61); }
div.DivClassName
{
background-color: #84713D;
}
.BgClassName
{
background-color: #84713D;
}
</style>
border-color css
<style>
span { border-color: #84713D; }
span { border-color: rgb(132,113,61); }
td.TdClassName
{
border-color: #84713D;
}
.TagClassName
{
border-color: #84713D;
}
</style>