Shades of Go Ben #797449
Tints of Go Ben #797449
RGB
CMYK
RGB Variations
Color information
#797449 (or 0x797449) is known color: Go Ben. HEX triplet: 79, 74 and 49. RGB value is (121,116,73). Sum of RGB (Red+Green+Blue) = 121+116+73=310 (41% of max value = 765). Red value is 121 (47.66% from 255 or 39.03% from 310); Green value is 116 (45.70% from 255 or 37.42% from 310); Blue value is 73 (28.91% from 255 or 23.55% from 310); Max value from RGB is 121 - color contains mainly: red. Hex color #797449 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #797449 is #868BB6. Grayscale: #707070. Windows color (decimal): -8817591 or 4813945. OLE color: 4813945.
HSL color Cylindrical-coordinate representation of color #797449: hue angle of 53.75º degrees, saturation: 0.25, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #797449 is Cyan = 0, Magento = 0.04, Yellow = 0.40 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 116 | 73 | - |
| CMYK | 0 | 0.04 | 0.40 | 0.53 |
| HSL | 53.75º | 0.25% | 0.38% | - |
| HSV(B) | 53.75º | 0.4% | 0.47% | - |
| XYZ | 15.33 | 17.04 | 8.78 | - |
| YUV | 112.59 | 105.66 | 134 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 116 | 73 | 0 | 0.04 | 0.40 | 0.53 | 53.75 | 0.25 | 0.38 |
| Hex | 79 | 74 | 49 | 0 | 4 | 28 | 35 | 36 | 19 | 26 |
| Octal | 171 | 164 | 111 | 0 | 4 | 50 | 65 | 66 | 31 | 46 |
| Binary | 1111001 | 1110100 | 1001001 | 0 | 100 | 101000 | 110101 | 110110 | 11001 | 100110 |
Color Harmonies of #797449
Complementary color
Monochromatic Colors of #797449
Black with #797449
Text Example
Text Example
White with #797449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #797449; }
p { color: rgb(121,116,73); }
H1.HeaderClassName
{
color: #797449;
}
.AnyTagClassName
{
color: #797449;
}
</style>
background-color css
<style>
a { background-color: #797449; }
a { background-color: rgb(121,116,73); }
div.DivClassName
{
background-color: #797449;
}
.BgClassName
{
background-color: #797449;
}
</style>
border-color css
<style>
span { border-color: #797449; }
span { border-color: rgb(121,116,73); }
td.TdClassName
{
border-color: #797449;
}
.TagClassName
{
border-color: #797449;
}
</style>