Shades of Cigar #7E5536
Tints of Cigar #7E5536
RGB
CMYK
RGB Variations
Color information
#7E5536 (or 0x7E5536) is known color: Cigar. HEX triplet: 7E, 55 and 36. RGB value is (126,85,54). Sum of RGB (Red+Green+Blue) = 126+85+54=265 (35% of max value = 765). Red value is 126 (49.61% from 255 or 47.55% from 265); Green value is 85 (33.59% from 255 or 32.08% from 265); Blue value is 54 (21.48% from 255 or 20.38% from 265); Max value from RGB is 126 - color contains mainly: red. Hex color #7E5536 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7E5536 is #81AAC9. Grayscale: #5D5D5D. Windows color (decimal): -8497866 or 3560830. OLE color: 3560830.
HSL color Cylindrical-coordinate representation of color #7E5536: hue angle of 25.83º degrees, saturation: 0.4, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7E5536 is Cyan = 0, Magento = 0.33, Yellow = 0.57 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 85 | 54 | - |
| CMYK | 0 | 0.33 | 0.57 | 0.51 |
| HSL | 25.83º | 0.4% | 0.35% | - |
| HSV(B) | 25.83º | 0.57% | 0.49% | - |
| XYZ | 12.52 | 11.2 | 4.99 | - |
| YUV | 93.73 | 105.58 | 151.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 85 | 54 | 0 | 0.33 | 0.57 | 0.51 | 25.83 | 0.4 | 0.35 |
| Hex | 7E | 55 | 36 | 0 | 21 | 39 | 33 | 1A | 28 | 23 |
| Octal | 176 | 125 | 66 | 0 | 41 | 71 | 63 | 32 | 50 | 43 |
| Binary | 1111110 | 1010101 | 110110 | 0 | 100001 | 111001 | 110011 | 11010 | 101000 | 100011 |
Color Harmonies of #7E5536
Complementary color
Monochromatic Colors of #7E5536
Black with #7E5536
Text Example
Text Example
White with #7E5536
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E5536; }
p { color: rgb(126,85,54); }
H1.HeaderClassName
{
color: #7E5536;
}
.AnyTagClassName
{
color: #7E5536;
}
</style>
background-color css
<style>
a { background-color: #7E5536; }
a { background-color: rgb(126,85,54); }
div.DivClassName
{
background-color: #7E5536;
}
.BgClassName
{
background-color: #7E5536;
}
</style>
border-color css
<style>
span { border-color: #7E5536; }
span { border-color: rgb(126,85,54); }
td.TdClassName
{
border-color: #7E5536;
}
.TagClassName
{
border-color: #7E5536;
}
</style>