Shades of Cigar #82523C
Tints of Cigar #82523C
RGB
CMYK
RGB Variations
Color information
#82523C (or 0x82523C) is known color: Cigar. HEX triplet: 82, 52 and 3C. RGB value is (130,82,60). Sum of RGB (Red+Green+Blue) = 130+82+60=272 (36% of max value = 765). Red value is 130 (51.17% from 255 or 47.79% from 272); Green value is 82 (32.42% from 255 or 30.15% from 272); Blue value is 60 (23.83% from 255 or 22.06% from 272); Max value from RGB is 130 - color contains mainly: red. Hex color #82523C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #82523C is #7DADC3. Grayscale: #5D5D5D. Windows color (decimal): -8236484 or 3953282. OLE color: 3953282.
HSL color Cylindrical-coordinate representation of color #82523C: hue angle of 18.86º degrees, saturation: 0.37, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #82523C is Cyan = 0, Magento = 0.37, Yellow = 0.54 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 82 | 60 | - |
| CMYK | 0 | 0.37 | 0.54 | 0.49 |
| HSL | 18.86º | 0.37% | 0.37% | - |
| HSV(B) | 18.86º | 0.54% | 0.51% | - |
| XYZ | 13.04 | 11.11 | 5.73 | - |
| YUV | 93.84 | 108.9 | 153.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 82 | 60 | 0 | 0.37 | 0.54 | 0.49 | 18.86 | 0.37 | 0.37 |
| Hex | 82 | 52 | 3C | 0 | 25 | 36 | 31 | 13 | 25 | 25 |
| Octal | 202 | 122 | 74 | 0 | 45 | 66 | 61 | 23 | 45 | 45 |
| Binary | 10000010 | 1010010 | 111100 | 0 | 100101 | 110110 | 110001 | 10011 | 100101 | 100101 |
Color Harmonies of #82523C
Complementary color
Monochromatic Colors of #82523C
Black with #82523C
Text Example
Text Example
White with #82523C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82523C; }
p { color: rgb(130,82,60); }
H1.HeaderClassName
{
color: #82523C;
}
.AnyTagClassName
{
color: #82523C;
}
</style>
background-color css
<style>
a { background-color: #82523C; }
a { background-color: rgb(130,82,60); }
div.DivClassName
{
background-color: #82523C;
}
.BgClassName
{
background-color: #82523C;
}
</style>
border-color css
<style>
span { border-color: #82523C; }
span { border-color: rgb(130,82,60); }
td.TdClassName
{
border-color: #82523C;
}
.TagClassName
{
border-color: #82523C;
}
</style>