Shades of Cigar #82523A
Tints of Cigar #82523A
RGB
CMYK
RGB Variations
Color information
#82523A (or 0x82523A) is known color: Cigar. HEX triplet: 82, 52 and 3A. RGB value is (130,82,58). Sum of RGB (Red+Green+Blue) = 130+82+58=270 (35% of max value = 765). Red value is 130 (51.17% from 255 or 48.15% from 270); Green value is 82 (32.42% from 255 or 30.37% from 270); Blue value is 58 (23.05% from 255 or 21.48% from 270); Max value from RGB is 130 - color contains mainly: red. Hex color #82523A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #82523A is #7DADC5. Grayscale: #5D5D5D. Windows color (decimal): -8236486 or 3822210. OLE color: 3822210.
HSL color Cylindrical-coordinate representation of color #82523A: hue angle of 20º degrees, saturation: 0.38, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #82523A is Cyan = 0, Magento = 0.37, Yellow = 0.55 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 82 | 58 | - |
| CMYK | 0 | 0.37 | 0.55 | 0.49 |
| HSL | 20º | 0.38% | 0.37% | - |
| HSV(B) | 20º | 0.55% | 0.51% | - |
| XYZ | 12.99 | 11.09 | 5.46 | - |
| YUV | 93.62 | 107.9 | 153.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 82 | 58 | 0 | 0.37 | 0.55 | 0.49 | 20 | 0.38 | 0.37 |
| Hex | 82 | 52 | 3A | 0 | 25 | 37 | 31 | 14 | 26 | 25 |
| Octal | 202 | 122 | 72 | 0 | 45 | 67 | 61 | 24 | 46 | 45 |
| Binary | 10000010 | 1010010 | 111010 | 0 | 100101 | 110111 | 110001 | 10100 | 100110 | 100101 |
Color Harmonies of #82523A
Complementary color
Monochromatic Colors of #82523A
Black with #82523A
Text Example
Text Example
White with #82523A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82523A; }
p { color: rgb(130,82,58); }
H1.HeaderClassName
{
color: #82523A;
}
.AnyTagClassName
{
color: #82523A;
}
</style>
background-color css
<style>
a { background-color: #82523A; }
a { background-color: rgb(130,82,58); }
div.DivClassName
{
background-color: #82523A;
}
.BgClassName
{
background-color: #82523A;
}
</style>
border-color css
<style>
span { border-color: #82523A; }
span { border-color: rgb(130,82,58); }
td.TdClassName
{
border-color: #82523A;
}
.TagClassName
{
border-color: #82523A;
}
</style>