Shades of Cigar #795039
Tints of Cigar #795039
RGB
CMYK
RGB Variations
Color information
#795039 (or 0x795039) is known color: Cigar. HEX triplet: 79, 50 and 39. RGB value is (121,80,57). Sum of RGB (Red+Green+Blue) = 121+80+57=258 (34% of max value = 765). Red value is 121 (47.66% from 255 or 46.90% from 258); Green value is 80 (31.64% from 255 or 31.01% from 258); Blue value is 57 (22.66% from 255 or 22.09% from 258); Max value from RGB is 121 - color contains mainly: red. Hex color #795039 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #795039 is #86AFC6. Grayscale: #595959. Windows color (decimal): -8826823 or 3756153. OLE color: 3756153.
HSL color Cylindrical-coordinate representation of color #795039: hue angle of 21.56º degrees, saturation: 0.36, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #795039 is Cyan = 0, Magento = 0.34, Yellow = 0.53 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 80 | 57 | - |
| CMYK | 0 | 0.34 | 0.53 | 0.53 |
| HSL | 21.56º | 0.36% | 0.35% | - |
| HSV(B) | 21.56º | 0.53% | 0.47% | - |
| XYZ | 11.49 | 10.1 | 5.21 | - |
| YUV | 89.64 | 109.58 | 150.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 80 | 57 | 0 | 0.34 | 0.53 | 0.53 | 21.56 | 0.36 | 0.35 |
| Hex | 79 | 50 | 39 | 0 | 22 | 35 | 35 | 16 | 24 | 23 |
| Octal | 171 | 120 | 71 | 0 | 42 | 65 | 65 | 26 | 44 | 43 |
| Binary | 1111001 | 1010000 | 111001 | 0 | 100010 | 110101 | 110101 | 10110 | 100100 | 100011 |
Color Harmonies of #795039
Complementary color
Monochromatic Colors of #795039
Black with #795039
Text Example
Text Example
White with #795039
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #795039; }
p { color: rgb(121,80,57); }
H1.HeaderClassName
{
color: #795039;
}
.AnyTagClassName
{
color: #795039;
}
</style>
background-color css
<style>
a { background-color: #795039; }
a { background-color: rgb(121,80,57); }
div.DivClassName
{
background-color: #795039;
}
.BgClassName
{
background-color: #795039;
}
</style>
border-color css
<style>
span { border-color: #795039; }
span { border-color: rgb(121,80,57); }
td.TdClassName
{
border-color: #795039;
}
.TagClassName
{
border-color: #795039;
}
</style>