Shades of Cigar #804E34
Tints of Cigar #804E34
RGB
CMYK
RGB Variations
Color information
#804E34 (or 0x804E34) is known color: Cigar. HEX triplet: 80, 4E and 34. RGB value is (128,78,52). Sum of RGB (Red+Green+Blue) = 128+78+52=258 (34% of max value = 765). Red value is 128 (50.39% from 255 or 49.61% from 258); Green value is 78 (30.86% from 255 or 30.23% from 258); Blue value is 52 (20.70% from 255 or 20.16% from 258); Max value from RGB is 128 - color contains mainly: red. Hex color #804E34 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #804E34 is #7FB1CB. Grayscale: #5A5A5A. Windows color (decimal): -8368588 or 3427968. OLE color: 3427968.
HSL color Cylindrical-coordinate representation of color #804E34: hue angle of 20.53º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #804E34 is Cyan = 0, Magento = 0.39, Yellow = 0.59 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 78 | 52 | - |
| CMYK | 0 | 0.39 | 0.59 | 0.50 |
| HSL | 20.53º | 0.42% | 0.35% | - |
| HSV(B) | 20.53º | 0.59% | 0.5% | - |
| XYZ | 12.25 | 10.29 | 4.59 | - |
| YUV | 89.99 | 106.57 | 155.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 78 | 52 | 0 | 0.39 | 0.59 | 0.50 | 20.53 | 0.42 | 0.35 |
| Hex | 80 | 4E | 34 | 0 | 27 | 3B | 32 | 15 | 2A | 23 |
| Octal | 200 | 116 | 64 | 0 | 47 | 73 | 62 | 25 | 52 | 43 |
| Binary | 10000000 | 1001110 | 110100 | 0 | 100111 | 111011 | 110010 | 10101 | 101010 | 100011 |
Color Harmonies of #804E34
Complementary color
Monochromatic Colors of #804E34
Black with #804E34
Text Example
Text Example
White with #804E34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #804E34; }
p { color: rgb(128,78,52); }
H1.HeaderClassName
{
color: #804E34;
}
.AnyTagClassName
{
color: #804E34;
}
</style>
background-color css
<style>
a { background-color: #804E34; }
a { background-color: rgb(128,78,52); }
div.DivClassName
{
background-color: #804E34;
}
.BgClassName
{
background-color: #804E34;
}
</style>
border-color css
<style>
span { border-color: #804E34; }
span { border-color: rgb(128,78,52); }
td.TdClassName
{
border-color: #804E34;
}
.TagClassName
{
border-color: #804E34;
}
</style>