Shades of Cumin #724130
Tints of Cumin #724130
RGB
CMYK
RGB Variations
Color information
#724130 (or 0x724130) is known color: Cumin. HEX triplet: 72, 41 and 30. RGB value is (114,65,48). Sum of RGB (Red+Green+Blue) = 114+65+48=227 (30% of max value = 765). Red value is 114 (44.92% from 255 or 50.22% from 227); Green value is 65 (25.78% from 255 or 28.63% from 227); Blue value is 48 (19.14% from 255 or 21.15% from 227); Max value from RGB is 114 - color contains mainly: red. Hex color #724130 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #724130 is #8DBECF. Grayscale: #4D4D4D. Windows color (decimal): -9289424 or 3162482. OLE color: 3162482.
HSL color Cylindrical-coordinate representation of color #724130: hue angle of 15.45º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #724130 is Cyan = 0, Magento = 0.43, Yellow = 0.58 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 65 | 48 | - |
| CMYK | 0 | 0.43 | 0.58 | 0.55 |
| HSL | 15.45º | 0.41% | 0.32% | - |
| HSV(B) | 15.45º | 0.58% | 0.45% | - |
| XYZ | 9.36 | 7.57 | 3.76 | - |
| YUV | 77.71 | 111.23 | 153.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 65 | 48 | 0 | 0.43 | 0.58 | 0.55 | 15.45 | 0.41 | 0.32 |
| Hex | 72 | 41 | 30 | 0 | 2B | 3A | 37 | F | 29 | 20 |
| Octal | 162 | 101 | 60 | 0 | 53 | 72 | 67 | 17 | 51 | 40 |
| Binary | 1110010 | 1000001 | 110000 | 0 | 101011 | 111010 | 110111 | 1111 | 101001 | 100000 |
Color Harmonies of #724130
Complementary color
Monochromatic Colors of #724130
Black with #724130
Text Example
Text Example
White with #724130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #724130; }
p { color: rgb(114,65,48); }
H1.HeaderClassName
{
color: #724130;
}
.AnyTagClassName
{
color: #724130;
}
</style>
background-color css
<style>
a { background-color: #724130; }
a { background-color: rgb(114,65,48); }
div.DivClassName
{
background-color: #724130;
}
.BgClassName
{
background-color: #724130;
}
</style>
border-color css
<style>
span { border-color: #724130; }
span { border-color: rgb(114,65,48); }
td.TdClassName
{
border-color: #724130;
}
.TagClassName
{
border-color: #724130;
}
</style>