Shades of Cigar #7F513D
Tints of Cigar #7F513D
RGB
CMYK
RGB Variations
Color information
#7F513D (or 0x7F513D) is known color: Cigar. HEX triplet: 7F, 51 and 3D. RGB value is (127,81,61). Sum of RGB (Red+Green+Blue) = 127+81+61=269 (35% of max value = 765). Red value is 127 (50% from 255 or 47.21% from 269); Green value is 81 (32.03% from 255 or 30.11% from 269); Blue value is 61 (24.22% from 255 or 22.68% from 269); Max value from RGB is 127 - color contains mainly: red. Hex color #7F513D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F513D is #80AEC2. Grayscale: #5C5C5C. Windows color (decimal): -8433347 or 4018559. OLE color: 4018559.
HSL color Cylindrical-coordinate representation of color #7F513D: hue angle of 18.18º degrees, saturation: 0.35, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7F513D is Cyan = 0, Magento = 0.36, Yellow = 0.52 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 81 | 61 | - |
| CMYK | 0 | 0.36 | 0.52 | 0.50 |
| HSL | 18.18º | 0.35% | 0.37% | - |
| HSV(B) | 18.18º | 0.52% | 0.5% | - |
| XYZ | 12.54 | 10.73 | 5.83 | - |
| YUV | 92.47 | 110.24 | 152.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 81 | 61 | 0 | 0.36 | 0.52 | 0.50 | 18.18 | 0.35 | 0.37 |
| Hex | 7F | 51 | 3D | 0 | 24 | 34 | 32 | 12 | 23 | 25 |
| Octal | 177 | 121 | 75 | 0 | 44 | 64 | 62 | 22 | 43 | 45 |
| Binary | 1111111 | 1010001 | 111101 | 0 | 100100 | 110100 | 110010 | 10010 | 100011 | 100101 |
Color Harmonies of #7F513D
Complementary color
Monochromatic Colors of #7F513D
Black with #7F513D
Text Example
Text Example
White with #7F513D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F513D; }
p { color: rgb(127,81,61); }
H1.HeaderClassName
{
color: #7F513D;
}
.AnyTagClassName
{
color: #7F513D;
}
</style>
background-color css
<style>
a { background-color: #7F513D; }
a { background-color: rgb(127,81,61); }
div.DivClassName
{
background-color: #7F513D;
}
.BgClassName
{
background-color: #7F513D;
}
</style>
border-color css
<style>
span { border-color: #7F513D; }
span { border-color: rgb(127,81,61); }
td.TdClassName
{
border-color: #7F513D;
}
.TagClassName
{
border-color: #7F513D;
}
</style>