Shades of Cigar #824E33
Tints of Cigar #824E33
RGB
CMYK
RGB Variations
Color information
#824E33 (or 0x824E33) is known color: Cigar. HEX triplet: 82, 4E and 33. RGB value is (130,78,51). Sum of RGB (Red+Green+Blue) = 130+78+51=259 (34% of max value = 765). Red value is 130 (51.17% from 255 or 50.19% from 259); Green value is 78 (30.86% from 255 or 30.12% from 259); Blue value is 51 (20.31% from 255 or 19.69% from 259); Max value from RGB is 130 - color contains mainly: red. Hex color #824E33 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #824E33 is #7DB1CC. Grayscale: #5A5A5A. Windows color (decimal): -8237517 or 3362434. OLE color: 3362434.
HSL color Cylindrical-coordinate representation of color #824E33: hue angle of 20.51º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #824E33 is Cyan = 0, Magento = 0.40, Yellow = 0.61 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 78 | 51 | - |
| CMYK | 0 | 0.40 | 0.61 | 0.49 |
| HSL | 20.51º | 0.44% | 0.35% | - |
| HSV(B) | 20.51º | 0.61% | 0.51% | - |
| XYZ | 12.53 | 10.43 | 4.49 | - |
| YUV | 90.47 | 105.73 | 156.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 78 | 51 | 0 | 0.40 | 0.61 | 0.49 | 20.51 | 0.44 | 0.35 |
| Hex | 82 | 4E | 33 | 0 | 28 | 3D | 31 | 15 | 2C | 23 |
| Octal | 202 | 116 | 63 | 0 | 50 | 75 | 61 | 25 | 54 | 43 |
| Binary | 10000010 | 1001110 | 110011 | 0 | 101000 | 111101 | 110001 | 10101 | 101100 | 100011 |
Color Harmonies of #824E33
Complementary color
Monochromatic Colors of #824E33
Black with #824E33
Text Example
Text Example
White with #824E33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #824E33; }
p { color: rgb(130,78,51); }
H1.HeaderClassName
{
color: #824E33;
}
.AnyTagClassName
{
color: #824E33;
}
</style>
background-color css
<style>
a { background-color: #824E33; }
a { background-color: rgb(130,78,51); }
div.DivClassName
{
background-color: #824E33;
}
.BgClassName
{
background-color: #824E33;
}
</style>
border-color css
<style>
span { border-color: #824E33; }
span { border-color: rgb(130,78,51); }
td.TdClassName
{
border-color: #824E33;
}
.TagClassName
{
border-color: #824E33;
}
</style>