Shades of Cigar #82513A
Tints of Cigar #82513A
RGB
CMYK
RGB Variations
Color information
#82513A (or 0x82513A) is known color: Cigar. HEX triplet: 82, 51 and 3A. RGB value is (130,81,58). Sum of RGB (Red+Green+Blue) = 130+81+58=269 (35% of max value = 765). Red value is 130 (51.17% from 255 or 48.33% from 269); Green value is 81 (32.03% from 255 or 30.11% from 269); Blue value is 58 (23.05% from 255 or 21.56% from 269); Max value from RGB is 130 - color contains mainly: red. Hex color #82513A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #82513A is #7DAEC5. Grayscale: #5D5D5D. Windows color (decimal): -8236742 or 3821954. OLE color: 3821954.
HSL color Cylindrical-coordinate representation of color #82513A: hue angle of 19.17º 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 #82513A is Cyan = 0, Magento = 0.38, Yellow = 0.55 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 81 | 58 | - |
| CMYK | 0 | 0.38 | 0.55 | 0.49 |
| HSL | 19.17º | 0.38% | 0.37% | - |
| HSV(B) | 19.17º | 0.55% | 0.51% | - |
| XYZ | 12.91 | 10.94 | 5.43 | - |
| YUV | 93.03 | 108.23 | 154.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 81 | 58 | 0 | 0.38 | 0.55 | 0.49 | 19.17 | 0.38 | 0.37 |
| Hex | 82 | 51 | 3A | 0 | 26 | 37 | 31 | 13 | 26 | 25 |
| Octal | 202 | 121 | 72 | 0 | 46 | 67 | 61 | 23 | 46 | 45 |
| Binary | 10000010 | 1010001 | 111010 | 0 | 100110 | 110111 | 110001 | 10011 | 100110 | 100101 |
Color Harmonies of #82513A
Complementary color
Monochromatic Colors of #82513A
Black with #82513A
Text Example
Text Example
White with #82513A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82513A; }
p { color: rgb(130,81,58); }
H1.HeaderClassName
{
color: #82513A;
}
.AnyTagClassName
{
color: #82513A;
}
</style>
background-color css
<style>
a { background-color: #82513A; }
a { background-color: rgb(130,81,58); }
div.DivClassName
{
background-color: #82513A;
}
.BgClassName
{
background-color: #82513A;
}
</style>
border-color css
<style>
span { border-color: #82513A; }
span { border-color: rgb(130,81,58); }
td.TdClassName
{
border-color: #82513A;
}
.TagClassName
{
border-color: #82513A;
}
</style>