Shades of Cigar #80513A
Tints of Cigar #80513A
RGB
CMYK
RGB Variations
Color information
#80513A (or 0x80513A) is known color: Cigar. HEX triplet: 80, 51 and 3A. RGB value is (128,81,58). Sum of RGB (Red+Green+Blue) = 128+81+58=267 (35% of max value = 765). Red value is 128 (50.39% from 255 or 47.94% from 267); Green value is 81 (32.03% from 255 or 30.34% from 267); Blue value is 58 (23.05% from 255 or 21.72% from 267); Max value from RGB is 128 - color contains mainly: red. Hex color #80513A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #80513A is #7FAEC5. Grayscale: #5C5C5C. Windows color (decimal): -8367814 or 3821952. OLE color: 3821952.
HSL color Cylindrical-coordinate representation of color #80513A: hue angle of 19.71º 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 #80513A is Cyan = 0, Magento = 0.37, Yellow = 0.55 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 81 | 58 | - |
| CMYK | 0 | 0.37 | 0.55 | 0.50 |
| HSL | 19.71º | 0.38% | 0.36% | - |
| HSV(B) | 19.71º | 0.55% | 0.5% | - |
| XYZ | 12.61 | 10.78 | 5.42 | - |
| YUV | 92.43 | 108.57 | 153.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 81 | 58 | 0 | 0.37 | 0.55 | 0.50 | 19.71 | 0.38 | 0.36 |
| Hex | 80 | 51 | 3A | 0 | 25 | 37 | 32 | 14 | 26 | 24 |
| Octal | 200 | 121 | 72 | 0 | 45 | 67 | 62 | 24 | 46 | 44 |
| Binary | 10000000 | 1010001 | 111010 | 0 | 100101 | 110111 | 110010 | 10100 | 100110 | 100100 |
Color Harmonies of #80513A
Complementary color
Monochromatic Colors of #80513A
Black with #80513A
Text Example
Text Example
White with #80513A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80513A; }
p { color: rgb(128,81,58); }
H1.HeaderClassName
{
color: #80513A;
}
.AnyTagClassName
{
color: #80513A;
}
</style>
background-color css
<style>
a { background-color: #80513A; }
a { background-color: rgb(128,81,58); }
div.DivClassName
{
background-color: #80513A;
}
.BgClassName
{
background-color: #80513A;
}
</style>
border-color css
<style>
span { border-color: #80513A; }
span { border-color: rgb(128,81,58); }
td.TdClassName
{
border-color: #80513A;
}
.TagClassName
{
border-color: #80513A;
}
</style>