Shades of Cumin #754031
Tints of Cumin #754031
RGB
CMYK
RGB Variations
Color information
#754031 (or 0x754031) is known color: Cumin. HEX triplet: 75, 40 and 31. RGB value is (117,64,49). Sum of RGB (Red+Green+Blue) = 117+64+49=230 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50.87% from 230); Green value is 64 (25.39% from 255 or 27.83% from 230); Blue value is 49 (19.53% from 255 or 21.30% from 230); Max value from RGB is 117 - color contains mainly: red. Hex color #754031 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #754031 is #8ABFCE. Grayscale: #4E4E4E. Windows color (decimal): -9093071 or 3227765. OLE color: 3227765.
HSL color Cylindrical-coordinate representation of color #754031: hue angle of 13.24º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #754031 is Cyan = 0, Magento = 0.45, Yellow = 0.58 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 64 | 49 | - |
| CMYK | 0 | 0.45 | 0.58 | 0.54 |
| HSL | 13.24º | 0.41% | 0.33% | - |
| HSV(B) | 13.24º | 0.58% | 0.46% | - |
| XYZ | 9.72 | 7.67 | 3.87 | - |
| YUV | 78.14 | 111.56 | 155.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 64 | 49 | 0 | 0.45 | 0.58 | 0.54 | 13.24 | 0.41 | 0.33 |
| Hex | 75 | 40 | 31 | 0 | 2D | 3A | 36 | D | 29 | 21 |
| Octal | 165 | 100 | 61 | 0 | 55 | 72 | 66 | 15 | 51 | 41 |
| Binary | 1110101 | 1000000 | 110001 | 0 | 101101 | 111010 | 110110 | 1101 | 101001 | 100001 |
Color Harmonies of #754031
Complementary color
Monochromatic Colors of #754031
Black with #754031
Text Example
Text Example
White with #754031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754031; }
p { color: rgb(117,64,49); }
H1.HeaderClassName
{
color: #754031;
}
.AnyTagClassName
{
color: #754031;
}
</style>
background-color css
<style>
a { background-color: #754031; }
a { background-color: rgb(117,64,49); }
div.DivClassName
{
background-color: #754031;
}
.BgClassName
{
background-color: #754031;
}
</style>
border-color css
<style>
span { border-color: #754031; }
span { border-color: rgb(117,64,49); }
td.TdClassName
{
border-color: #754031;
}
.TagClassName
{
border-color: #754031;
}
</style>