Shades of Cigar #794F3E
Tints of Cigar #794F3E
RGB
CMYK
RGB Variations
Color information
#794F3E (or 0x794F3E) is known color: Cigar. HEX triplet: 79, 4F and 3E. RGB value is (121,79,62). Sum of RGB (Red+Green+Blue) = 121+79+62=262 (34% of max value = 765). Red value is 121 (47.66% from 255 or 46.18% from 262); Green value is 79 (31.25% from 255 or 30.15% from 262); Blue value is 62 (24.61% from 255 or 23.66% from 262); Max value from RGB is 121 - color contains mainly: red. Hex color #794F3E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #794F3E is #86B0C1. Grayscale: #595959. Windows color (decimal): -8827074 or 4083577. OLE color: 4083577.
HSL color Cylindrical-coordinate representation of color #794F3E: hue angle of 17.29º degrees, saturation: 0.32, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #794F3E is Cyan = 0, Magento = 0.35, Yellow = 0.49 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 79 | 62 | - |
| CMYK | 0 | 0.35 | 0.49 | 0.53 |
| HSL | 17.29º | 0.32% | 0.36% | - |
| HSV(B) | 17.29º | 0.49% | 0.47% | - |
| XYZ | 11.55 | 10 | 5.88 | - |
| YUV | 89.62 | 112.41 | 150.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 79 | 62 | 0 | 0.35 | 0.49 | 0.53 | 17.29 | 0.32 | 0.36 |
| Hex | 79 | 4F | 3E | 0 | 23 | 31 | 35 | 11 | 20 | 24 |
| Octal | 171 | 117 | 76 | 0 | 43 | 61 | 65 | 21 | 40 | 44 |
| Binary | 1111001 | 1001111 | 111110 | 0 | 100011 | 110001 | 110101 | 10001 | 100000 | 100100 |
Color Harmonies of #794F3E
Complementary color
Monochromatic Colors of #794F3E
Black with #794F3E
Text Example
Text Example
White with #794F3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #794F3E; }
p { color: rgb(121,79,62); }
H1.HeaderClassName
{
color: #794F3E;
}
.AnyTagClassName
{
color: #794F3E;
}
</style>
background-color css
<style>
a { background-color: #794F3E; }
a { background-color: rgb(121,79,62); }
div.DivClassName
{
background-color: #794F3E;
}
.BgClassName
{
background-color: #794F3E;
}
</style>
border-color css
<style>
span { border-color: #794F3E; }
span { border-color: rgb(121,79,62); }
td.TdClassName
{
border-color: #794F3E;
}
.TagClassName
{
border-color: #794F3E;
}
</style>