Shades of Cigar #804D34
Tints of Cigar #804D34
RGB
CMYK
RGB Variations
Color information
#804D34 (or 0x804D34) is known color: Cigar. HEX triplet: 80, 4D and 34. RGB value is (128,77,52). Sum of RGB (Red+Green+Blue) = 128+77+52=257 (34% of max value = 765). Red value is 128 (50.39% from 255 or 49.81% from 257); Green value is 77 (30.47% from 255 or 29.96% from 257); Blue value is 52 (20.70% from 255 or 20.23% from 257); Max value from RGB is 128 - color contains mainly: red. Hex color #804D34 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #804D34 is #7FB2CB. Grayscale: #595959. Windows color (decimal): -8368844 or 3427712. OLE color: 3427712.
HSL color Cylindrical-coordinate representation of color #804D34: hue angle of 19.74º 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 #804D34 is Cyan = 0, Magento = 0.40, Yellow = 0.59 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 77 | 52 | - |
| CMYK | 0 | 0.40 | 0.59 | 0.50 |
| HSL | 19.74º | 0.42% | 0.35% | - |
| HSV(B) | 19.74º | 0.59% | 0.5% | - |
| XYZ | 12.18 | 10.14 | 4.57 | - |
| YUV | 89.4 | 106.9 | 155.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 77 | 52 | 0 | 0.40 | 0.59 | 0.50 | 19.74 | 0.42 | 0.35 |
| Hex | 80 | 4D | 34 | 0 | 28 | 3B | 32 | 14 | 2A | 23 |
| Octal | 200 | 115 | 64 | 0 | 50 | 73 | 62 | 24 | 52 | 43 |
| Binary | 10000000 | 1001101 | 110100 | 0 | 101000 | 111011 | 110010 | 10100 | 101010 | 100011 |
Color Harmonies of #804D34
Complementary color
Monochromatic Colors of #804D34
Black with #804D34
Text Example
Text Example
White with #804D34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #804D34; }
p { color: rgb(128,77,52); }
H1.HeaderClassName
{
color: #804D34;
}
.AnyTagClassName
{
color: #804D34;
}
</style>
background-color css
<style>
a { background-color: #804D34; }
a { background-color: rgb(128,77,52); }
div.DivClassName
{
background-color: #804D34;
}
.BgClassName
{
background-color: #804D34;
}
</style>
border-color css
<style>
span { border-color: #804D34; }
span { border-color: rgb(128,77,52); }
td.TdClassName
{
border-color: #804D34;
}
.TagClassName
{
border-color: #804D34;
}
</style>