Shades of Go Ben #83723C
Tints of Go Ben #83723C
RGB
CMYK
RGB Variations
Color information
#83723C (or 0x83723C) is known color: Go Ben. HEX triplet: 83, 72 and 3C. RGB value is (131,114,60). Sum of RGB (Red+Green+Blue) = 131+114+60=305 (40% of max value = 765). Red value is 131 (51.56% from 255 or 42.95% from 305); Green value is 114 (44.92% from 255 or 37.38% from 305); Blue value is 60 (23.83% from 255 or 19.67% from 305); Max value from RGB is 131 - color contains mainly: red. Hex color #83723C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #83723C is #7C8DC3. Grayscale: #717171. Windows color (decimal): -8162756 or 3961475. OLE color: 3961475.
HSL color Cylindrical-coordinate representation of color #83723C: hue angle of 45.63º degrees, saturation: 0.37, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #83723C is Cyan = 0, Magento = 0.13, Yellow = 0.54 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 114 | 60 | - |
| CMYK | 0 | 0.13 | 0.54 | 0.49 |
| HSL | 45.63º | 0.37% | 0.37% | - |
| HSV(B) | 45.63º | 0.54% | 0.51% | - |
| XYZ | 16.19 | 17.19 | 6.74 | - |
| YUV | 112.93 | 98.13 | 140.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 114 | 60 | 0 | 0.13 | 0.54 | 0.49 | 45.63 | 0.37 | 0.37 |
| Hex | 83 | 72 | 3C | 0 | D | 36 | 31 | 2E | 25 | 25 |
| Octal | 203 | 162 | 74 | 0 | 15 | 66 | 61 | 56 | 45 | 45 |
| Binary | 10000011 | 1110010 | 111100 | 0 | 1101 | 110110 | 110001 | 101110 | 100101 | 100101 |
Color Harmonies of #83723C
Complementary color
Monochromatic Colors of #83723C
Black with #83723C
Text Example
Text Example
White with #83723C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83723C; }
p { color: rgb(131,114,60); }
H1.HeaderClassName
{
color: #83723C;
}
.AnyTagClassName
{
color: #83723C;
}
</style>
background-color css
<style>
a { background-color: #83723C; }
a { background-color: rgb(131,114,60); }
div.DivClassName
{
background-color: #83723C;
}
.BgClassName
{
background-color: #83723C;
}
</style>
border-color css
<style>
span { border-color: #83723C; }
span { border-color: rgb(131,114,60); }
td.TdClassName
{
border-color: #83723C;
}
.TagClassName
{
border-color: #83723C;
}
</style>