Shades of Cigar #794E3B
Tints of Cigar #794E3B
RGB
CMYK
RGB Variations
Color information
#794E3B (or 0x794E3B) is known color: Cigar. HEX triplet: 79, 4E and 3B. RGB value is (121,78,59). Sum of RGB (Red+Green+Blue) = 121+78+59=258 (34% of max value = 765). Red value is 121 (47.66% from 255 or 46.90% from 258); Green value is 78 (30.86% from 255 or 30.23% from 258); Blue value is 59 (23.44% from 255 or 22.87% from 258); Max value from RGB is 121 - color contains mainly: red. Hex color #794E3B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #794E3B is #86B1C4. Grayscale: #585858. Windows color (decimal): -8827333 or 3886713. OLE color: 3886713.
HSL color Cylindrical-coordinate representation of color #794E3B: hue angle of 18.39º degrees, saturation: 0.34, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #794E3B is Cyan = 0, Magento = 0.36, Yellow = 0.51 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 78 | 59 | - |
| CMYK | 0 | 0.36 | 0.51 | 0.53 |
| HSL | 18.39º | 0.34% | 0.35% | - |
| HSV(B) | 18.39º | 0.51% | 0.47% | - |
| XYZ | 11.4 | 9.83 | 5.43 | - |
| YUV | 88.69 | 111.25 | 151.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 78 | 59 | 0 | 0.36 | 0.51 | 0.53 | 18.39 | 0.34 | 0.35 |
| Hex | 79 | 4E | 3B | 0 | 24 | 33 | 35 | 12 | 22 | 23 |
| Octal | 171 | 116 | 73 | 0 | 44 | 63 | 65 | 22 | 42 | 43 |
| Binary | 1111001 | 1001110 | 111011 | 0 | 100100 | 110011 | 110101 | 10010 | 100010 | 100011 |
Color Harmonies of #794E3B
Complementary color
Monochromatic Colors of #794E3B
Black with #794E3B
Text Example
Text Example
White with #794E3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #794E3B; }
p { color: rgb(121,78,59); }
H1.HeaderClassName
{
color: #794E3B;
}
.AnyTagClassName
{
color: #794E3B;
}
</style>
background-color css
<style>
a { background-color: #794E3B; }
a { background-color: rgb(121,78,59); }
div.DivClassName
{
background-color: #794E3B;
}
.BgClassName
{
background-color: #794E3B;
}
</style>
border-color css
<style>
span { border-color: #794E3B; }
span { border-color: rgb(121,78,59); }
td.TdClassName
{
border-color: #794E3B;
}
.TagClassName
{
border-color: #794E3B;
}
</style>