Shades of Cumin #784130
Tints of Cumin #784130
RGB
CMYK
RGB Variations
Color information
#784130 (or 0x784130) is known color: Cumin. HEX triplet: 78, 41 and 30. RGB value is (120,65,48). Sum of RGB (Red+Green+Blue) = 120+65+48=233 (30% of max value = 765). Red value is 120 (47.27% from 255 or 51.50% from 233); Green value is 65 (25.78% from 255 or 27.90% from 233); Blue value is 48 (19.14% from 255 or 20.60% from 233); Max value from RGB is 120 - color contains mainly: red. Hex color #784130 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #784130 is #87BECF. Grayscale: #4F4F4F. Windows color (decimal): -8896208 or 3162488. OLE color: 3162488.
HSL color Cylindrical-coordinate representation of color #784130: hue angle of 14.17º degrees, saturation: 0.43, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #784130 is Cyan = 0, Magento = 0.46, Yellow = 0.60 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 65 | 48 | - |
| CMYK | 0 | 0.46 | 0.60 | 0.53 |
| HSL | 14.17º | 0.43% | 0.33% | - |
| HSV(B) | 14.17º | 0.6% | 0.47% | - |
| XYZ | 10.17 | 7.99 | 3.8 | - |
| YUV | 79.51 | 110.22 | 156.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 65 | 48 | 0 | 0.46 | 0.60 | 0.53 | 14.17 | 0.43 | 0.33 |
| Hex | 78 | 41 | 30 | 0 | 2E | 3C | 35 | E | 2B | 21 |
| Octal | 170 | 101 | 60 | 0 | 56 | 74 | 65 | 16 | 53 | 41 |
| Binary | 1111000 | 1000001 | 110000 | 0 | 101110 | 111100 | 110101 | 1110 | 101011 | 100001 |
Color Harmonies of #784130
Complementary color
Monochromatic Colors of #784130
Black with #784130
Text Example
Text Example
White with #784130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #784130; }
p { color: rgb(120,65,48); }
H1.HeaderClassName
{
color: #784130;
}
.AnyTagClassName
{
color: #784130;
}
</style>
background-color css
<style>
a { background-color: #784130; }
a { background-color: rgb(120,65,48); }
div.DivClassName
{
background-color: #784130;
}
.BgClassName
{
background-color: #784130;
}
</style>
border-color css
<style>
span { border-color: #784130; }
span { border-color: rgb(120,65,48); }
td.TdClassName
{
border-color: #784130;
}
.TagClassName
{
border-color: #784130;
}
</style>