Shades of Cumin #754230
Tints of Cumin #754230
RGB
CMYK
RGB Variations
Color information
#754230 (or 0x754230) is known color: Cumin. HEX triplet: 75, 42 and 30. RGB value is (117,66,48). Sum of RGB (Red+Green+Blue) = 117+66+48=231 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50.65% from 231); Green value is 66 (26.17% from 255 or 28.57% from 231); Blue value is 48 (19.14% from 255 or 20.78% from 231); Max value from RGB is 117 - color contains mainly: red. Hex color #754230 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #754230 is #8ABDCF. Grayscale: #4F4F4F. Windows color (decimal): -9092560 or 3162741. OLE color: 3162741.
HSL color Cylindrical-coordinate representation of color #754230: hue angle of 15.65º degrees, saturation: 0.42, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #754230 is Cyan = 0, Magento = 0.44, Yellow = 0.59 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 66 | 48 | - |
| CMYK | 0 | 0.44 | 0.59 | 0.54 |
| HSL | 15.65º | 0.42% | 0.32% | - |
| HSV(B) | 15.65º | 0.59% | 0.46% | - |
| XYZ | 9.82 | 7.89 | 3.8 | - |
| YUV | 79.2 | 110.4 | 154.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 66 | 48 | 0 | 0.44 | 0.59 | 0.54 | 15.65 | 0.42 | 0.32 |
| Hex | 75 | 42 | 30 | 0 | 2C | 3B | 36 | 10 | 2A | 20 |
| Octal | 165 | 102 | 60 | 0 | 54 | 73 | 66 | 20 | 52 | 40 |
| Binary | 1110101 | 1000010 | 110000 | 0 | 101100 | 111011 | 110110 | 10000 | 101010 | 100000 |
Color Harmonies of #754230
Complementary color
Monochromatic Colors of #754230
Black with #754230
Text Example
Text Example
White with #754230
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754230; }
p { color: rgb(117,66,48); }
H1.HeaderClassName
{
color: #754230;
}
.AnyTagClassName
{
color: #754230;
}
</style>
background-color css
<style>
a { background-color: #754230; }
a { background-color: rgb(117,66,48); }
div.DivClassName
{
background-color: #754230;
}
.BgClassName
{
background-color: #754230;
}
</style>
border-color css
<style>
span { border-color: #754230; }
span { border-color: rgb(117,66,48); }
td.TdClassName
{
border-color: #754230;
}
.TagClassName
{
border-color: #754230;
}
</style>