Shades of Go Ben #83733D
Tints of Go Ben #83733D
RGB
CMYK
RGB Variations
Color information
#83733D (or 0x83733D) is known color: Go Ben. HEX triplet: 83, 73 and 3D. RGB value is (131,115,61). Sum of RGB (Red+Green+Blue) = 131+115+61=307 (40% of max value = 765). Red value is 131 (51.56% from 255 or 42.67% from 307); Green value is 115 (45.31% from 255 or 37.46% from 307); Blue value is 61 (24.22% from 255 or 19.87% from 307); Max value from RGB is 131 - color contains mainly: red. Hex color #83733D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #83733D is #7C8CC2. Grayscale: #717171. Windows color (decimal): -8162499 or 4027267. OLE color: 4027267.
HSL color Cylindrical-coordinate representation of color #83733D: hue angle of 46.29º degrees, saturation: 0.36, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #83733D is Cyan = 0, Magento = 0.12, Yellow = 0.53 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 115 | 61 | - |
| CMYK | 0 | 0.12 | 0.53 | 0.49 |
| HSL | 46.29º | 0.36% | 0.38% | - |
| HSV(B) | 46.29º | 0.53% | 0.51% | - |
| XYZ | 16.33 | 17.42 | 6.92 | - |
| YUV | 113.63 | 98.3 | 140.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 115 | 61 | 0 | 0.12 | 0.53 | 0.49 | 46.29 | 0.36 | 0.38 |
| Hex | 83 | 73 | 3D | 0 | C | 35 | 31 | 2E | 24 | 26 |
| Octal | 203 | 163 | 75 | 0 | 14 | 65 | 61 | 56 | 44 | 46 |
| Binary | 10000011 | 1110011 | 111101 | 0 | 1100 | 110101 | 110001 | 101110 | 100100 | 100110 |
Color Harmonies of #83733D
Complementary color
Monochromatic Colors of #83733D
Black with #83733D
Text Example
Text Example
White with #83733D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83733D; }
p { color: rgb(131,115,61); }
H1.HeaderClassName
{
color: #83733D;
}
.AnyTagClassName
{
color: #83733D;
}
</style>
background-color css
<style>
a { background-color: #83733D; }
a { background-color: rgb(131,115,61); }
div.DivClassName
{
background-color: #83733D;
}
.BgClassName
{
background-color: #83733D;
}
</style>
border-color css
<style>
span { border-color: #83733D; }
span { border-color: rgb(131,115,61); }
td.TdClassName
{
border-color: #83733D;
}
.TagClassName
{
border-color: #83733D;
}
</style>