Shades of Cigar #7F533B
Tints of Cigar #7F533B
RGB
CMYK
RGB Variations
Color information
#7F533B (or 0x7F533B) is known color: Cigar. HEX triplet: 7F, 53 and 3B. RGB value is (127,83,59). Sum of RGB (Red+Green+Blue) = 127+83+59=269 (35% of max value = 765). Red value is 127 (50% from 255 or 47.21% from 269); Green value is 83 (32.81% from 255 or 30.86% from 269); Blue value is 59 (23.44% from 255 or 21.93% from 269); Max value from RGB is 127 - color contains mainly: red. Hex color #7F533B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F533B is #80ACC4. Grayscale: #5D5D5D. Windows color (decimal): -8432837 or 3887999. OLE color: 3887999.
HSL color Cylindrical-coordinate representation of color #7F533B: hue angle of 21.18º degrees, saturation: 0.37, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7F533B is Cyan = 0, Magento = 0.35, Yellow = 0.54 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 83 | 59 | - |
| CMYK | 0 | 0.35 | 0.54 | 0.50 |
| HSL | 21.18º | 0.37% | 0.36% | - |
| HSV(B) | 21.18º | 0.54% | 0.5% | - |
| XYZ | 12.64 | 11.01 | 5.6 | - |
| YUV | 93.42 | 108.58 | 151.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 83 | 59 | 0 | 0.35 | 0.54 | 0.50 | 21.18 | 0.37 | 0.36 |
| Hex | 7F | 53 | 3B | 0 | 23 | 36 | 32 | 15 | 25 | 24 |
| Octal | 177 | 123 | 73 | 0 | 43 | 66 | 62 | 25 | 45 | 44 |
| Binary | 1111111 | 1010011 | 111011 | 0 | 100011 | 110110 | 110010 | 10101 | 100101 | 100100 |
Color Harmonies of #7F533B
Complementary color
Monochromatic Colors of #7F533B
Black with #7F533B
Text Example
Text Example
White with #7F533B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F533B; }
p { color: rgb(127,83,59); }
H1.HeaderClassName
{
color: #7F533B;
}
.AnyTagClassName
{
color: #7F533B;
}
</style>
background-color css
<style>
a { background-color: #7F533B; }
a { background-color: rgb(127,83,59); }
div.DivClassName
{
background-color: #7F533B;
}
.BgClassName
{
background-color: #7F533B;
}
</style>
border-color css
<style>
span { border-color: #7F533B; }
span { border-color: rgb(127,83,59); }
td.TdClassName
{
border-color: #7F533B;
}
.TagClassName
{
border-color: #7F533B;
}
</style>