Shades of Cigar #7D4A33
Tints of Cigar #7D4A33
RGB
CMYK
RGB Variations
Color information
#7D4A33 (or 0x7D4A33) is known color: Cigar. HEX triplet: 7D, 4A and 33. RGB value is (125,74,51). Sum of RGB (Red+Green+Blue) = 125+74+51=250 (33% of max value = 765). Red value is 125 (49.22% from 255 or 50% from 250); Green value is 74 (29.30% from 255 or 29.6% from 250); Blue value is 51 (20.31% from 255 or 20.4% from 250); Max value from RGB is 125 - color contains mainly: red. Hex color #7D4A33 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D4A33 is #82B5CC. Grayscale: #565656. Windows color (decimal): -8566221 or 3361405. OLE color: 3361405.
HSL color Cylindrical-coordinate representation of color #7D4A33: hue angle of 18.65º 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 #7D4A33 is Cyan = 0, Magento = 0.41, Yellow = 0.59 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 74 | 51 | - |
| CMYK | 0 | 0.41 | 0.59 | 0.51 |
| HSL | 18.65º | 0.42% | 0.35% | - |
| HSV(B) | 18.65º | 0.59% | 0.49% | - |
| XYZ | 11.5 | 9.5 | 4.36 | - |
| YUV | 86.63 | 107.9 | 155.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 74 | 51 | 0 | 0.41 | 0.59 | 0.51 | 18.65 | 0.42 | 0.35 |
| Hex | 7D | 4A | 33 | 0 | 29 | 3B | 33 | 13 | 2A | 23 |
| Octal | 175 | 112 | 63 | 0 | 51 | 73 | 63 | 23 | 52 | 43 |
| Binary | 1111101 | 1001010 | 110011 | 0 | 101001 | 111011 | 110011 | 10011 | 101010 | 100011 |
Color Harmonies of #7D4A33
Complementary color
Monochromatic Colors of #7D4A33
Black with #7D4A33
Text Example
Text Example
White with #7D4A33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D4A33; }
p { color: rgb(125,74,51); }
H1.HeaderClassName
{
color: #7D4A33;
}
.AnyTagClassName
{
color: #7D4A33;
}
</style>
background-color css
<style>
a { background-color: #7D4A33; }
a { background-color: rgb(125,74,51); }
div.DivClassName
{
background-color: #7D4A33;
}
.BgClassName
{
background-color: #7D4A33;
}
</style>
border-color css
<style>
span { border-color: #7D4A33; }
span { border-color: rgb(125,74,51); }
td.TdClassName
{
border-color: #7D4A33;
}
.TagClassName
{
border-color: #7D4A33;
}
</style>