Shades of Cigar #804C33
Tints of Cigar #804C33
RGB
CMYK
RGB Variations
Color information
#804C33 (or 0x804C33) is known color: Cigar. HEX triplet: 80, 4C and 33. RGB value is (128,76,51). Sum of RGB (Red+Green+Blue) = 128+76+51=255 (33% of max value = 765). Red value is 128 (50.39% from 255 or 50.20% from 255); Green value is 76 (30.08% from 255 or 29.80% from 255); Blue value is 51 (20.31% from 255 or 20% from 255); Max value from RGB is 128 - color contains mainly: red. Hex color #804C33 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #804C33 is #7FB3CC. Grayscale: #585858. Windows color (decimal): -8369101 or 3361920. OLE color: 3361920.
HSL color Cylindrical-coordinate representation of color #804C33: hue angle of 19.48º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #804C33 is Cyan = 0, Magento = 0.41, Yellow = 0.60 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 76 | 51 | - |
| CMYK | 0 | 0.41 | 0.60 | 0.50 |
| HSL | 19.48º | 0.43% | 0.35% | - |
| HSV(B) | 19.48º | 0.6% | 0.5% | - |
| XYZ | 12.08 | 10 | 4.42 | - |
| YUV | 88.7 | 106.73 | 156.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 76 | 51 | 0 | 0.41 | 0.60 | 0.50 | 19.48 | 0.43 | 0.35 |
| Hex | 80 | 4C | 33 | 0 | 29 | 3C | 32 | 13 | 2B | 23 |
| Octal | 200 | 114 | 63 | 0 | 51 | 74 | 62 | 23 | 53 | 43 |
| Binary | 10000000 | 1001100 | 110011 | 0 | 101001 | 111100 | 110010 | 10011 | 101011 | 100011 |
Color Harmonies of #804C33
Complementary color
Monochromatic Colors of #804C33
Black with #804C33
Text Example
Text Example
White with #804C33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #804C33; }
p { color: rgb(128,76,51); }
H1.HeaderClassName
{
color: #804C33;
}
.AnyTagClassName
{
color: #804C33;
}
</style>
background-color css
<style>
a { background-color: #804C33; }
a { background-color: rgb(128,76,51); }
div.DivClassName
{
background-color: #804C33;
}
.BgClassName
{
background-color: #804C33;
}
</style>
border-color css
<style>
span { border-color: #804C33; }
span { border-color: rgb(128,76,51); }
td.TdClassName
{
border-color: #804C33;
}
.TagClassName
{
border-color: #804C33;
}
</style>