Shades of Go Ben #797349
Tints of Go Ben #797349
RGB
CMYK
RGB Variations
Color information
#797349 (or 0x797349) is known color: Go Ben. HEX triplet: 79, 73 and 49. RGB value is (121,115,73). Sum of RGB (Red+Green+Blue) = 121+115+73=309 (40% of max value = 765). Red value is 121 (47.66% from 255 or 39.16% from 309); Green value is 115 (45.31% from 255 or 37.22% from 309); Blue value is 73 (28.91% from 255 or 23.62% from 309); Max value from RGB is 121 - color contains mainly: red. Hex color #797349 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #797349 is #868CB6. Grayscale: #707070. Windows color (decimal): -8817847 or 4813689. OLE color: 4813689.
HSL color Cylindrical-coordinate representation of color #797349: hue angle of 52.5º 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 #797349 is Cyan = 0, Magento = 0.05, Yellow = 0.40 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 115 | 73 | - |
| CMYK | 0 | 0.05 | 0.40 | 0.53 |
| HSL | 52.5º | 0.25% | 0.38% | - |
| HSV(B) | 52.5º | 0.4% | 0.47% | - |
| XYZ | 15.22 | 16.81 | 8.75 | - |
| YUV | 112.01 | 105.99 | 134.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 115 | 73 | 0 | 0.05 | 0.40 | 0.53 | 52.5 | 0.25 | 0.38 |
| Hex | 79 | 73 | 49 | 0 | 5 | 28 | 35 | 34 | 19 | 26 |
| Octal | 171 | 163 | 111 | 0 | 5 | 50 | 65 | 64 | 31 | 46 |
| Binary | 1111001 | 1110011 | 1001001 | 0 | 101 | 101000 | 110101 | 110100 | 11001 | 100110 |
Color Harmonies of #797349
Complementary color
Monochromatic Colors of #797349
Black with #797349
Text Example
Text Example
White with #797349
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #797349; }
p { color: rgb(121,115,73); }
H1.HeaderClassName
{
color: #797349;
}
.AnyTagClassName
{
color: #797349;
}
</style>
background-color css
<style>
a { background-color: #797349; }
a { background-color: rgb(121,115,73); }
div.DivClassName
{
background-color: #797349;
}
.BgClassName
{
background-color: #797349;
}
</style>
border-color css
<style>
span { border-color: #797349; }
span { border-color: rgb(121,115,73); }
td.TdClassName
{
border-color: #797349;
}
.TagClassName
{
border-color: #797349;
}
</style>