Shades of Hot Curry #78521F
Tints of Hot Curry #78521F
RGB
CMYK
RGB Variations
Color information
#78521F (or 0x78521F) is known color: Hot Curry. HEX triplet: 78, 52 and 1F. RGB value is (120,82,31). Sum of RGB (Red+Green+Blue) = 120+82+31=233 (30% of max value = 765). Red value is 120 (47.27% from 255 or 51.50% from 233); Green value is 82 (32.42% from 255 or 35.19% from 233); Blue value is 31 (12.5% from 255 or 13.30% from 233); Max value from RGB is 120 - color contains mainly: red. Hex color #78521F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #78521F is #87ADE0. Grayscale: #575757. Windows color (decimal): -8891873 or 2052728. OLE color: 2052728.
HSL color Cylindrical-coordinate representation of color #78521F: hue angle of 34.38º degrees, saturation: 0.59, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #78521F is Cyan = 0, Magento = 0.32, Yellow = 0.74 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 82 | 31 | - |
| CMYK | 0 | 0.32 | 0.74 | 0.53 |
| HSL | 34.38º | 0.59% | 0.3% | - |
| HSV(B) | 34.38º | 0.74% | 0.47% | - |
| XYZ | 11.01 | 10.13 | 2.67 | - |
| YUV | 87.55 | 96.09 | 151.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 82 | 31 | 0 | 0.32 | 0.74 | 0.53 | 34.38 | 0.59 | 0.3 |
| Hex | 78 | 52 | 1F | 0 | 20 | 4A | 35 | 22 | 3B | 1E |
| Octal | 170 | 122 | 37 | 0 | 40 | 112 | 65 | 42 | 73 | 36 |
| Binary | 1111000 | 1010010 | 11111 | 0 | 100000 | 1001010 | 110101 | 100010 | 111011 | 11110 |
Color Harmonies of #78521F
Complementary color
Monochromatic Colors of #78521F
Black with #78521F
Text Example
Text Example
White with #78521F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78521F; }
p { color: rgb(120,82,31); }
H1.HeaderClassName
{
color: #78521F;
}
.AnyTagClassName
{
color: #78521F;
}
</style>
background-color css
<style>
a { background-color: #78521F; }
a { background-color: rgb(120,82,31); }
div.DivClassName
{
background-color: #78521F;
}
.BgClassName
{
background-color: #78521F;
}
</style>
border-color css
<style>
span { border-color: #78521F; }
span { border-color: rgb(120,82,31); }
td.TdClassName
{
border-color: #78521F;
}
.TagClassName
{
border-color: #78521F;
}
</style>