Shades of Go Ben #82743C
Tints of Go Ben #82743C
RGB
CMYK
RGB Variations
Color information
#82743C (or 0x82743C) is known color: Go Ben. HEX triplet: 82, 74 and 3C. RGB value is (130,116,60). Sum of RGB (Red+Green+Blue) = 130+116+60=306 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.48% from 306); Green value is 116 (45.70% from 255 or 37.91% from 306); Blue value is 60 (23.83% from 255 or 19.61% from 306); Max value from RGB is 130 - color contains mainly: red. Hex color #82743C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #82743C is #7D8BC3. Grayscale: #727272. Windows color (decimal): -8227780 or 3961986. OLE color: 3961986.
HSL color Cylindrical-coordinate representation of color #82743C: hue angle of 48º 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 #82743C is Cyan = 0, Magento = 0.11, Yellow = 0.54 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 116 | 60 | - |
| CMYK | 0 | 0.11 | 0.54 | 0.49 |
| HSL | 48º | 0.37% | 0.37% | - |
| HSV(B) | 48º | 0.54% | 0.51% | - |
| XYZ | 16.27 | 17.56 | 6.81 | - |
| YUV | 113.8 | 97.64 | 139.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 116 | 60 | 0 | 0.11 | 0.54 | 0.49 | 48 | 0.37 | 0.37 |
| Hex | 82 | 74 | 3C | 0 | B | 36 | 31 | 30 | 25 | 25 |
| Octal | 202 | 164 | 74 | 0 | 13 | 66 | 61 | 60 | 45 | 45 |
| Binary | 10000010 | 1110100 | 111100 | 0 | 1011 | 110110 | 110001 | 110000 | 100101 | 100101 |
Color Harmonies of #82743C
Complementary color
Monochromatic Colors of #82743C
Black with #82743C
Text Example
Text Example
White with #82743C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82743C; }
p { color: rgb(130,116,60); }
H1.HeaderClassName
{
color: #82743C;
}
.AnyTagClassName
{
color: #82743C;
}
</style>
background-color css
<style>
a { background-color: #82743C; }
a { background-color: rgb(130,116,60); }
div.DivClassName
{
background-color: #82743C;
}
.BgClassName
{
background-color: #82743C;
}
</style>
border-color css
<style>
span { border-color: #82743C; }
span { border-color: rgb(130,116,60); }
td.TdClassName
{
border-color: #82743C;
}
.TagClassName
{
border-color: #82743C;
}
</style>