Shades of Hot Curry #78542B
Tints of Hot Curry #78542B
RGB
CMYK
RGB Variations
Color information
#78542B (or 0x78542B) is known color: Hot Curry. HEX triplet: 78, 54 and 2B. RGB value is (120,84,43). Sum of RGB (Red+Green+Blue) = 120+84+43=247 (32% of max value = 765). Red value is 120 (47.27% from 255 or 48.58% from 247); Green value is 84 (33.20% from 255 or 34.01% from 247); Blue value is 43 (17.19% from 255 or 17.41% from 247); Max value from RGB is 120 - color contains mainly: red. Hex color #78542B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #78542B is #87ABD4. Grayscale: #5A5A5A. Windows color (decimal): -8891349 or 2839672. OLE color: 2839672.
HSL color Cylindrical-coordinate representation of color #78542B: hue angle of 31.95º 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 #78542B is Cyan = 0, Magento = 0.3, Yellow = 0.64 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 84 | 43 | - |
| CMYK | 0 | 0.3 | 0.64 | 0.53 |
| HSL | 31.95º | 0.47% | 0.32% | - |
| HSV(B) | 31.95º | 0.64% | 0.47% | - |
| XYZ | 11.35 | 10.51 | 3.72 | - |
| YUV | 90.09 | 101.43 | 149.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 84 | 43 | 0 | 0.3 | 0.64 | 0.53 | 31.95 | 0.47 | 0.32 |
| Hex | 78 | 54 | 2B | 0 | 1E | 40 | 35 | 20 | 2F | 20 |
| Octal | 170 | 124 | 53 | 0 | 36 | 100 | 65 | 40 | 57 | 40 |
| Binary | 1111000 | 1010100 | 101011 | 0 | 11110 | 1000000 | 110101 | 100000 | 101111 | 100000 |
Color Harmonies of #78542B
Complementary color
Monochromatic Colors of #78542B
Black with #78542B
Text Example
Text Example
White with #78542B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78542B; }
p { color: rgb(120,84,43); }
H1.HeaderClassName
{
color: #78542B;
}
.AnyTagClassName
{
color: #78542B;
}
</style>
background-color css
<style>
a { background-color: #78542B; }
a { background-color: rgb(120,84,43); }
div.DivClassName
{
background-color: #78542B;
}
.BgClassName
{
background-color: #78542B;
}
</style>
border-color css
<style>
span { border-color: #78542B; }
span { border-color: rgb(120,84,43); }
td.TdClassName
{
border-color: #78542B;
}
.TagClassName
{
border-color: #78542B;
}
</style>