Shades of Cumin #7C412E
Tints of Cumin #7C412E
RGB
CMYK
RGB Variations
Color information
#7C412E (or 0x7C412E) is known color: Cumin. HEX triplet: 7C, 41 and 2E. RGB value is (124,65,46). Sum of RGB (Red+Green+Blue) = 124+65+46=235 (31% of max value = 765). Red value is 124 (48.83% from 255 or 52.77% from 235); Green value is 65 (25.78% from 255 or 27.66% from 235); Blue value is 46 (18.36% from 255 or 19.57% from 235); Max value from RGB is 124 - color contains mainly: red. Hex color #7C412E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C412E is #83BED1. Grayscale: #505050. Windows color (decimal): -8634066 or 3031420. OLE color: 3031420.
HSL color Cylindrical-coordinate representation of color #7C412E: hue angle of 14.62º degrees, saturation: 0.46, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7C412E is Cyan = 0, Magento = 0.48, Yellow = 0.63 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 65 | 46 | - |
| CMYK | 0 | 0.48 | 0.63 | 0.51 |
| HSL | 14.62º | 0.46% | 0.33% | - |
| HSV(B) | 14.62º | 0.63% | 0.49% | - |
| XYZ | 10.7 | 8.26 | 3.62 | - |
| YUV | 80.48 | 108.55 | 159.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 65 | 46 | 0 | 0.48 | 0.63 | 0.51 | 14.62 | 0.46 | 0.33 |
| Hex | 7C | 41 | 2E | 0 | 30 | 3F | 33 | F | 2E | 21 |
| Octal | 174 | 101 | 56 | 0 | 60 | 77 | 63 | 17 | 56 | 41 |
| Binary | 1111100 | 1000001 | 101110 | 0 | 110000 | 111111 | 110011 | 1111 | 101110 | 100001 |
Color Harmonies of #7C412E
Complementary color
Monochromatic Colors of #7C412E
Black with #7C412E
Text Example
Text Example
White with #7C412E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C412E; }
p { color: rgb(124,65,46); }
H1.HeaderClassName
{
color: #7C412E;
}
.AnyTagClassName
{
color: #7C412E;
}
</style>
background-color css
<style>
a { background-color: #7C412E; }
a { background-color: rgb(124,65,46); }
div.DivClassName
{
background-color: #7C412E;
}
.BgClassName
{
background-color: #7C412E;
}
</style>
border-color css
<style>
span { border-color: #7C412E; }
span { border-color: rgb(124,65,46); }
td.TdClassName
{
border-color: #7C412E;
}
.TagClassName
{
border-color: #7C412E;
}
</style>