Shades of Cumin #7C432E
Tints of Cumin #7C432E
RGB
CMYK
RGB Variations
Color information
#7C432E (or 0x7C432E) is known color: Cumin. HEX triplet: 7C, 43 and 2E. RGB value is (124,67,46). Sum of RGB (Red+Green+Blue) = 124+67+46=237 (31% of max value = 765). Red value is 124 (48.83% from 255 or 52.32% from 237); Green value is 67 (26.56% from 255 or 28.27% from 237); Blue value is 46 (18.36% from 255 or 19.41% from 237); Max value from RGB is 124 - color contains mainly: red. Hex color #7C432E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C432E is #83BCD1. Grayscale: #515151. Windows color (decimal): -8633554 or 3031932. OLE color: 3031932.
HSL color Cylindrical-coordinate representation of color #7C432E: hue angle of 16.15º 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 #7C432E is Cyan = 0, Magento = 0.46, Yellow = 0.63 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 67 | 46 | - |
| CMYK | 0 | 0.46 | 0.63 | 0.51 |
| HSL | 16.15º | 0.46% | 0.33% | - |
| HSV(B) | 16.15º | 0.63% | 0.49% | - |
| XYZ | 10.81 | 8.5 | 3.65 | - |
| YUV | 81.65 | 107.88 | 158.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 67 | 46 | 0 | 0.46 | 0.63 | 0.51 | 16.15 | 0.46 | 0.33 |
| Hex | 7C | 43 | 2E | 0 | 2E | 3F | 33 | 10 | 2E | 21 |
| Octal | 174 | 103 | 56 | 0 | 56 | 77 | 63 | 20 | 56 | 41 |
| Binary | 1111100 | 1000011 | 101110 | 0 | 101110 | 111111 | 110011 | 10000 | 101110 | 100001 |
Color Harmonies of #7C432E
Complementary color
Monochromatic Colors of #7C432E
Black with #7C432E
Text Example
Text Example
White with #7C432E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C432E; }
p { color: rgb(124,67,46); }
H1.HeaderClassName
{
color: #7C432E;
}
.AnyTagClassName
{
color: #7C432E;
}
</style>
background-color css
<style>
a { background-color: #7C432E; }
a { background-color: rgb(124,67,46); }
div.DivClassName
{
background-color: #7C432E;
}
.BgClassName
{
background-color: #7C432E;
}
</style>
border-color css
<style>
span { border-color: #7C432E; }
span { border-color: rgb(124,67,46); }
td.TdClassName
{
border-color: #7C432E;
}
.TagClassName
{
border-color: #7C432E;
}
</style>