Shades of Cigar #80503B
Tints of Cigar #80503B
RGB
CMYK
RGB Variations
Color information
#80503B (or 0x80503B) is known color: Cigar. HEX triplet: 80, 50 and 3B. RGB value is (128,80,59). Sum of RGB (Red+Green+Blue) = 128+80+59=267 (35% of max value = 765). Red value is 128 (50.39% from 255 or 47.94% from 267); Green value is 80 (31.64% from 255 or 29.96% from 267); Blue value is 59 (23.44% from 255 or 22.10% from 267); Max value from RGB is 128 - color contains mainly: red. Hex color #80503B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #80503B is #7FAFC4. Grayscale: #5C5C5C. Windows color (decimal): -8368069 or 3887232. OLE color: 3887232.
HSL color Cylindrical-coordinate representation of color #80503B: hue angle of 18.26º degrees, saturation: 0.37, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #80503B is Cyan = 0, Magento = 0.38, Yellow = 0.54 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 80 | 59 | - |
| CMYK | 0 | 0.38 | 0.54 | 0.50 |
| HSL | 18.26º | 0.37% | 0.37% | - |
| HSV(B) | 18.26º | 0.54% | 0.5% | - |
| XYZ | 12.56 | 10.64 | 5.53 | - |
| YUV | 91.96 | 109.4 | 153.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 80 | 59 | 0 | 0.38 | 0.54 | 0.50 | 18.26 | 0.37 | 0.37 |
| Hex | 80 | 50 | 3B | 0 | 26 | 36 | 32 | 12 | 25 | 25 |
| Octal | 200 | 120 | 73 | 0 | 46 | 66 | 62 | 22 | 45 | 45 |
| Binary | 10000000 | 1010000 | 111011 | 0 | 100110 | 110110 | 110010 | 10010 | 100101 | 100101 |
Color Harmonies of #80503B
Complementary color
Monochromatic Colors of #80503B
Black with #80503B
Text Example
Text Example
White with #80503B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80503B; }
p { color: rgb(128,80,59); }
H1.HeaderClassName
{
color: #80503B;
}
.AnyTagClassName
{
color: #80503B;
}
</style>
background-color css
<style>
a { background-color: #80503B; }
a { background-color: rgb(128,80,59); }
div.DivClassName
{
background-color: #80503B;
}
.BgClassName
{
background-color: #80503B;
}
</style>
border-color css
<style>
span { border-color: #80503B; }
span { border-color: rgb(128,80,59); }
td.TdClassName
{
border-color: #80503B;
}
.TagClassName
{
border-color: #80503B;
}
</style>