Shades of Cigar #80523C
Tints of Cigar #80523C
RGB
CMYK
RGB Variations
Color information
#80523C (or 0x80523C) is known color: Cigar. HEX triplet: 80, 52 and 3C. RGB value is (128,82,60). Sum of RGB (Red+Green+Blue) = 128+82+60=270 (35% of max value = 765). Red value is 128 (50.39% from 255 or 47.41% from 270); Green value is 82 (32.42% from 255 or 30.37% from 270); Blue value is 60 (23.83% from 255 or 22.22% from 270); Max value from RGB is 128 - color contains mainly: red. Hex color #80523C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #80523C is #7FADC3. Grayscale: #5D5D5D. Windows color (decimal): -8367556 or 3953280. OLE color: 3953280.
HSL color Cylindrical-coordinate representation of color #80523C: hue angle of 19.41º degrees, saturation: 0.36, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #80523C is Cyan = 0, Magento = 0.36, Yellow = 0.53 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 82 | 60 | - |
| CMYK | 0 | 0.36 | 0.53 | 0.50 |
| HSL | 19.41º | 0.36% | 0.37% | - |
| HSV(B) | 19.41º | 0.53% | 0.5% | - |
| XYZ | 12.73 | 10.95 | 5.72 | - |
| YUV | 93.25 | 109.24 | 152.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 82 | 60 | 0 | 0.36 | 0.53 | 0.50 | 19.41 | 0.36 | 0.37 |
| Hex | 80 | 52 | 3C | 0 | 24 | 35 | 32 | 13 | 24 | 25 |
| Octal | 200 | 122 | 74 | 0 | 44 | 65 | 62 | 23 | 44 | 45 |
| Binary | 10000000 | 1010010 | 111100 | 0 | 100100 | 110101 | 110010 | 10011 | 100100 | 100101 |
Color Harmonies of #80523C
Complementary color
Monochromatic Colors of #80523C
Black with #80523C
Text Example
Text Example
White with #80523C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80523C; }
p { color: rgb(128,82,60); }
H1.HeaderClassName
{
color: #80523C;
}
.AnyTagClassName
{
color: #80523C;
}
</style>
background-color css
<style>
a { background-color: #80523C; }
a { background-color: rgb(128,82,60); }
div.DivClassName
{
background-color: #80523C;
}
.BgClassName
{
background-color: #80523C;
}
</style>
border-color css
<style>
span { border-color: #80523C; }
span { border-color: rgb(128,82,60); }
td.TdClassName
{
border-color: #80523C;
}
.TagClassName
{
border-color: #80523C;
}
</style>