Shades of Cumin #7C4430
Tints of Cumin #7C4430
RGB
CMYK
RGB Variations
Color information
#7C4430 (or 0x7C4430) is known color: Cumin. HEX triplet: 7C, 44 and 30. RGB value is (124,68,48). Sum of RGB (Red+Green+Blue) = 124+68+48=240 (31% of max value = 765). Red value is 124 (48.83% from 255 or 51.67% from 240); Green value is 68 (26.95% from 255 or 28.33% from 240); Blue value is 48 (19.14% from 255 or 20% from 240); Max value from RGB is 124 - color contains mainly: red. Hex color #7C4430 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C4430 is #83BBCF. Grayscale: #525252. Windows color (decimal): -8633296 or 3163260. OLE color: 3163260.
HSL color Cylindrical-coordinate representation of color #7C4430: hue angle of 15.79º degrees, saturation: 0.44, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7C4430 is Cyan = 0, Magento = 0.45, Yellow = 0.61 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 68 | 48 | - |
| CMYK | 0 | 0.45 | 0.61 | 0.51 |
| HSL | 15.79º | 0.44% | 0.34% | - |
| HSV(B) | 15.79º | 0.61% | 0.49% | - |
| XYZ | 10.91 | 8.63 | 3.89 | - |
| YUV | 82.46 | 108.55 | 157.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 68 | 48 | 0 | 0.45 | 0.61 | 0.51 | 15.79 | 0.44 | 0.34 |
| Hex | 7C | 44 | 30 | 0 | 2D | 3D | 33 | 10 | 2C | 22 |
| Octal | 174 | 104 | 60 | 0 | 55 | 75 | 63 | 20 | 54 | 42 |
| Binary | 1111100 | 1000100 | 110000 | 0 | 101101 | 111101 | 110011 | 10000 | 101100 | 100010 |
Color Harmonies of #7C4430
Complementary color
Monochromatic Colors of #7C4430
Black with #7C4430
Text Example
Text Example
White with #7C4430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C4430; }
p { color: rgb(124,68,48); }
H1.HeaderClassName
{
color: #7C4430;
}
.AnyTagClassName
{
color: #7C4430;
}
</style>
background-color css
<style>
a { background-color: #7C4430; }
a { background-color: rgb(124,68,48); }
div.DivClassName
{
background-color: #7C4430;
}
.BgClassName
{
background-color: #7C4430;
}
</style>
border-color css
<style>
span { border-color: #7C4430; }
span { border-color: rgb(124,68,48); }
td.TdClassName
{
border-color: #7C4430;
}
.TagClassName
{
border-color: #7C4430;
}
</style>