Shades of Cigar #824D32
Tints of Cigar #824D32
RGB
CMYK
RGB Variations
Color information
#824D32 (or 0x824D32) is known color: Cigar. HEX triplet: 82, 4D and 32. RGB value is (130,77,50). Sum of RGB (Red+Green+Blue) = 130+77+50=257 (34% of max value = 765). Red value is 130 (51.17% from 255 or 50.58% from 257); Green value is 77 (30.47% from 255 or 29.96% from 257); Blue value is 50 (19.92% from 255 or 19.46% from 257); Max value from RGB is 130 - color contains mainly: red. Hex color #824D32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #824D32 is #7DB2CD. Grayscale: #595959. Windows color (decimal): -8237774 or 3296642. OLE color: 3296642.
HSL color Cylindrical-coordinate representation of color #824D32: hue angle of 20.25º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #824D32 is Cyan = 0, Magento = 0.41, Yellow = 0.62 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 77 | 50 | - |
| CMYK | 0 | 0.41 | 0.62 | 0.49 |
| HSL | 20.25º | 0.44% | 0.35% | - |
| HSV(B) | 20.25º | 0.62% | 0.51% | - |
| XYZ | 12.44 | 10.28 | 4.35 | - |
| YUV | 89.77 | 105.56 | 156.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 77 | 50 | 0 | 0.41 | 0.62 | 0.49 | 20.25 | 0.44 | 0.35 |
| Hex | 82 | 4D | 32 | 0 | 29 | 3E | 31 | 14 | 2C | 23 |
| Octal | 202 | 115 | 62 | 0 | 51 | 76 | 61 | 24 | 54 | 43 |
| Binary | 10000010 | 1001101 | 110010 | 0 | 101001 | 111110 | 110001 | 10100 | 101100 | 100011 |
Color Harmonies of #824D32
Complementary color
Monochromatic Colors of #824D32
Black with #824D32
Text Example
Text Example
White with #824D32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #824D32; }
p { color: rgb(130,77,50); }
H1.HeaderClassName
{
color: #824D32;
}
.AnyTagClassName
{
color: #824D32;
}
</style>
background-color css
<style>
a { background-color: #824D32; }
a { background-color: rgb(130,77,50); }
div.DivClassName
{
background-color: #824D32;
}
.BgClassName
{
background-color: #824D32;
}
</style>
border-color css
<style>
span { border-color: #824D32; }
span { border-color: rgb(130,77,50); }
td.TdClassName
{
border-color: #824D32;
}
.TagClassName
{
border-color: #824D32;
}
</style>