Shades of Cumin #764030
Tints of Cumin #764030
RGB
CMYK
RGB Variations
Color information
#764030 (or 0x764030) is known color: Cumin. HEX triplet: 76, 40 and 30. RGB value is (118,64,48). Sum of RGB (Red+Green+Blue) = 118+64+48=230 (30% of max value = 765). Red value is 118 (46.48% from 255 or 51.30% from 230); Green value is 64 (25.39% from 255 or 27.83% from 230); Blue value is 48 (19.14% from 255 or 20.87% from 230); Max value from RGB is 118 - color contains mainly: red. Hex color #764030 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #764030 is #89BFCF. Grayscale: #4E4E4E. Windows color (decimal): -9027536 or 3162230. OLE color: 3162230.
HSL color Cylindrical-coordinate representation of color #764030: hue angle of 13.71º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #764030 is Cyan = 0, Magento = 0.46, Yellow = 0.59 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 64 | 48 | - |
| CMYK | 0 | 0.46 | 0.59 | 0.54 |
| HSL | 13.71º | 0.42% | 0.33% | - |
| HSV(B) | 13.71º | 0.59% | 0.46% | - |
| XYZ | 9.84 | 7.73 | 3.77 | - |
| YUV | 78.32 | 110.89 | 156.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 64 | 48 | 0 | 0.46 | 0.59 | 0.54 | 13.71 | 0.42 | 0.33 |
| Hex | 76 | 40 | 30 | 0 | 2E | 3B | 36 | E | 2A | 21 |
| Octal | 166 | 100 | 60 | 0 | 56 | 73 | 66 | 16 | 52 | 41 |
| Binary | 1110110 | 1000000 | 110000 | 0 | 101110 | 111011 | 110110 | 1110 | 101010 | 100001 |
Color Harmonies of #764030
Complementary color
Monochromatic Colors of #764030
Black with #764030
Text Example
Text Example
White with #764030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #764030; }
p { color: rgb(118,64,48); }
H1.HeaderClassName
{
color: #764030;
}
.AnyTagClassName
{
color: #764030;
}
</style>
background-color css
<style>
a { background-color: #764030; }
a { background-color: rgb(118,64,48); }
div.DivClassName
{
background-color: #764030;
}
.BgClassName
{
background-color: #764030;
}
</style>
border-color css
<style>
span { border-color: #764030; }
span { border-color: rgb(118,64,48); }
td.TdClassName
{
border-color: #764030;
}
.TagClassName
{
border-color: #764030;
}
</style>