Shades of Cigar #805035
Tints of Cigar #805035
RGB
CMYK
RGB Variations
Color information
#805035 (or 0x805035) is known color: Cigar. HEX triplet: 80, 50 and 35. RGB value is (128,80,53). Sum of RGB (Red+Green+Blue) = 128+80+53=261 (34% of max value = 765). Red value is 128 (50.39% from 255 or 49.04% from 261); Green value is 80 (31.64% from 255 or 30.65% from 261); Blue value is 53 (21.09% from 255 or 20.31% from 261); Max value from RGB is 128 - color contains mainly: red. Hex color #805035 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #805035 is #7FAFCA. Grayscale: #5B5B5B. Windows color (decimal): -8368075 or 3494016. OLE color: 3494016.
HSL color Cylindrical-coordinate representation of color #805035: hue angle of 21.6º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #805035 is Cyan = 0, Magento = 0.38, Yellow = 0.59 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 80 | 53 | - |
| CMYK | 0 | 0.38 | 0.59 | 0.50 |
| HSL | 21.6º | 0.41% | 0.35% | - |
| HSV(B) | 21.6º | 0.59% | 0.5% | - |
| XYZ | 12.41 | 10.58 | 4.76 | - |
| YUV | 91.27 | 106.4 | 154.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 80 | 53 | 0 | 0.38 | 0.59 | 0.50 | 21.6 | 0.41 | 0.35 |
| Hex | 80 | 50 | 35 | 0 | 26 | 3B | 32 | 16 | 29 | 23 |
| Octal | 200 | 120 | 65 | 0 | 46 | 73 | 62 | 26 | 51 | 43 |
| Binary | 10000000 | 1010000 | 110101 | 0 | 100110 | 111011 | 110010 | 10110 | 101001 | 100011 |
Color Harmonies of #805035
Complementary color
Monochromatic Colors of #805035
Black with #805035
Text Example
Text Example
White with #805035
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #805035; }
p { color: rgb(128,80,53); }
H1.HeaderClassName
{
color: #805035;
}
.AnyTagClassName
{
color: #805035;
}
</style>
background-color css
<style>
a { background-color: #805035; }
a { background-color: rgb(128,80,53); }
div.DivClassName
{
background-color: #805035;
}
.BgClassName
{
background-color: #805035;
}
</style>
border-color css
<style>
span { border-color: #805035; }
span { border-color: rgb(128,80,53); }
td.TdClassName
{
border-color: #805035;
}
.TagClassName
{
border-color: #805035;
}
</style>