Shades of Hot Curry #78572C
Tints of Hot Curry #78572C
RGB
CMYK
RGB Variations
Color information
#78572C (or 0x78572C) is known color: Hot Curry. HEX triplet: 78, 57 and 2C. RGB value is (120,87,44). Sum of RGB (Red+Green+Blue) = 120+87+44=251 (33% of max value = 765). Red value is 120 (47.27% from 255 or 47.81% from 251); Green value is 87 (34.38% from 255 or 34.66% from 251); Blue value is 44 (17.58% from 255 or 17.53% from 251); Max value from RGB is 120 - color contains mainly: red. Hex color #78572C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #78572C is #87A8D3. Grayscale: #5C5C5C. Windows color (decimal): -8890580 or 2905976. OLE color: 2905976.
HSL color Cylindrical-coordinate representation of color #78572C: hue angle of 33.95º degrees, saturation: 0.46, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #78572C is Cyan = 0, Magento = 0.28, Yellow = 0.63 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 87 | 44 | - |
| CMYK | 0 | 0.28 | 0.63 | 0.53 |
| HSL | 33.95º | 0.46% | 0.32% | - |
| HSV(B) | 33.95º | 0.63% | 0.47% | - |
| XYZ | 11.61 | 10.99 | 3.89 | - |
| YUV | 91.97 | 100.93 | 148 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 87 | 44 | 0 | 0.28 | 0.63 | 0.53 | 33.95 | 0.46 | 0.32 |
| Hex | 78 | 57 | 2C | 0 | 1C | 3F | 35 | 22 | 2E | 20 |
| Octal | 170 | 127 | 54 | 0 | 34 | 77 | 65 | 42 | 56 | 40 |
| Binary | 1111000 | 1010111 | 101100 | 0 | 11100 | 111111 | 110101 | 100010 | 101110 | 100000 |
Color Harmonies of #78572C
Complementary color
Monochromatic Colors of #78572C
Black with #78572C
Text Example
Text Example
White with #78572C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78572C; }
p { color: rgb(120,87,44); }
H1.HeaderClassName
{
color: #78572C;
}
.AnyTagClassName
{
color: #78572C;
}
</style>
background-color css
<style>
a { background-color: #78572C; }
a { background-color: rgb(120,87,44); }
div.DivClassName
{
background-color: #78572C;
}
.BgClassName
{
background-color: #78572C;
}
</style>
border-color css
<style>
span { border-color: #78572C; }
span { border-color: rgb(120,87,44); }
td.TdClassName
{
border-color: #78572C;
}
.TagClassName
{
border-color: #78572C;
}
</style>