Shades of Go Ben #82783F
Tints of Go Ben #82783F
RGB
CMYK
RGB Variations
Color information
#82783F (or 0x82783F) is known color: Go Ben. HEX triplet: 82, 78 and 3F. RGB value is (130,120,63). Sum of RGB (Red+Green+Blue) = 130+120+63=313 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.53% from 313); Green value is 120 (47.27% from 255 or 38.34% from 313); Blue value is 63 (25% from 255 or 20.13% from 313); Max value from RGB is 130 - color contains mainly: red. Hex color #82783F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #82783F is #7D87C0. Grayscale: #747474. Windows color (decimal): -8226753 or 4159618. OLE color: 4159618.
HSL color Cylindrical-coordinate representation of color #82783F: hue angle of 51.04º 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 #82783F is Cyan = 0, Magento = 0.08, Yellow = 0.52 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 120 | 63 | - |
| CMYK | 0 | 0.08 | 0.52 | 0.49 |
| HSL | 51.04º | 0.35% | 0.38% | - |
| HSV(B) | 51.04º | 0.52% | 0.51% | - |
| XYZ | 16.82 | 18.54 | 7.39 | - |
| YUV | 116.49 | 97.81 | 137.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 120 | 63 | 0 | 0.08 | 0.52 | 0.49 | 51.04 | 0.35 | 0.38 |
| Hex | 82 | 78 | 3F | 0 | 8 | 34 | 31 | 33 | 23 | 26 |
| Octal | 202 | 170 | 77 | 0 | 10 | 64 | 61 | 63 | 43 | 46 |
| Binary | 10000010 | 1111000 | 111111 | 0 | 1000 | 110100 | 110001 | 110011 | 100011 | 100110 |
Color Harmonies of #82783F
Complementary color
Monochromatic Colors of #82783F
Black with #82783F
Text Example
Text Example
White with #82783F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82783F; }
p { color: rgb(130,120,63); }
H1.HeaderClassName
{
color: #82783F;
}
.AnyTagClassName
{
color: #82783F;
}
</style>
background-color css
<style>
a { background-color: #82783F; }
a { background-color: rgb(130,120,63); }
div.DivClassName
{
background-color: #82783F;
}
.BgClassName
{
background-color: #82783F;
}
</style>
border-color css
<style>
span { border-color: #82783F; }
span { border-color: rgb(130,120,63); }
td.TdClassName
{
border-color: #82783F;
}
.TagClassName
{
border-color: #82783F;
}
</style>