Shades of Hot Curry #825E26
Tints of Hot Curry #825E26
RGB
CMYK
RGB Variations
Color information
#825E26 (or 0x825E26) is known color: Hot Curry. HEX triplet: 82, 5E and 26. RGB value is (130,94,38). Sum of RGB (Red+Green+Blue) = 130+94+38=262 (34% of max value = 765). Red value is 130 (51.17% from 255 or 49.62% from 262); Green value is 94 (37.11% from 255 or 35.88% from 262); Blue value is 38 (15.23% from 255 or 14.50% from 262); Max value from RGB is 130 - color contains mainly: red. Hex color #825E26 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #825E26 is #7DA1D9. Grayscale: #626262. Windows color (decimal): -8233434 or 2514562. OLE color: 2514562.
HSL color Cylindrical-coordinate representation of color #825E26: hue angle of 36.52º degrees, saturation: 0.55, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #825E26 is Cyan = 0, Magento = 0.28, Yellow = 0.71 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 94 | 38 | - |
| CMYK | 0 | 0.28 | 0.71 | 0.49 |
| HSL | 36.52º | 0.55% | 0.33% | - |
| HSV(B) | 36.52º | 0.71% | 0.51% | - |
| XYZ | 13.56 | 12.89 | 3.61 | - |
| YUV | 98.38 | 93.93 | 150.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 94 | 38 | 0 | 0.28 | 0.71 | 0.49 | 36.52 | 0.55 | 0.33 |
| Hex | 82 | 5E | 26 | 0 | 1C | 47 | 31 | 25 | 37 | 21 |
| Octal | 202 | 136 | 46 | 0 | 34 | 107 | 61 | 45 | 67 | 41 |
| Binary | 10000010 | 1011110 | 100110 | 0 | 11100 | 1000111 | 110001 | 100101 | 110111 | 100001 |
Color Harmonies of #825E26
Complementary color
Monochromatic Colors of #825E26
Black with #825E26
Text Example
Text Example
White with #825E26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #825E26; }
p { color: rgb(130,94,38); }
H1.HeaderClassName
{
color: #825E26;
}
.AnyTagClassName
{
color: #825E26;
}
</style>
background-color css
<style>
a { background-color: #825E26; }
a { background-color: rgb(130,94,38); }
div.DivClassName
{
background-color: #825E26;
}
.BgClassName
{
background-color: #825E26;
}
</style>
border-color css
<style>
span { border-color: #825E26; }
span { border-color: rgb(130,94,38); }
td.TdClassName
{
border-color: #825E26;
}
.TagClassName
{
border-color: #825E26;
}
</style>