Shades of Cumin #7C432D
Tints of Cumin #7C432D
RGB
CMYK
RGB Variations
Color information
#7C432D (or 0x7C432D) is known color: Cumin. HEX triplet: 7C, 43 and 2D. RGB value is (124,67,45). Sum of RGB (Red+Green+Blue) = 124+67+45=236 (31% of max value = 765). Red value is 124 (48.83% from 255 or 52.54% from 236); Green value is 67 (26.56% from 255 or 28.39% from 236); Blue value is 45 (17.97% from 255 or 19.07% from 236); Max value from RGB is 124 - color contains mainly: red. Hex color #7C432D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C432D is #83BCD2. Grayscale: #515151. Windows color (decimal): -8633555 or 2966396. OLE color: 2966396.
HSL color Cylindrical-coordinate representation of color #7C432D: hue angle of 16.71º degrees, saturation: 0.47, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7C432D is Cyan = 0, Magento = 0.46, Yellow = 0.64 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 67 | 45 | - |
| CMYK | 0 | 0.46 | 0.64 | 0.51 |
| HSL | 16.71º | 0.47% | 0.33% | - |
| HSV(B) | 16.71º | 0.64% | 0.49% | - |
| XYZ | 10.79 | 8.49 | 3.55 | - |
| YUV | 81.54 | 107.38 | 158.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 67 | 45 | 0 | 0.46 | 0.64 | 0.51 | 16.71 | 0.47 | 0.33 |
| Hex | 7C | 43 | 2D | 0 | 2E | 40 | 33 | 11 | 2F | 21 |
| Octal | 174 | 103 | 55 | 0 | 56 | 100 | 63 | 21 | 57 | 41 |
| Binary | 1111100 | 1000011 | 101101 | 0 | 101110 | 1000000 | 110011 | 10001 | 101111 | 100001 |
Color Harmonies of #7C432D
Complementary color
Monochromatic Colors of #7C432D
Black with #7C432D
Text Example
Text Example
White with #7C432D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C432D; }
p { color: rgb(124,67,45); }
H1.HeaderClassName
{
color: #7C432D;
}
.AnyTagClassName
{
color: #7C432D;
}
</style>
background-color css
<style>
a { background-color: #7C432D; }
a { background-color: rgb(124,67,45); }
div.DivClassName
{
background-color: #7C432D;
}
.BgClassName
{
background-color: #7C432D;
}
</style>
border-color css
<style>
span { border-color: #7C432D; }
span { border-color: rgb(124,67,45); }
td.TdClassName
{
border-color: #7C432D;
}
.TagClassName
{
border-color: #7C432D;
}
</style>