Shades of Hot Curry #825E28
Tints of Hot Curry #825E28
RGB
CMYK
RGB Variations
Color information
#825E28 (or 0x825E28) is known color: Hot Curry. HEX triplet: 82, 5E and 28. RGB value is (130,94,40). Sum of RGB (Red+Green+Blue) = 130+94+40=264 (34% of max value = 765). Red value is 130 (51.17% from 255 or 49.24% from 264); Green value is 94 (37.11% from 255 or 35.61% from 264); Blue value is 40 (16.02% from 255 or 15.15% from 264); Max value from RGB is 130 - color contains mainly: red. Hex color #825E28 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #825E28 is #7DA1D7. Grayscale: #626262. Windows color (decimal): -8233432 or 2645634. OLE color: 2645634.
HSL color Cylindrical-coordinate representation of color #825E28: hue angle of 36º degrees, saturation: 0.53, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #825E28 is Cyan = 0, Magento = 0.28, Yellow = 0.69 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 94 | 40 | - |
| CMYK | 0 | 0.28 | 0.69 | 0.49 |
| HSL | 36º | 0.53% | 0.33% | - |
| HSV(B) | 36º | 0.69% | 0.51% | - |
| XYZ | 13.59 | 12.9 | 3.78 | - |
| YUV | 98.61 | 94.93 | 150.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 94 | 40 | 0 | 0.28 | 0.69 | 0.49 | 36 | 0.53 | 0.33 |
| Hex | 82 | 5E | 28 | 0 | 1C | 45 | 31 | 24 | 35 | 21 |
| Octal | 202 | 136 | 50 | 0 | 34 | 105 | 61 | 44 | 65 | 41 |
| Binary | 10000010 | 1011110 | 101000 | 0 | 11100 | 1000101 | 110001 | 100100 | 110101 | 100001 |
Color Harmonies of #825E28
Complementary color
Monochromatic Colors of #825E28
Black with #825E28
Text Example
Text Example
White with #825E28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #825E28; }
p { color: rgb(130,94,40); }
H1.HeaderClassName
{
color: #825E28;
}
.AnyTagClassName
{
color: #825E28;
}
</style>
background-color css
<style>
a { background-color: #825E28; }
a { background-color: rgb(130,94,40); }
div.DivClassName
{
background-color: #825E28;
}
.BgClassName
{
background-color: #825E28;
}
</style>
border-color css
<style>
span { border-color: #825E28; }
span { border-color: rgb(130,94,40); }
td.TdClassName
{
border-color: #825E28;
}
.TagClassName
{
border-color: #825E28;
}
</style>