Shades of Go Ben #83703F
Tints of Go Ben #83703F
RGB
CMYK
RGB Variations
Color information
#83703F (or 0x83703F) is known color: Go Ben. HEX triplet: 83, 70 and 3F. RGB value is (131,112,63). Sum of RGB (Red+Green+Blue) = 131+112+63=306 (40% of max value = 765). Red value is 131 (51.56% from 255 or 42.81% from 306); Green value is 112 (44.14% from 255 or 36.60% from 306); Blue value is 63 (25% from 255 or 20.59% from 306); Max value from RGB is 131 - color contains mainly: red. Hex color #83703F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #83703F is #7C8FC0. Grayscale: #707070. Windows color (decimal): -8163265 or 4157571. OLE color: 4157571.
HSL color Cylindrical-coordinate representation of color #83703F: hue angle of 43.24º degrees, saturation: 0.35, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #83703F is Cyan = 0, Magento = 0.15, Yellow = 0.52 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 112 | 63 | - |
| CMYK | 0 | 0.15 | 0.52 | 0.49 |
| HSL | 43.24º | 0.35% | 0.38% | - |
| HSV(B) | 43.24º | 0.52% | 0.51% | - |
| XYZ | 16.05 | 16.77 | 7.09 | - |
| YUV | 112.1 | 100.29 | 141.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 112 | 63 | 0 | 0.15 | 0.52 | 0.49 | 43.24 | 0.35 | 0.38 |
| Hex | 83 | 70 | 3F | 0 | F | 34 | 31 | 2B | 23 | 26 |
| Octal | 203 | 160 | 77 | 0 | 17 | 64 | 61 | 53 | 43 | 46 |
| Binary | 10000011 | 1110000 | 111111 | 0 | 1111 | 110100 | 110001 | 101011 | 100011 | 100110 |
Color Harmonies of #83703F
Complementary color
Monochromatic Colors of #83703F
Black with #83703F
Text Example
Text Example
White with #83703F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83703F; }
p { color: rgb(131,112,63); }
H1.HeaderClassName
{
color: #83703F;
}
.AnyTagClassName
{
color: #83703F;
}
</style>
background-color css
<style>
a { background-color: #83703F; }
a { background-color: rgb(131,112,63); }
div.DivClassName
{
background-color: #83703F;
}
.BgClassName
{
background-color: #83703F;
}
</style>
border-color css
<style>
span { border-color: #83703F; }
span { border-color: rgb(131,112,63); }
td.TdClassName
{
border-color: #83703F;
}
.TagClassName
{
border-color: #83703F;
}
</style>