Shades of Hot Curry #825E27
Tints of Hot Curry #825E27
RGB
CMYK
RGB Variations
Color information
#825E27 (or 0x825E27) is known color: Hot Curry. HEX triplet: 82, 5E and 27. RGB value is (130,94,39). Sum of RGB (Red+Green+Blue) = 130+94+39=263 (34% of max value = 765). Red value is 130 (51.17% from 255 or 49.43% from 263); Green value is 94 (37.11% from 255 or 35.74% from 263); Blue value is 39 (15.62% from 255 or 14.83% from 263); Max value from RGB is 130 - color contains mainly: red. Hex color #825E27 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #825E27 is #7DA1D8. Grayscale: #626262. Windows color (decimal): -8233433 or 2580098. OLE color: 2580098.
HSL color Cylindrical-coordinate representation of color #825E27: hue angle of 36.26º degrees, saturation: 0.54, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #825E27 is Cyan = 0, Magento = 0.28, Yellow = 0.70 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 94 | 39 | - |
| CMYK | 0 | 0.28 | 0.70 | 0.49 |
| HSL | 36.26º | 0.54% | 0.33% | - |
| HSV(B) | 36.26º | 0.7% | 0.51% | - |
| XYZ | 13.57 | 12.9 | 3.69 | - |
| YUV | 98.49 | 94.43 | 150.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 94 | 39 | 0 | 0.28 | 0.70 | 0.49 | 36.26 | 0.54 | 0.33 |
| Hex | 82 | 5E | 27 | 0 | 1C | 46 | 31 | 24 | 36 | 21 |
| Octal | 202 | 136 | 47 | 0 | 34 | 106 | 61 | 44 | 66 | 41 |
| Binary | 10000010 | 1011110 | 100111 | 0 | 11100 | 1000110 | 110001 | 100100 | 110110 | 100001 |
Color Harmonies of #825E27
Complementary color
Monochromatic Colors of #825E27
Black with #825E27
Text Example
Text Example
White with #825E27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #825E27; }
p { color: rgb(130,94,39); }
H1.HeaderClassName
{
color: #825E27;
}
.AnyTagClassName
{
color: #825E27;
}
</style>
background-color css
<style>
a { background-color: #825E27; }
a { background-color: rgb(130,94,39); }
div.DivClassName
{
background-color: #825E27;
}
.BgClassName
{
background-color: #825E27;
}
</style>
border-color css
<style>
span { border-color: #825E27; }
span { border-color: rgb(130,94,39); }
td.TdClassName
{
border-color: #825E27;
}
.TagClassName
{
border-color: #825E27;
}
</style>