Shades of Cigar #7D4933
Tints of Cigar #7D4933
RGB
CMYK
RGB Variations
Color information
#7D4933 (or 0x7D4933) is known color: Cigar. HEX triplet: 7D, 49 and 33. RGB value is (125,73,51). Sum of RGB (Red+Green+Blue) = 125+73+51=249 (32% of max value = 765). Red value is 125 (49.22% from 255 or 50.20% from 249); Green value is 73 (28.91% from 255 or 29.32% from 249); Blue value is 51 (20.31% from 255 or 20.48% from 249); Max value from RGB is 125 - color contains mainly: red. Hex color #7D4933 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D4933 is #82B6CC. Grayscale: #565656. Windows color (decimal): -8566477 or 3361149. OLE color: 3361149.
HSL color Cylindrical-coordinate representation of color #7D4933: hue angle of 17.84º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7D4933 is Cyan = 0, Magento = 0.42, Yellow = 0.59 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 73 | 51 | - |
| CMYK | 0 | 0.42 | 0.59 | 0.51 |
| HSL | 17.84º | 0.42% | 0.35% | - |
| HSV(B) | 17.84º | 0.59% | 0.49% | - |
| XYZ | 11.44 | 9.36 | 4.34 | - |
| YUV | 86.04 | 108.23 | 155.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 73 | 51 | 0 | 0.42 | 0.59 | 0.51 | 17.84 | 0.42 | 0.35 |
| Hex | 7D | 49 | 33 | 0 | 2A | 3B | 33 | 12 | 2A | 23 |
| Octal | 175 | 111 | 63 | 0 | 52 | 73 | 63 | 22 | 52 | 43 |
| Binary | 1111101 | 1001001 | 110011 | 0 | 101010 | 111011 | 110011 | 10010 | 101010 | 100011 |
Color Harmonies of #7D4933
Complementary color
Monochromatic Colors of #7D4933
Black with #7D4933
Text Example
Text Example
White with #7D4933
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D4933; }
p { color: rgb(125,73,51); }
H1.HeaderClassName
{
color: #7D4933;
}
.AnyTagClassName
{
color: #7D4933;
}
</style>
background-color css
<style>
a { background-color: #7D4933; }
a { background-color: rgb(125,73,51); }
div.DivClassName
{
background-color: #7D4933;
}
.BgClassName
{
background-color: #7D4933;
}
</style>
border-color css
<style>
span { border-color: #7D4933; }
span { border-color: rgb(125,73,51); }
td.TdClassName
{
border-color: #7D4933;
}
.TagClassName
{
border-color: #7D4933;
}
</style>