Shades of Go Ben #83773C
Tints of Go Ben #83773C
RGB
CMYK
RGB Variations
Color information
#83773C (or 0x83773C) is known color: Go Ben. HEX triplet: 83, 77 and 3C. RGB value is (131,119,60). Sum of RGB (Red+Green+Blue) = 131+119+60=310 (41% of max value = 765). Red value is 131 (51.56% from 255 or 42.26% from 310); Green value is 119 (46.88% from 255 or 38.39% from 310); Blue value is 60 (23.83% from 255 or 19.35% from 310); Max value from RGB is 131 - color contains mainly: red. Hex color #83773C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #83773C is #7C88C3. Grayscale: #747474. Windows color (decimal): -8161476 or 3962755. OLE color: 3962755.
HSL color Cylindrical-coordinate representation of color #83773C: hue angle of 49.86º 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 #83773C is Cyan = 0, Magento = 0.09, Yellow = 0.54 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 119 | 60 | - |
| CMYK | 0 | 0.09 | 0.54 | 0.49 |
| HSL | 49.86º | 0.37% | 0.37% | - |
| HSV(B) | 49.86º | 0.54% | 0.51% | - |
| XYZ | 16.77 | 18.35 | 6.93 | - |
| YUV | 115.86 | 96.48 | 138.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 119 | 60 | 0 | 0.09 | 0.54 | 0.49 | 49.86 | 0.37 | 0.37 |
| Hex | 83 | 77 | 3C | 0 | 9 | 36 | 31 | 32 | 25 | 25 |
| Octal | 203 | 167 | 74 | 0 | 11 | 66 | 61 | 62 | 45 | 45 |
| Binary | 10000011 | 1110111 | 111100 | 0 | 1001 | 110110 | 110001 | 110010 | 100101 | 100101 |
Color Harmonies of #83773C
Complementary color
Monochromatic Colors of #83773C
Black with #83773C
Text Example
Text Example
White with #83773C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83773C; }
p { color: rgb(131,119,60); }
H1.HeaderClassName
{
color: #83773C;
}
.AnyTagClassName
{
color: #83773C;
}
</style>
background-color css
<style>
a { background-color: #83773C; }
a { background-color: rgb(131,119,60); }
div.DivClassName
{
background-color: #83773C;
}
.BgClassName
{
background-color: #83773C;
}
</style>
border-color css
<style>
span { border-color: #83773C; }
span { border-color: rgb(131,119,60); }
td.TdClassName
{
border-color: #83773C;
}
.TagClassName
{
border-color: #83773C;
}
</style>