Shades of Cigar #7D513B
Tints of Cigar #7D513B
RGB
CMYK
RGB Variations
Color information
#7D513B (or 0x7D513B) is known color: Cigar. HEX triplet: 7D, 51 and 3B. RGB value is (125,81,59). Sum of RGB (Red+Green+Blue) = 125+81+59=265 (35% of max value = 765). Red value is 125 (49.22% from 255 or 47.17% from 265); Green value is 81 (32.03% from 255 or 30.57% from 265); Blue value is 59 (23.44% from 255 or 22.26% from 265); Max value from RGB is 125 - color contains mainly: red. Hex color #7D513B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7D513B is #82AEC4. Grayscale: #5B5B5B. Windows color (decimal): -8564421 or 3887485. OLE color: 3887485.
HSL color Cylindrical-coordinate representation of color #7D513B: hue angle of 20º degrees, saturation: 0.36, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7D513B is Cyan = 0, Magento = 0.35, Yellow = 0.53 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 81 | 59 | - |
| CMYK | 0 | 0.35 | 0.53 | 0.51 |
| HSL | 20º | 0.36% | 0.36% | - |
| HSV(B) | 20º | 0.53% | 0.49% | - |
| XYZ | 12.19 | 10.56 | 5.53 | - |
| YUV | 91.65 | 109.58 | 151.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 81 | 59 | 0 | 0.35 | 0.53 | 0.51 | 20 | 0.36 | 0.36 |
| Hex | 7D | 51 | 3B | 0 | 23 | 35 | 33 | 14 | 24 | 24 |
| Octal | 175 | 121 | 73 | 0 | 43 | 65 | 63 | 24 | 44 | 44 |
| Binary | 1111101 | 1010001 | 111011 | 0 | 100011 | 110101 | 110011 | 10100 | 100100 | 100100 |
Color Harmonies of #7D513B
Complementary color
Monochromatic Colors of #7D513B
Black with #7D513B
Text Example
Text Example
White with #7D513B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D513B; }
p { color: rgb(125,81,59); }
H1.HeaderClassName
{
color: #7D513B;
}
.AnyTagClassName
{
color: #7D513B;
}
</style>
background-color css
<style>
a { background-color: #7D513B; }
a { background-color: rgb(125,81,59); }
div.DivClassName
{
background-color: #7D513B;
}
.BgClassName
{
background-color: #7D513B;
}
</style>
border-color css
<style>
span { border-color: #7D513B; }
span { border-color: rgb(125,81,59); }
td.TdClassName
{
border-color: #7D513B;
}
.TagClassName
{
border-color: #7D513B;
}
</style>