Shades of Cumin #744232
Tints of Cumin #744232
RGB
CMYK
RGB Variations
Color information
#744232 (or 0x744232) is known color: Cumin. HEX triplet: 74, 42 and 32. RGB value is (116,66,50). Sum of RGB (Red+Green+Blue) = 116+66+50=232 (30% of max value = 765). Red value is 116 (45.70% from 255 or 50% from 232); Green value is 66 (26.17% from 255 or 28.45% from 232); Blue value is 50 (19.92% from 255 or 21.55% from 232); Max value from RGB is 116 - color contains mainly: red. Hex color #744232 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #744232 is #8BBDCD. Grayscale: #4F4F4F. Windows color (decimal): -9158094 or 3293812. OLE color: 3293812.
HSL color Cylindrical-coordinate representation of color #744232: hue angle of 14.55º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #744232 is Cyan = 0, Magento = 0.43, Yellow = 0.57 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 66 | 50 | - |
| CMYK | 0 | 0.43 | 0.57 | 0.55 |
| HSL | 14.55º | 0.4% | 0.33% | - |
| HSV(B) | 14.55º | 0.57% | 0.45% | - |
| XYZ | 9.73 | 7.84 | 4.02 | - |
| YUV | 79.13 | 111.57 | 154.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 66 | 50 | 0 | 0.43 | 0.57 | 0.55 | 14.55 | 0.4 | 0.33 |
| Hex | 74 | 42 | 32 | 0 | 2B | 39 | 37 | F | 28 | 21 |
| Octal | 164 | 102 | 62 | 0 | 53 | 71 | 67 | 17 | 50 | 41 |
| Binary | 1110100 | 1000010 | 110010 | 0 | 101011 | 111001 | 110111 | 1111 | 101000 | 100001 |
Color Harmonies of #744232
Complementary color
Monochromatic Colors of #744232
Black with #744232
Text Example
Text Example
White with #744232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #744232; }
p { color: rgb(116,66,50); }
H1.HeaderClassName
{
color: #744232;
}
.AnyTagClassName
{
color: #744232;
}
</style>
background-color css
<style>
a { background-color: #744232; }
a { background-color: rgb(116,66,50); }
div.DivClassName
{
background-color: #744232;
}
.BgClassName
{
background-color: #744232;
}
</style>
border-color css
<style>
span { border-color: #744232; }
span { border-color: rgb(116,66,50); }
td.TdClassName
{
border-color: #744232;
}
.TagClassName
{
border-color: #744232;
}
</style>