Shades of Cigar #804C34
Tints of Cigar #804C34
RGB
CMYK
RGB Variations
Color information
#804C34 (or 0x804C34) is known color: Cigar. HEX triplet: 80, 4C and 34. RGB value is (128,76,52). Sum of RGB (Red+Green+Blue) = 128+76+52=256 (33% of max value = 765). Red value is 128 (50.39% from 255 or 50% from 256); Green value is 76 (30.08% from 255 or 29.69% from 256); Blue value is 52 (20.70% from 255 or 20.31% from 256); Max value from RGB is 128 - color contains mainly: red. Hex color #804C34 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #804C34 is #7FB3CB. Grayscale: #585858. Windows color (decimal): -8369100 or 3427456. OLE color: 3427456.
HSL color Cylindrical-coordinate representation of color #804C34: hue angle of 18.95º 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 #804C34 is Cyan = 0, Magento = 0.41, Yellow = 0.59 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 76 | 52 | - |
| CMYK | 0 | 0.41 | 0.59 | 0.50 |
| HSL | 18.95º | 0.42% | 0.35% | - |
| HSV(B) | 18.95º | 0.59% | 0.5% | - |
| XYZ | 12.11 | 10.01 | 4.54 | - |
| YUV | 88.81 | 107.23 | 155.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 76 | 52 | 0 | 0.41 | 0.59 | 0.50 | 18.95 | 0.42 | 0.35 |
| Hex | 80 | 4C | 34 | 0 | 29 | 3B | 32 | 13 | 2A | 23 |
| Octal | 200 | 114 | 64 | 0 | 51 | 73 | 62 | 23 | 52 | 43 |
| Binary | 10000000 | 1001100 | 110100 | 0 | 101001 | 111011 | 110010 | 10011 | 101010 | 100011 |
Color Harmonies of #804C34
Complementary color
Monochromatic Colors of #804C34
Black with #804C34
Text Example
Text Example
White with #804C34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #804C34; }
p { color: rgb(128,76,52); }
H1.HeaderClassName
{
color: #804C34;
}
.AnyTagClassName
{
color: #804C34;
}
</style>
background-color css
<style>
a { background-color: #804C34; }
a { background-color: rgb(128,76,52); }
div.DivClassName
{
background-color: #804C34;
}
.BgClassName
{
background-color: #804C34;
}
</style>
border-color css
<style>
span { border-color: #804C34; }
span { border-color: rgb(128,76,52); }
td.TdClassName
{
border-color: #804C34;
}
.TagClassName
{
border-color: #804C34;
}
</style>