Shades of Hot Curry #78572B
Tints of Hot Curry #78572B
RGB
CMYK
RGB Variations
Color information
#78572B (or 0x78572B) is known color: Hot Curry. HEX triplet: 78, 57 and 2B. RGB value is (120,87,43). Sum of RGB (Red+Green+Blue) = 120+87+43=250 (33% of max value = 765). Red value is 120 (47.27% from 255 or 48% from 250); Green value is 87 (34.38% from 255 or 34.8% from 250); Blue value is 43 (17.19% from 255 or 17.2% from 250); Max value from RGB is 120 - color contains mainly: red. Hex color #78572B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #78572B is #87A8D4. Grayscale: #5C5C5C. Windows color (decimal): -8890581 or 2840440. OLE color: 2840440.
HSL color Cylindrical-coordinate representation of color #78572B: hue angle of 34.29º degrees, saturation: 0.47, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #78572B is Cyan = 0, Magento = 0.28, Yellow = 0.64 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 87 | 43 | - |
| CMYK | 0 | 0.28 | 0.64 | 0.53 |
| HSL | 34.29º | 0.47% | 0.32% | - |
| HSV(B) | 34.29º | 0.64% | 0.47% | - |
| XYZ | 11.59 | 10.98 | 3.79 | - |
| YUV | 91.85 | 100.43 | 148.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 87 | 43 | 0 | 0.28 | 0.64 | 0.53 | 34.29 | 0.47 | 0.32 |
| Hex | 78 | 57 | 2B | 0 | 1C | 40 | 35 | 22 | 2F | 20 |
| Octal | 170 | 127 | 53 | 0 | 34 | 100 | 65 | 42 | 57 | 40 |
| Binary | 1111000 | 1010111 | 101011 | 0 | 11100 | 1000000 | 110101 | 100010 | 101111 | 100000 |
Color Harmonies of #78572B
Complementary color
Monochromatic Colors of #78572B
Black with #78572B
Text Example
Text Example
White with #78572B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78572B; }
p { color: rgb(120,87,43); }
H1.HeaderClassName
{
color: #78572B;
}
.AnyTagClassName
{
color: #78572B;
}
</style>
background-color css
<style>
a { background-color: #78572B; }
a { background-color: rgb(120,87,43); }
div.DivClassName
{
background-color: #78572B;
}
.BgClassName
{
background-color: #78572B;
}
</style>
border-color css
<style>
span { border-color: #78572B; }
span { border-color: rgb(120,87,43); }
td.TdClassName
{
border-color: #78572B;
}
.TagClassName
{
border-color: #78572B;
}
</style>