Shades of Cigar #804D36
Tints of Cigar #804D36
RGB
CMYK
RGB Variations
Color information
#804D36 (or 0x804D36) is known color: Cigar. HEX triplet: 80, 4D and 36. RGB value is (128,77,54). Sum of RGB (Red+Green+Blue) = 128+77+54=259 (34% of max value = 765). Red value is 128 (50.39% from 255 or 49.42% from 259); Green value is 77 (30.47% from 255 or 29.73% from 259); Blue value is 54 (21.48% from 255 or 20.85% from 259); Max value from RGB is 128 - color contains mainly: red. Hex color #804D36 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #804D36 is #7FB2C9. Grayscale: #595959. Windows color (decimal): -8368842 or 3558784. OLE color: 3558784.
HSL color Cylindrical-coordinate representation of color #804D36: hue angle of 18.65º 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 #804D36 is Cyan = 0, Magento = 0.40, Yellow = 0.58 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 77 | 54 | - |
| CMYK | 0 | 0.40 | 0.58 | 0.50 |
| HSL | 18.65º | 0.41% | 0.36% | - |
| HSV(B) | 18.65º | 0.58% | 0.5% | - |
| XYZ | 12.22 | 10.16 | 4.81 | - |
| YUV | 89.63 | 107.9 | 155.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 77 | 54 | 0 | 0.40 | 0.58 | 0.50 | 18.65 | 0.41 | 0.36 |
| Hex | 80 | 4D | 36 | 0 | 28 | 3A | 32 | 13 | 29 | 24 |
| Octal | 200 | 115 | 66 | 0 | 50 | 72 | 62 | 23 | 51 | 44 |
| Binary | 10000000 | 1001101 | 110110 | 0 | 101000 | 111010 | 110010 | 10011 | 101001 | 100100 |
Color Harmonies of #804D36
Complementary color
Monochromatic Colors of #804D36
Black with #804D36
Text Example
Text Example
White with #804D36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #804D36; }
p { color: rgb(128,77,54); }
H1.HeaderClassName
{
color: #804D36;
}
.AnyTagClassName
{
color: #804D36;
}
</style>
background-color css
<style>
a { background-color: #804D36; }
a { background-color: rgb(128,77,54); }
div.DivClassName
{
background-color: #804D36;
}
.BgClassName
{
background-color: #804D36;
}
</style>
border-color css
<style>
span { border-color: #804D36; }
span { border-color: rgb(128,77,54); }
td.TdClassName
{
border-color: #804D36;
}
.TagClassName
{
border-color: #804D36;
}
</style>