Shades of Cigar #7E533D
Tints of Cigar #7E533D
RGB
CMYK
RGB Variations
Color information
#7E533D (or 0x7E533D) is known color: Cigar. HEX triplet: 7E, 53 and 3D. RGB value is (126,83,61). Sum of RGB (Red+Green+Blue) = 126+83+61=270 (35% of max value = 765). Red value is 126 (49.61% from 255 or 46.67% from 270); Green value is 83 (32.81% from 255 or 30.74% from 270); Blue value is 61 (24.22% from 255 or 22.59% from 270); Max value from RGB is 126 - color contains mainly: red. Hex color #7E533D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7E533D is #81ACC2. Grayscale: #5D5D5D. Windows color (decimal): -8498371 or 4019070. OLE color: 4019070.
HSL color Cylindrical-coordinate representation of color #7E533D: hue angle of 20.31º degrees, saturation: 0.35, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7E533D is Cyan = 0, Magento = 0.34, Yellow = 0.52 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 83 | 61 | - |
| CMYK | 0 | 0.34 | 0.52 | 0.51 |
| HSL | 20.31º | 0.35% | 0.37% | - |
| HSV(B) | 20.31º | 0.52% | 0.49% | - |
| XYZ | 12.54 | 10.96 | 5.87 | - |
| YUV | 93.35 | 109.75 | 151.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 83 | 61 | 0 | 0.34 | 0.52 | 0.51 | 20.31 | 0.35 | 0.37 |
| Hex | 7E | 53 | 3D | 0 | 22 | 34 | 33 | 14 | 23 | 25 |
| Octal | 176 | 123 | 75 | 0 | 42 | 64 | 63 | 24 | 43 | 45 |
| Binary | 1111110 | 1010011 | 111101 | 0 | 100010 | 110100 | 110011 | 10100 | 100011 | 100101 |
Color Harmonies of #7E533D
Complementary color
Monochromatic Colors of #7E533D
Black with #7E533D
Text Example
Text Example
White with #7E533D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E533D; }
p { color: rgb(126,83,61); }
H1.HeaderClassName
{
color: #7E533D;
}
.AnyTagClassName
{
color: #7E533D;
}
</style>
background-color css
<style>
a { background-color: #7E533D; }
a { background-color: rgb(126,83,61); }
div.DivClassName
{
background-color: #7E533D;
}
.BgClassName
{
background-color: #7E533D;
}
</style>
border-color css
<style>
span { border-color: #7E533D; }
span { border-color: rgb(126,83,61); }
td.TdClassName
{
border-color: #7E533D;
}
.TagClassName
{
border-color: #7E533D;
}
</style>