Shades of Cigar #79503A
Tints of Cigar #79503A
RGB
CMYK
RGB Variations
Color information
#79503A (or 0x79503A) is known color: Cigar. HEX triplet: 79, 50 and 3A. RGB value is (121,80,58). Sum of RGB (Red+Green+Blue) = 121+80+58=259 (34% of max value = 765). Red value is 121 (47.66% from 255 or 46.72% from 259); Green value is 80 (31.64% from 255 or 30.89% from 259); Blue value is 58 (23.05% from 255 or 22.39% from 259); Max value from RGB is 121 - color contains mainly: red. Hex color #79503A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #79503A is #86AFC5. Grayscale: #595959. Windows color (decimal): -8826822 or 3821689. OLE color: 3821689.
HSL color Cylindrical-coordinate representation of color #79503A: hue angle of 20.95º degrees, saturation: 0.35, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #79503A is Cyan = 0, Magento = 0.34, Yellow = 0.52 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 80 | 58 | - |
| CMYK | 0 | 0.34 | 0.52 | 0.53 |
| HSL | 20.95º | 0.35% | 0.35% | - |
| HSV(B) | 20.95º | 0.52% | 0.47% | - |
| XYZ | 11.52 | 10.11 | 5.35 | - |
| YUV | 89.75 | 110.08 | 150.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 80 | 58 | 0 | 0.34 | 0.52 | 0.53 | 20.95 | 0.35 | 0.35 |
| Hex | 79 | 50 | 3A | 0 | 22 | 34 | 35 | 15 | 23 | 23 |
| Octal | 171 | 120 | 72 | 0 | 42 | 64 | 65 | 25 | 43 | 43 |
| Binary | 1111001 | 1010000 | 111010 | 0 | 100010 | 110100 | 110101 | 10101 | 100011 | 100011 |
Color Harmonies of #79503A
Complementary color
Monochromatic Colors of #79503A
Black with #79503A
Text Example
Text Example
White with #79503A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79503A; }
p { color: rgb(121,80,58); }
H1.HeaderClassName
{
color: #79503A;
}
.AnyTagClassName
{
color: #79503A;
}
</style>
background-color css
<style>
a { background-color: #79503A; }
a { background-color: rgb(121,80,58); }
div.DivClassName
{
background-color: #79503A;
}
.BgClassName
{
background-color: #79503A;
}
</style>
border-color css
<style>
span { border-color: #79503A; }
span { border-color: rgb(121,80,58); }
td.TdClassName
{
border-color: #79503A;
}
.TagClassName
{
border-color: #79503A;
}
</style>