Shades of Hot Curry #825A15
Tints of Hot Curry #825A15
RGB
CMYK
RGB Variations
Color information
#825A15 (or 0x825A15) is known color: Hot Curry. HEX triplet: 82, 5A and 15. RGB value is (130,90,21). Sum of RGB (Red+Green+Blue) = 130+90+21=241 (31% of max value = 765). Red value is 130 (51.17% from 255 or 53.94% from 241); Green value is 90 (35.55% from 255 or 37.34% from 241); Blue value is 21 (8.59% from 255 or 8.71% from 241); Max value from RGB is 130 - color contains mainly: red. Hex color #825A15 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #825A15 is #7DA5EA. Grayscale: #5E5E5E. Windows color (decimal): -8234475 or 1399426. OLE color: 1399426.
HSL color Cylindrical-coordinate representation of color #825A15: hue angle of 37.98º degrees, saturation: 0.72, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #825A15 is Cyan = 0, Magento = 0.31, Yellow = 0.84 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 90 | 21 | - |
| CMYK | 0 | 0.31 | 0.84 | 0.49 |
| HSL | 37.98º | 0.72% | 0.3% | - |
| HSV(B) | 37.98º | 0.84% | 0.51% | - |
| XYZ | 13 | 12.11 | 2.36 | - |
| YUV | 94.09 | 86.75 | 153.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 90 | 21 | 0 | 0.31 | 0.84 | 0.49 | 37.98 | 0.72 | 0.3 |
| Hex | 82 | 5A | 15 | 0 | 1F | 54 | 31 | 26 | 48 | 1E |
| Octal | 202 | 132 | 25 | 0 | 37 | 124 | 61 | 46 | 110 | 36 |
| Binary | 10000010 | 1011010 | 10101 | 0 | 11111 | 1010100 | 110001 | 100110 | 1001000 | 11110 |
Color Harmonies of #825A15
Complementary color
Monochromatic Colors of #825A15
Black with #825A15
Text Example
Text Example
White with #825A15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #825A15; }
p { color: rgb(130,90,21); }
H1.HeaderClassName
{
color: #825A15;
}
.AnyTagClassName
{
color: #825A15;
}
</style>
background-color css
<style>
a { background-color: #825A15; }
a { background-color: rgb(130,90,21); }
div.DivClassName
{
background-color: #825A15;
}
.BgClassName
{
background-color: #825A15;
}
</style>
border-color css
<style>
span { border-color: #825A15; }
span { border-color: rgb(130,90,21); }
td.TdClassName
{
border-color: #825A15;
}
.TagClassName
{
border-color: #825A15;
}
</style>