Shades of Hot Curry #825E22
Tints of Hot Curry #825E22
RGB
CMYK
RGB Variations
Color information
#825E22 (or 0x825E22) is known color: Hot Curry. HEX triplet: 82, 5E and 22. RGB value is (130,94,34). Sum of RGB (Red+Green+Blue) = 130+94+34=258 (34% of max value = 765). Red value is 130 (51.17% from 255 or 50.39% from 258); Green value is 94 (37.11% from 255 or 36.43% from 258); Blue value is 34 (13.67% from 255 or 13.18% from 258); Max value from RGB is 130 - color contains mainly: red. Hex color #825E22 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #825E22 is #7DA1DD. Grayscale: #626262. Windows color (decimal): -8233438 or 2252418. OLE color: 2252418.
HSL color Cylindrical-coordinate representation of color #825E22: hue angle of 37.5º degrees, saturation: 0.59, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #825E22 is Cyan = 0, Magento = 0.28, Yellow = 0.74 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 94 | 34 | - |
| CMYK | 0 | 0.28 | 0.74 | 0.49 |
| HSL | 37.5º | 0.59% | 0.32% | - |
| HSV(B) | 37.5º | 0.74% | 0.51% | - |
| XYZ | 13.5 | 12.87 | 3.29 | - |
| YUV | 97.92 | 91.93 | 150.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 94 | 34 | 0 | 0.28 | 0.74 | 0.49 | 37.5 | 0.59 | 0.32 |
| Hex | 82 | 5E | 22 | 0 | 1C | 4A | 31 | 26 | 3B | 20 |
| Octal | 202 | 136 | 42 | 0 | 34 | 112 | 61 | 46 | 73 | 40 |
| Binary | 10000010 | 1011110 | 100010 | 0 | 11100 | 1001010 | 110001 | 100110 | 111011 | 100000 |
Color Harmonies of #825E22
Complementary color
Monochromatic Colors of #825E22
Black with #825E22
Text Example
Text Example
White with #825E22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #825E22; }
p { color: rgb(130,94,34); }
H1.HeaderClassName
{
color: #825E22;
}
.AnyTagClassName
{
color: #825E22;
}
</style>
background-color css
<style>
a { background-color: #825E22; }
a { background-color: rgb(130,94,34); }
div.DivClassName
{
background-color: #825E22;
}
.BgClassName
{
background-color: #825E22;
}
</style>
border-color css
<style>
span { border-color: #825E22; }
span { border-color: rgb(130,94,34); }
td.TdClassName
{
border-color: #825E22;
}
.TagClassName
{
border-color: #825E22;
}
</style>