Shades of Cigar #805539
Tints of Cigar #805539
RGB
CMYK
RGB Variations
Color information
#805539 (or 0x805539) is known color: Cigar. HEX triplet: 80, 55 and 39. RGB value is (128,85,57). Sum of RGB (Red+Green+Blue) = 128+85+57=270 (35% of max value = 765). Red value is 128 (50.39% from 255 or 47.41% from 270); Green value is 85 (33.59% from 255 or 31.48% from 270); Blue value is 57 (22.66% from 255 or 21.11% from 270); Max value from RGB is 128 - color contains mainly: red. Hex color #805539 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #805539 is #7FAAC6. Grayscale: #5E5E5E. Windows color (decimal): -8366791 or 3757440. OLE color: 3757440.
HSL color Cylindrical-coordinate representation of color #805539: hue angle of 23.66º degrees, saturation: 0.38, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #805539 is Cyan = 0, Magento = 0.34, Yellow = 0.55 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 85 | 57 | - |
| CMYK | 0 | 0.34 | 0.55 | 0.50 |
| HSL | 23.66º | 0.38% | 0.36% | - |
| HSV(B) | 23.66º | 0.55% | 0.5% | - |
| XYZ | 12.89 | 11.38 | 5.39 | - |
| YUV | 94.67 | 106.75 | 151.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 85 | 57 | 0 | 0.34 | 0.55 | 0.50 | 23.66 | 0.38 | 0.36 |
| Hex | 80 | 55 | 39 | 0 | 22 | 37 | 32 | 18 | 26 | 24 |
| Octal | 200 | 125 | 71 | 0 | 42 | 67 | 62 | 30 | 46 | 44 |
| Binary | 10000000 | 1010101 | 111001 | 0 | 100010 | 110111 | 110010 | 11000 | 100110 | 100100 |
Color Harmonies of #805539
Complementary color
Monochromatic Colors of #805539
Black with #805539
Text Example
Text Example
White with #805539
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #805539; }
p { color: rgb(128,85,57); }
H1.HeaderClassName
{
color: #805539;
}
.AnyTagClassName
{
color: #805539;
}
</style>
background-color css
<style>
a { background-color: #805539; }
a { background-color: rgb(128,85,57); }
div.DivClassName
{
background-color: #805539;
}
.BgClassName
{
background-color: #805539;
}
</style>
border-color css
<style>
span { border-color: #805539; }
span { border-color: rgb(128,85,57); }
td.TdClassName
{
border-color: #805539;
}
.TagClassName
{
border-color: #805539;
}
</style>