Shades of Cigar #80503A
Tints of Cigar #80503A
RGB
CMYK
RGB Variations
Color information
#80503A (or 0x80503A) is known color: Cigar. HEX triplet: 80, 50 and 3A. RGB value is (128,80,58). Sum of RGB (Red+Green+Blue) = 128+80+58=266 (35% of max value = 765). Red value is 128 (50.39% from 255 or 48.12% from 266); Green value is 80 (31.64% from 255 or 30.08% from 266); Blue value is 58 (23.05% from 255 or 21.80% from 266); Max value from RGB is 128 - color contains mainly: red. Hex color #80503A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #80503A is #7FAFC5. Grayscale: #5B5B5B. Windows color (decimal): -8368070 or 3821696. OLE color: 3821696.
HSL color Cylindrical-coordinate representation of color #80503A: hue angle of 18.86º 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 #80503A is Cyan = 0, Magento = 0.38, Yellow = 0.55 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 80 | 58 | - |
| CMYK | 0 | 0.38 | 0.55 | 0.50 |
| HSL | 18.86º | 0.38% | 0.36% | - |
| HSV(B) | 18.86º | 0.55% | 0.5% | - |
| XYZ | 12.53 | 10.63 | 5.39 | - |
| YUV | 91.84 | 108.9 | 153.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 80 | 58 | 0 | 0.38 | 0.55 | 0.50 | 18.86 | 0.38 | 0.36 |
| Hex | 80 | 50 | 3A | 0 | 26 | 37 | 32 | 13 | 26 | 24 |
| Octal | 200 | 120 | 72 | 0 | 46 | 67 | 62 | 23 | 46 | 44 |
| Binary | 10000000 | 1010000 | 111010 | 0 | 100110 | 110111 | 110010 | 10011 | 100110 | 100100 |
Color Harmonies of #80503A
Complementary color
Monochromatic Colors of #80503A
Black with #80503A
Text Example
Text Example
White with #80503A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80503A; }
p { color: rgb(128,80,58); }
H1.HeaderClassName
{
color: #80503A;
}
.AnyTagClassName
{
color: #80503A;
}
</style>
background-color css
<style>
a { background-color: #80503A; }
a { background-color: rgb(128,80,58); }
div.DivClassName
{
background-color: #80503A;
}
.BgClassName
{
background-color: #80503A;
}
</style>
border-color css
<style>
span { border-color: #80503A; }
span { border-color: rgb(128,80,58); }
td.TdClassName
{
border-color: #80503A;
}
.TagClassName
{
border-color: #80503A;
}
</style>