Shades of Cigar #824D34
Tints of Cigar #824D34
RGB
CMYK
RGB Variations
Color information
#824D34 (or 0x824D34) is known color: Cigar. HEX triplet: 82, 4D and 34. RGB value is (130,77,52). Sum of RGB (Red+Green+Blue) = 130+77+52=259 (34% of max value = 765). Red value is 130 (51.17% from 255 or 50.19% from 259); Green value is 77 (30.47% from 255 or 29.73% from 259); Blue value is 52 (20.70% from 255 or 20.08% from 259); Max value from RGB is 130 - color contains mainly: red. Hex color #824D34 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #824D34 is #7DB2CB. Grayscale: #5A5A5A. Windows color (decimal): -8237772 or 3427714. OLE color: 3427714.
HSL color Cylindrical-coordinate representation of color #824D34: hue angle of 19.23º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #824D34 is Cyan = 0, Magento = 0.41, Yellow = 0.60 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 77 | 52 | - |
| CMYK | 0 | 0.41 | 0.60 | 0.49 |
| HSL | 19.23º | 0.43% | 0.36% | - |
| HSV(B) | 19.23º | 0.6% | 0.51% | - |
| XYZ | 12.48 | 10.3 | 4.58 | - |
| YUV | 90 | 106.56 | 156.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 77 | 52 | 0 | 0.41 | 0.60 | 0.49 | 19.23 | 0.43 | 0.36 |
| Hex | 82 | 4D | 34 | 0 | 29 | 3C | 31 | 13 | 2B | 24 |
| Octal | 202 | 115 | 64 | 0 | 51 | 74 | 61 | 23 | 53 | 44 |
| Binary | 10000010 | 1001101 | 110100 | 0 | 101001 | 111100 | 110001 | 10011 | 101011 | 100100 |
Color Harmonies of #824D34
Complementary color
Monochromatic Colors of #824D34
Black with #824D34
Text Example
Text Example
White with #824D34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #824D34; }
p { color: rgb(130,77,52); }
H1.HeaderClassName
{
color: #824D34;
}
.AnyTagClassName
{
color: #824D34;
}
</style>
background-color css
<style>
a { background-color: #824D34; }
a { background-color: rgb(130,77,52); }
div.DivClassName
{
background-color: #824D34;
}
.BgClassName
{
background-color: #824D34;
}
</style>
border-color css
<style>
span { border-color: #824D34; }
span { border-color: rgb(130,77,52); }
td.TdClassName
{
border-color: #824D34;
}
.TagClassName
{
border-color: #824D34;
}
</style>