Shades of Cigar #7C533D
Tints of Cigar #7C533D
RGB
CMYK
RGB Variations
Color information
#7C533D (or 0x7C533D) is known color: Cigar. HEX triplet: 7C, 53 and 3D. RGB value is (124,83,61). Sum of RGB (Red+Green+Blue) = 124+83+61=268 (35% of max value = 765). Red value is 124 (48.83% from 255 or 46.27% from 268); Green value is 83 (32.81% from 255 or 30.97% from 268); Blue value is 61 (24.22% from 255 or 22.76% from 268); Max value from RGB is 124 - color contains mainly: red. Hex color #7C533D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C533D is #83ACC2. Grayscale: #5C5C5C. Windows color (decimal): -8629443 or 4019068. OLE color: 4019068.
HSL color Cylindrical-coordinate representation of color #7C533D: hue angle of 20.95º degrees, saturation: 0.34, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7C533D is Cyan = 0, Magento = 0.33, Yellow = 0.51 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 83 | 61 | - |
| CMYK | 0 | 0.33 | 0.51 | 0.51 |
| HSL | 20.95º | 0.34% | 0.36% | - |
| HSV(B) | 20.95º | 0.51% | 0.49% | - |
| XYZ | 12.25 | 10.81 | 5.86 | - |
| YUV | 92.75 | 110.08 | 150.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 83 | 61 | 0 | 0.33 | 0.51 | 0.51 | 20.95 | 0.34 | 0.36 |
| Hex | 7C | 53 | 3D | 0 | 21 | 33 | 33 | 15 | 22 | 24 |
| Octal | 174 | 123 | 75 | 0 | 41 | 63 | 63 | 25 | 42 | 44 |
| Binary | 1111100 | 1010011 | 111101 | 0 | 100001 | 110011 | 110011 | 10101 | 100010 | 100100 |
Color Harmonies of #7C533D
Complementary color
Monochromatic Colors of #7C533D
Black with #7C533D
Text Example
Text Example
White with #7C533D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C533D; }
p { color: rgb(124,83,61); }
H1.HeaderClassName
{
color: #7C533D;
}
.AnyTagClassName
{
color: #7C533D;
}
</style>
background-color css
<style>
a { background-color: #7C533D; }
a { background-color: rgb(124,83,61); }
div.DivClassName
{
background-color: #7C533D;
}
.BgClassName
{
background-color: #7C533D;
}
</style>
border-color css
<style>
span { border-color: #7C533D; }
span { border-color: rgb(124,83,61); }
td.TdClassName
{
border-color: #7C533D;
}
.TagClassName
{
border-color: #7C533D;
}
</style>