Shades of Go Ben #84703D
Tints of Go Ben #84703D
RGB
CMYK
RGB Variations
Color information
#84703D (or 0x84703D) is known color: Go Ben. HEX triplet: 84, 70 and 3D. RGB value is (132,112,61). Sum of RGB (Red+Green+Blue) = 132+112+61=305 (40% of max value = 765). Red value is 132 (51.95% from 255 or 43.28% from 305); Green value is 112 (44.14% from 255 or 36.72% from 305); Blue value is 61 (24.22% from 255 or 20% from 305); Max value from RGB is 132 - color contains mainly: red. Hex color #84703D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #84703D is #7B8FC2. Grayscale: #707070. Windows color (decimal): -8097731 or 4026500. OLE color: 4026500.
HSL color Cylindrical-coordinate representation of color #84703D: hue angle of 43.1º 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 #84703D is Cyan = 0, Magento = 0.15, Yellow = 0.54 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 112 | 61 | - |
| CMYK | 0 | 0.15 | 0.54 | 0.48 |
| HSL | 43.1º | 0.37% | 0.38% | - |
| HSV(B) | 43.1º | 0.54% | 0.52% | - |
| XYZ | 16.15 | 16.83 | 6.81 | - |
| YUV | 112.17 | 99.13 | 142.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 112 | 61 | 0 | 0.15 | 0.54 | 0.48 | 43.1 | 0.37 | 0.38 |
| Hex | 84 | 70 | 3D | 0 | F | 36 | 30 | 2B | 25 | 26 |
| Octal | 204 | 160 | 75 | 0 | 17 | 66 | 60 | 53 | 45 | 46 |
| Binary | 10000100 | 1110000 | 111101 | 0 | 1111 | 110110 | 110000 | 101011 | 100101 | 100110 |
Color Harmonies of #84703D
Complementary color
Monochromatic Colors of #84703D
Black with #84703D
Text Example
Text Example
White with #84703D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84703D; }
p { color: rgb(132,112,61); }
H1.HeaderClassName
{
color: #84703D;
}
.AnyTagClassName
{
color: #84703D;
}
</style>
background-color css
<style>
a { background-color: #84703D; }
a { background-color: rgb(132,112,61); }
div.DivClassName
{
background-color: #84703D;
}
.BgClassName
{
background-color: #84703D;
}
</style>
border-color css
<style>
span { border-color: #84703D; }
span { border-color: rgb(132,112,61); }
td.TdClassName
{
border-color: #84703D;
}
.TagClassName
{
border-color: #84703D;
}
</style>