Shades of Go Ben #797549
Tints of Go Ben #797549
RGB
CMYK
RGB Variations
Color information
#797549 (or 0x797549) is known color: Go Ben. HEX triplet: 79, 75 and 49. RGB value is (121,117,73). Sum of RGB (Red+Green+Blue) = 121+117+73=311 (41% of max value = 765). Red value is 121 (47.66% from 255 or 38.91% from 311); Green value is 117 (46.09% from 255 or 37.62% from 311); Blue value is 73 (28.91% from 255 or 23.47% from 311); Max value from RGB is 121 - color contains mainly: red. Hex color #797549 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #797549 is #868AB6. Grayscale: #717171. Windows color (decimal): -8817335 or 4814201. OLE color: 4814201.
HSL color Cylindrical-coordinate representation of color #797549: hue angle of 55º 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 #797549 is Cyan = 0, Magento = 0.03, Yellow = 0.40 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 117 | 73 | - |
| CMYK | 0 | 0.03 | 0.40 | 0.53 |
| HSL | 55º | 0.25% | 0.38% | - |
| HSV(B) | 55º | 0.4% | 0.47% | - |
| XYZ | 15.45 | 17.27 | 8.82 | - |
| YUV | 113.18 | 105.33 | 133.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 117 | 73 | 0 | 0.03 | 0.40 | 0.53 | 55 | 0.25 | 0.38 |
| Hex | 79 | 75 | 49 | 0 | 3 | 28 | 35 | 37 | 19 | 26 |
| Octal | 171 | 165 | 111 | 0 | 3 | 50 | 65 | 67 | 31 | 46 |
| Binary | 1111001 | 1110101 | 1001001 | 0 | 11 | 101000 | 110101 | 110111 | 11001 | 100110 |
Color Harmonies of #797549
Complementary color
Monochromatic Colors of #797549
Black with #797549
Text Example
Text Example
White with #797549
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #797549; }
p { color: rgb(121,117,73); }
H1.HeaderClassName
{
color: #797549;
}
.AnyTagClassName
{
color: #797549;
}
</style>
background-color css
<style>
a { background-color: #797549; }
a { background-color: rgb(121,117,73); }
div.DivClassName
{
background-color: #797549;
}
.BgClassName
{
background-color: #797549;
}
</style>
border-color css
<style>
span { border-color: #797549; }
span { border-color: rgb(121,117,73); }
td.TdClassName
{
border-color: #797549;
}
.TagClassName
{
border-color: #797549;
}
</style>