Shades of Cumin #784630
Tints of Cumin #784630
RGB
CMYK
RGB Variations
Color information
#784630 (or 0x784630) is known color: Cumin. HEX triplet: 78, 46 and 30. RGB value is (120,70,48). Sum of RGB (Red+Green+Blue) = 120+70+48=238 (31% of max value = 765). Red value is 120 (47.27% from 255 or 50.42% from 238); Green value is 70 (27.73% from 255 or 29.41% from 238); Blue value is 48 (19.14% from 255 or 20.17% from 238); Max value from RGB is 120 - color contains mainly: red. Hex color #784630 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #784630 is #87B9CF. Grayscale: #525252. Windows color (decimal): -8894928 or 3163768. OLE color: 3163768.
HSL color Cylindrical-coordinate representation of color #784630: hue angle of 18.33º 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 #784630 is Cyan = 0, Magento = 0.42, Yellow = 0.60 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 70 | 48 | - |
| CMYK | 0 | 0.42 | 0.60 | 0.53 |
| HSL | 18.33º | 0.43% | 0.33% | - |
| HSV(B) | 18.33º | 0.6% | 0.47% | - |
| XYZ | 10.47 | 8.59 | 3.9 | - |
| YUV | 82.44 | 108.57 | 154.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 70 | 48 | 0 | 0.42 | 0.60 | 0.53 | 18.33 | 0.43 | 0.33 |
| Hex | 78 | 46 | 30 | 0 | 2A | 3C | 35 | 12 | 2B | 21 |
| Octal | 170 | 106 | 60 | 0 | 52 | 74 | 65 | 22 | 53 | 41 |
| Binary | 1111000 | 1000110 | 110000 | 0 | 101010 | 111100 | 110101 | 10010 | 101011 | 100001 |
Color Harmonies of #784630
Complementary color
Monochromatic Colors of #784630
Black with #784630
Text Example
Text Example
White with #784630
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #784630; }
p { color: rgb(120,70,48); }
H1.HeaderClassName
{
color: #784630;
}
.AnyTagClassName
{
color: #784630;
}
</style>
background-color css
<style>
a { background-color: #784630; }
a { background-color: rgb(120,70,48); }
div.DivClassName
{
background-color: #784630;
}
.BgClassName
{
background-color: #784630;
}
</style>
border-color css
<style>
span { border-color: #784630; }
span { border-color: rgb(120,70,48); }
td.TdClassName
{
border-color: #784630;
}
.TagClassName
{
border-color: #784630;
}
</style>