Shades of Cigar #80533A
Tints of Cigar #80533A
RGB
CMYK
RGB Variations
Color information
#80533A (or 0x80533A) is known color: Cigar. HEX triplet: 80, 53 and 3A. RGB value is (128,83,58). Sum of RGB (Red+Green+Blue) = 128+83+58=269 (35% of max value = 765). Red value is 128 (50.39% from 255 or 47.58% from 269); Green value is 83 (32.81% from 255 or 30.86% from 269); Blue value is 58 (23.05% from 255 or 21.56% from 269); Max value from RGB is 128 - color contains mainly: red. Hex color #80533A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #80533A is #7FACC5. Grayscale: #5D5D5D. Windows color (decimal): -8367302 or 3822464. OLE color: 3822464.
HSL color Cylindrical-coordinate representation of color #80533A: hue angle of 21.43º 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 #80533A is Cyan = 0, Magento = 0.35, Yellow = 0.55 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 83 | 58 | - |
| CMYK | 0 | 0.35 | 0.55 | 0.50 |
| HSL | 21.43º | 0.38% | 0.36% | - |
| HSV(B) | 21.43º | 0.55% | 0.5% | - |
| XYZ | 12.76 | 11.08 | 5.47 | - |
| YUV | 93.61 | 107.91 | 152.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 83 | 58 | 0 | 0.35 | 0.55 | 0.50 | 21.43 | 0.38 | 0.36 |
| Hex | 80 | 53 | 3A | 0 | 23 | 37 | 32 | 15 | 26 | 24 |
| Octal | 200 | 123 | 72 | 0 | 43 | 67 | 62 | 25 | 46 | 44 |
| Binary | 10000000 | 1010011 | 111010 | 0 | 100011 | 110111 | 110010 | 10101 | 100110 | 100100 |
Color Harmonies of #80533A
Complementary color
Monochromatic Colors of #80533A
Black with #80533A
Text Example
Text Example
White with #80533A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80533A; }
p { color: rgb(128,83,58); }
H1.HeaderClassName
{
color: #80533A;
}
.AnyTagClassName
{
color: #80533A;
}
</style>
background-color css
<style>
a { background-color: #80533A; }
a { background-color: rgb(128,83,58); }
div.DivClassName
{
background-color: #80533A;
}
.BgClassName
{
background-color: #80533A;
}
</style>
border-color css
<style>
span { border-color: #80533A; }
span { border-color: rgb(128,83,58); }
td.TdClassName
{
border-color: #80533A;
}
.TagClassName
{
border-color: #80533A;
}
</style>