Shades of Go Ben #83743B
Tints of Go Ben #83743B
RGB
CMYK
RGB Variations
Color information
#83743B (or 0x83743B) is known color: Go Ben. HEX triplet: 83, 74 and 3B. RGB value is (131,116,59). Sum of RGB (Red+Green+Blue) = 131+116+59=306 (40% of max value = 765). Red value is 131 (51.56% from 255 or 42.81% from 306); Green value is 116 (45.70% from 255 or 37.91% from 306); Blue value is 59 (23.44% from 255 or 19.28% from 306); Max value from RGB is 131 - color contains mainly: red. Hex color #83743B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #83743B is #7C8BC4. Grayscale: #727272. Windows color (decimal): -8162245 or 3896451. OLE color: 3896451.
HSL color Cylindrical-coordinate representation of color #83743B: hue angle of 47.5º degrees, saturation: 0.38, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #83743B is Cyan = 0, Magento = 0.11, Yellow = 0.55 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 116 | 59 | - |
| CMYK | 0 | 0.11 | 0.55 | 0.49 |
| HSL | 47.5º | 0.38% | 0.37% | - |
| HSV(B) | 47.5º | 0.55% | 0.51% | - |
| XYZ | 16.39 | 17.63 | 6.68 | - |
| YUV | 113.99 | 96.97 | 140.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 116 | 59 | 0 | 0.11 | 0.55 | 0.49 | 47.5 | 0.38 | 0.37 |
| Hex | 83 | 74 | 3B | 0 | B | 37 | 31 | 30 | 26 | 25 |
| Octal | 203 | 164 | 73 | 0 | 13 | 67 | 61 | 60 | 46 | 45 |
| Binary | 10000011 | 1110100 | 111011 | 0 | 1011 | 110111 | 110001 | 110000 | 100110 | 100101 |
Color Harmonies of #83743B
Complementary color
Monochromatic Colors of #83743B
Black with #83743B
Text Example
Text Example
White with #83743B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83743B; }
p { color: rgb(131,116,59); }
H1.HeaderClassName
{
color: #83743B;
}
.AnyTagClassName
{
color: #83743B;
}
</style>
background-color css
<style>
a { background-color: #83743B; }
a { background-color: rgb(131,116,59); }
div.DivClassName
{
background-color: #83743B;
}
.BgClassName
{
background-color: #83743B;
}
</style>
border-color css
<style>
span { border-color: #83743B; }
span { border-color: rgb(131,116,59); }
td.TdClassName
{
border-color: #83743B;
}
.TagClassName
{
border-color: #83743B;
}
</style>