Shades of Cumin #724132
Tints of Cumin #724132
RGB
CMYK
RGB Variations
Color information
#724132 (or 0x724132) is known color: Cumin. HEX triplet: 72, 41 and 32. RGB value is (114,65,50). Sum of RGB (Red+Green+Blue) = 114+65+50=229 (30% of max value = 765). Red value is 114 (44.92% from 255 or 49.78% from 229); Green value is 65 (25.78% from 255 or 28.38% from 229); Blue value is 50 (19.92% from 255 or 21.83% from 229); Max value from RGB is 114 - color contains mainly: red. Hex color #724132 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #724132 is #8DBECD. Grayscale: #4E4E4E. Windows color (decimal): -9289422 or 3293554. OLE color: 3293554.
HSL color Cylindrical-coordinate representation of color #724132: hue angle of 14.06º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #724132 is Cyan = 0, Magento = 0.43, Yellow = 0.56 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 65 | 50 | - |
| CMYK | 0 | 0.43 | 0.56 | 0.55 |
| HSL | 14.06º | 0.39% | 0.32% | - |
| HSV(B) | 14.06º | 0.56% | 0.45% | - |
| XYZ | 9.41 | 7.59 | 3.99 | - |
| YUV | 77.94 | 112.23 | 153.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 65 | 50 | 0 | 0.43 | 0.56 | 0.55 | 14.06 | 0.39 | 0.32 |
| Hex | 72 | 41 | 32 | 0 | 2B | 38 | 37 | E | 27 | 20 |
| Octal | 162 | 101 | 62 | 0 | 53 | 70 | 67 | 16 | 47 | 40 |
| Binary | 1110010 | 1000001 | 110010 | 0 | 101011 | 111000 | 110111 | 1110 | 100111 | 100000 |
Color Harmonies of #724132
Complementary color
Monochromatic Colors of #724132
Black with #724132
Text Example
Text Example
White with #724132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #724132; }
p { color: rgb(114,65,50); }
H1.HeaderClassName
{
color: #724132;
}
.AnyTagClassName
{
color: #724132;
}
</style>
background-color css
<style>
a { background-color: #724132; }
a { background-color: rgb(114,65,50); }
div.DivClassName
{
background-color: #724132;
}
.BgClassName
{
background-color: #724132;
}
</style>
border-color css
<style>
span { border-color: #724132; }
span { border-color: rgb(114,65,50); }
td.TdClassName
{
border-color: #724132;
}
.TagClassName
{
border-color: #724132;
}
</style>