Shades of Cigar #804C36
Tints of Cigar #804C36
RGB
CMYK
RGB Variations
Color information
#804C36 (or 0x804C36) is known color: Cigar. HEX triplet: 80, 4C and 36. RGB value is (128,76,54). Sum of RGB (Red+Green+Blue) = 128+76+54=258 (34% of max value = 765). Red value is 128 (50.39% from 255 or 49.61% from 258); Green value is 76 (30.08% from 255 or 29.46% from 258); Blue value is 54 (21.48% from 255 or 20.93% from 258); Max value from RGB is 128 - color contains mainly: red. Hex color #804C36 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #804C36 is #7FB3C9. Grayscale: #595959. Windows color (decimal): -8369098 or 3558528. OLE color: 3558528.
HSL color Cylindrical-coordinate representation of color #804C36: hue angle of 17.84º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #804C36 is Cyan = 0, Magento = 0.41, Yellow = 0.58 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 76 | 54 | - |
| CMYK | 0 | 0.41 | 0.58 | 0.50 |
| HSL | 17.84º | 0.41% | 0.36% | - |
| HSV(B) | 17.84º | 0.58% | 0.5% | - |
| XYZ | 12.15 | 10.02 | 4.78 | - |
| YUV | 89.04 | 108.23 | 155.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 76 | 54 | 0 | 0.41 | 0.58 | 0.50 | 17.84 | 0.41 | 0.36 |
| Hex | 80 | 4C | 36 | 0 | 29 | 3A | 32 | 12 | 29 | 24 |
| Octal | 200 | 114 | 66 | 0 | 51 | 72 | 62 | 22 | 51 | 44 |
| Binary | 10000000 | 1001100 | 110110 | 0 | 101001 | 111010 | 110010 | 10010 | 101001 | 100100 |
Color Harmonies of #804C36
Complementary color
Monochromatic Colors of #804C36
Black with #804C36
Text Example
Text Example
White with #804C36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #804C36; }
p { color: rgb(128,76,54); }
H1.HeaderClassName
{
color: #804C36;
}
.AnyTagClassName
{
color: #804C36;
}
</style>
background-color css
<style>
a { background-color: #804C36; }
a { background-color: rgb(128,76,54); }
div.DivClassName
{
background-color: #804C36;
}
.BgClassName
{
background-color: #804C36;
}
</style>
border-color css
<style>
span { border-color: #804C36; }
span { border-color: rgb(128,76,54); }
td.TdClassName
{
border-color: #804C36;
}
.TagClassName
{
border-color: #804C36;
}
</style>