Shades of Cigar #804F3C
Tints of Cigar #804F3C
RGB
CMYK
RGB Variations
Color information
#804F3C (or 0x804F3C) is known color: Cigar. HEX triplet: 80, 4F and 3C. RGB value is (128,79,60). Sum of RGB (Red+Green+Blue) = 128+79+60=267 (35% of max value = 765). Red value is 128 (50.39% from 255 or 47.94% from 267); Green value is 79 (31.25% from 255 or 29.59% from 267); Blue value is 60 (23.83% from 255 or 22.47% from 267); Max value from RGB is 128 - color contains mainly: red. Hex color #804F3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #804F3C is #7FB0C3. Grayscale: #5B5B5B. Windows color (decimal): -8368324 or 3952512. OLE color: 3952512.
HSL color Cylindrical-coordinate representation of color #804F3C: hue angle of 16.76º degrees, saturation: 0.36, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #804F3C is Cyan = 0, Magento = 0.38, Yellow = 0.53 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 79 | 60 | - |
| CMYK | 0 | 0.38 | 0.53 | 0.50 |
| HSL | 16.76º | 0.36% | 0.37% | - |
| HSV(B) | 16.76º | 0.53% | 0.5% | - |
| XYZ | 12.51 | 10.51 | 5.64 | - |
| YUV | 91.49 | 110.23 | 154.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 79 | 60 | 0 | 0.38 | 0.53 | 0.50 | 16.76 | 0.36 | 0.37 |
| Hex | 80 | 4F | 3C | 0 | 26 | 35 | 32 | 11 | 24 | 25 |
| Octal | 200 | 117 | 74 | 0 | 46 | 65 | 62 | 21 | 44 | 45 |
| Binary | 10000000 | 1001111 | 111100 | 0 | 100110 | 110101 | 110010 | 10001 | 100100 | 100101 |
Color Harmonies of #804F3C
Complementary color
Monochromatic Colors of #804F3C
Black with #804F3C
Text Example
Text Example
White with #804F3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #804F3C; }
p { color: rgb(128,79,60); }
H1.HeaderClassName
{
color: #804F3C;
}
.AnyTagClassName
{
color: #804F3C;
}
</style>
background-color css
<style>
a { background-color: #804F3C; }
a { background-color: rgb(128,79,60); }
div.DivClassName
{
background-color: #804F3C;
}
.BgClassName
{
background-color: #804F3C;
}
</style>
border-color css
<style>
span { border-color: #804F3C; }
span { border-color: rgb(128,79,60); }
td.TdClassName
{
border-color: #804F3C;
}
.TagClassName
{
border-color: #804F3C;
}
</style>