Shades of Cigar #805036
Tints of Cigar #805036
RGB
CMYK
RGB Variations
Color information
#805036 (or 0x805036) is known color: Cigar. HEX triplet: 80, 50 and 36. RGB value is (128,80,54). Sum of RGB (Red+Green+Blue) = 128+80+54=262 (34% of max value = 765). Red value is 128 (50.39% from 255 or 48.85% from 262); Green value is 80 (31.64% from 255 or 30.53% from 262); Blue value is 54 (21.48% from 255 or 20.61% from 262); Max value from RGB is 128 - color contains mainly: red. Hex color #805036 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #805036 is #7FAFC9. Grayscale: #5B5B5B. Windows color (decimal): -8368074 or 3559552. OLE color: 3559552.
HSL color Cylindrical-coordinate representation of color #805036: hue angle of 21.08º 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 #805036 is Cyan = 0, Magento = 0.38, Yellow = 0.58 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 80 | 54 | - |
| CMYK | 0 | 0.38 | 0.58 | 0.50 |
| HSL | 21.08º | 0.41% | 0.36% | - |
| HSV(B) | 21.08º | 0.58% | 0.5% | - |
| XYZ | 12.44 | 10.59 | 4.88 | - |
| YUV | 91.39 | 106.9 | 154.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 80 | 54 | 0 | 0.38 | 0.58 | 0.50 | 21.08 | 0.41 | 0.36 |
| Hex | 80 | 50 | 36 | 0 | 26 | 3A | 32 | 15 | 29 | 24 |
| Octal | 200 | 120 | 66 | 0 | 46 | 72 | 62 | 25 | 51 | 44 |
| Binary | 10000000 | 1010000 | 110110 | 0 | 100110 | 111010 | 110010 | 10101 | 101001 | 100100 |
Color Harmonies of #805036
Complementary color
Monochromatic Colors of #805036
Black with #805036
Text Example
Text Example
White with #805036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #805036; }
p { color: rgb(128,80,54); }
H1.HeaderClassName
{
color: #805036;
}
.AnyTagClassName
{
color: #805036;
}
</style>
background-color css
<style>
a { background-color: #805036; }
a { background-color: rgb(128,80,54); }
div.DivClassName
{
background-color: #805036;
}
.BgClassName
{
background-color: #805036;
}
</style>
border-color css
<style>
span { border-color: #805036; }
span { border-color: rgb(128,80,54); }
td.TdClassName
{
border-color: #805036;
}
.TagClassName
{
border-color: #805036;
}
</style>