Shades of Cumin #744030
Tints of Cumin #744030
RGB
CMYK
RGB Variations
Color information
#744030 (or 0x744030) is known color: Cumin. HEX triplet: 74, 40 and 30. RGB value is (116,64,48). Sum of RGB (Red+Green+Blue) = 116+64+48=228 (30% of max value = 765). Red value is 116 (45.70% from 255 or 50.88% from 228); Green value is 64 (25.39% from 255 or 28.07% from 228); Blue value is 48 (19.14% from 255 or 21.05% from 228); Max value from RGB is 116 - color contains mainly: red. Hex color #744030 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #744030 is #8BBFCF. Grayscale: #4D4D4D. Windows color (decimal): -9158608 or 3162228. OLE color: 3162228.
HSL color Cylindrical-coordinate representation of color #744030: hue angle of 14.12º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #744030 is Cyan = 0, Magento = 0.45, Yellow = 0.59 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 64 | 48 | - |
| CMYK | 0 | 0.45 | 0.59 | 0.55 |
| HSL | 14.12º | 0.41% | 0.32% | - |
| HSV(B) | 14.12º | 0.59% | 0.45% | - |
| XYZ | 9.57 | 7.59 | 3.76 | - |
| YUV | 77.72 | 111.23 | 155.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 64 | 48 | 0 | 0.45 | 0.59 | 0.55 | 14.12 | 0.41 | 0.32 |
| Hex | 74 | 40 | 30 | 0 | 2D | 3B | 37 | E | 29 | 20 |
| Octal | 164 | 100 | 60 | 0 | 55 | 73 | 67 | 16 | 51 | 40 |
| Binary | 1110100 | 1000000 | 110000 | 0 | 101101 | 111011 | 110111 | 1110 | 101001 | 100000 |
Color Harmonies of #744030
Complementary color
Monochromatic Colors of #744030
Black with #744030
Text Example
Text Example
White with #744030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #744030; }
p { color: rgb(116,64,48); }
H1.HeaderClassName
{
color: #744030;
}
.AnyTagClassName
{
color: #744030;
}
</style>
background-color css
<style>
a { background-color: #744030; }
a { background-color: rgb(116,64,48); }
div.DivClassName
{
background-color: #744030;
}
.BgClassName
{
background-color: #744030;
}
</style>
border-color css
<style>
span { border-color: #744030; }
span { border-color: rgb(116,64,48); }
td.TdClassName
{
border-color: #744030;
}
.TagClassName
{
border-color: #744030;
}
</style>