Shades of Cumin #724232
Tints of Cumin #724232
RGB
CMYK
RGB Variations
Color information
#724232 (or 0x724232) is known color: Cumin. HEX triplet: 72, 42 and 32. RGB value is (114,66,50). Sum of RGB (Red+Green+Blue) = 114+66+50=230 (30% of max value = 765). Red value is 114 (44.92% from 255 or 49.57% from 230); Green value is 66 (26.17% from 255 or 28.70% from 230); Blue value is 50 (19.92% from 255 or 21.74% from 230); Max value from RGB is 114 - color contains mainly: red. Hex color #724232 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #724232 is #8DBDCD. Grayscale: #4E4E4E. Windows color (decimal): -9289166 or 3293810. OLE color: 3293810.
HSL color Cylindrical-coordinate representation of color #724232: hue angle of 15º 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 #724232 is Cyan = 0, Magento = 0.42, Yellow = 0.56 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 66 | 50 | - |
| CMYK | 0 | 0.42 | 0.56 | 0.55 |
| HSL | 15º | 0.39% | 0.32% | - |
| HSV(B) | 15º | 0.56% | 0.45% | - |
| XYZ | 9.46 | 7.7 | 4.01 | - |
| YUV | 78.53 | 111.9 | 153.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 66 | 50 | 0 | 0.42 | 0.56 | 0.55 | 15 | 0.39 | 0.32 |
| Hex | 72 | 42 | 32 | 0 | 2A | 38 | 37 | F | 27 | 20 |
| Octal | 162 | 102 | 62 | 0 | 52 | 70 | 67 | 17 | 47 | 40 |
| Binary | 1110010 | 1000010 | 110010 | 0 | 101010 | 111000 | 110111 | 1111 | 100111 | 100000 |
Color Harmonies of #724232
Complementary color
Monochromatic Colors of #724232
Black with #724232
Text Example
Text Example
White with #724232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #724232; }
p { color: rgb(114,66,50); }
H1.HeaderClassName
{
color: #724232;
}
.AnyTagClassName
{
color: #724232;
}
</style>
background-color css
<style>
a { background-color: #724232; }
a { background-color: rgb(114,66,50); }
div.DivClassName
{
background-color: #724232;
}
.BgClassName
{
background-color: #724232;
}
</style>
border-color css
<style>
span { border-color: #724232; }
span { border-color: rgb(114,66,50); }
td.TdClassName
{
border-color: #724232;
}
.TagClassName
{
border-color: #724232;
}
</style>