Shades of Hot Curry #785C25
Tints of Hot Curry #785C25
RGB
CMYK
RGB Variations
Color information
#785C25 (or 0x785C25) is known color: Hot Curry. HEX triplet: 78, 5C and 25. RGB value is (120,92,37). Sum of RGB (Red+Green+Blue) = 120+92+37=249 (32% of max value = 765). Red value is 120 (47.27% from 255 or 48.19% from 249); Green value is 92 (36.33% from 255 or 36.95% from 249); Blue value is 37 (14.84% from 255 or 14.86% from 249); Max value from RGB is 120 - color contains mainly: red. Hex color #785C25 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #785C25 is #87A3DA. Grayscale: #5E5E5E. Windows color (decimal): -8889307 or 2448504. OLE color: 2448504.
HSL color Cylindrical-coordinate representation of color #785C25: hue angle of 39.76º degrees, saturation: 0.53, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #785C25 is Cyan = 0, Magento = 0.23, Yellow = 0.69 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 92 | 37 | - |
| CMYK | 0 | 0.23 | 0.69 | 0.53 |
| HSL | 39.76º | 0.53% | 0.31% | - |
| HSV(B) | 39.76º | 0.69% | 0.47% | - |
| XYZ | 11.91 | 11.78 | 3.4 | - |
| YUV | 94.1 | 95.78 | 146.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 92 | 37 | 0 | 0.23 | 0.69 | 0.53 | 39.76 | 0.53 | 0.31 |
| Hex | 78 | 5C | 25 | 0 | 17 | 45 | 35 | 28 | 35 | 1F |
| Octal | 170 | 134 | 45 | 0 | 27 | 105 | 65 | 50 | 65 | 37 |
| Binary | 1111000 | 1011100 | 100101 | 0 | 10111 | 1000101 | 110101 | 101000 | 110101 | 11111 |
Color Harmonies of #785C25
Complementary color
Monochromatic Colors of #785C25
Black with #785C25
Text Example
Text Example
White with #785C25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #785C25; }
p { color: rgb(120,92,37); }
H1.HeaderClassName
{
color: #785C25;
}
.AnyTagClassName
{
color: #785C25;
}
</style>
background-color css
<style>
a { background-color: #785C25; }
a { background-color: rgb(120,92,37); }
div.DivClassName
{
background-color: #785C25;
}
.BgClassName
{
background-color: #785C25;
}
</style>
border-color css
<style>
span { border-color: #785C25; }
span { border-color: rgb(120,92,37); }
td.TdClassName
{
border-color: #785C25;
}
.TagClassName
{
border-color: #785C25;
}
</style>