Shades of Hot Curry #78552C
Tints of Hot Curry #78552C
RGB
CMYK
RGB Variations
Color information
#78552C (or 0x78552C) is known color: Hot Curry. HEX triplet: 78, 55 and 2C. RGB value is (120,85,44). Sum of RGB (Red+Green+Blue) = 120+85+44=249 (32% of max value = 765). Red value is 120 (47.27% from 255 or 48.19% from 249); Green value is 85 (33.59% from 255 or 34.14% from 249); Blue value is 44 (17.58% from 255 or 17.67% from 249); Max value from RGB is 120 - color contains mainly: red. Hex color #78552C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #78552C is #87AAD3. Grayscale: #5A5A5A. Windows color (decimal): -8891092 or 2905464. OLE color: 2905464.
HSL color Cylindrical-coordinate representation of color #78552C: hue angle of 32.37º 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 #78552C is Cyan = 0, Magento = 0.29, Yellow = 0.63 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 85 | 44 | - |
| CMYK | 0 | 0.29 | 0.63 | 0.53 |
| HSL | 32.37º | 0.46% | 0.32% | - |
| HSV(B) | 32.37º | 0.63% | 0.47% | - |
| XYZ | 11.45 | 10.67 | 3.84 | - |
| YUV | 90.79 | 101.6 | 148.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 85 | 44 | 0 | 0.29 | 0.63 | 0.53 | 32.37 | 0.46 | 0.32 |
| Hex | 78 | 55 | 2C | 0 | 1D | 3F | 35 | 20 | 2E | 20 |
| Octal | 170 | 125 | 54 | 0 | 35 | 77 | 65 | 40 | 56 | 40 |
| Binary | 1111000 | 1010101 | 101100 | 0 | 11101 | 111111 | 110101 | 100000 | 101110 | 100000 |
Color Harmonies of #78552C
Complementary color
Monochromatic Colors of #78552C
Black with #78552C
Text Example
Text Example
White with #78552C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78552C; }
p { color: rgb(120,85,44); }
H1.HeaderClassName
{
color: #78552C;
}
.AnyTagClassName
{
color: #78552C;
}
</style>
background-color css
<style>
a { background-color: #78552C; }
a { background-color: rgb(120,85,44); }
div.DivClassName
{
background-color: #78552C;
}
.BgClassName
{
background-color: #78552C;
}
</style>
border-color css
<style>
span { border-color: #78552C; }
span { border-color: rgb(120,85,44); }
td.TdClassName
{
border-color: #78552C;
}
.TagClassName
{
border-color: #78552C;
}
</style>