Shades of Cumin #7C452D
Tints of Cumin #7C452D
RGB
CMYK
RGB Variations
Color information
#7C452D (or 0x7C452D) is known color: Cumin. HEX triplet: 7C, 45 and 2D. RGB value is (124,69,45). Sum of RGB (Red+Green+Blue) = 124+69+45=238 (31% of max value = 765). Red value is 124 (48.83% from 255 or 52.10% from 238); Green value is 69 (27.34% from 255 or 28.99% from 238); Blue value is 45 (17.97% from 255 or 18.91% from 238); Max value from RGB is 124 - color contains mainly: red. Hex color #7C452D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C452D is #83BAD2. Grayscale: #525252. Windows color (decimal): -8633043 or 2966908. OLE color: 2966908.
HSL color Cylindrical-coordinate representation of color #7C452D: hue angle of 18.23º 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 #7C452D is Cyan = 0, Magento = 0.44, Yellow = 0.64 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 69 | 45 | - |
| CMYK | 0 | 0.44 | 0.64 | 0.51 |
| HSL | 18.23º | 0.47% | 0.33% | - |
| HSV(B) | 18.23º | 0.64% | 0.49% | - |
| XYZ | 10.91 | 8.73 | 3.59 | - |
| YUV | 82.71 | 106.72 | 157.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 69 | 45 | 0 | 0.44 | 0.64 | 0.51 | 18.23 | 0.47 | 0.33 |
| Hex | 7C | 45 | 2D | 0 | 2C | 40 | 33 | 12 | 2F | 21 |
| Octal | 174 | 105 | 55 | 0 | 54 | 100 | 63 | 22 | 57 | 41 |
| Binary | 1111100 | 1000101 | 101101 | 0 | 101100 | 1000000 | 110011 | 10010 | 101111 | 100001 |
Color Harmonies of #7C452D
Complementary color
Monochromatic Colors of #7C452D
Black with #7C452D
Text Example
Text Example
White with #7C452D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C452D; }
p { color: rgb(124,69,45); }
H1.HeaderClassName
{
color: #7C452D;
}
.AnyTagClassName
{
color: #7C452D;
}
</style>
background-color css
<style>
a { background-color: #7C452D; }
a { background-color: rgb(124,69,45); }
div.DivClassName
{
background-color: #7C452D;
}
.BgClassName
{
background-color: #7C452D;
}
</style>
border-color css
<style>
span { border-color: #7C452D; }
span { border-color: rgb(124,69,45); }
td.TdClassName
{
border-color: #7C452D;
}
.TagClassName
{
border-color: #7C452D;
}
</style>