Shades of Hot Curry #825E25
Tints of Hot Curry #825E25
RGB
CMYK
RGB Variations
Color information
#825E25 (or 0x825E25) is known color: Hot Curry. HEX triplet: 82, 5E and 25. RGB value is (130,94,37). Sum of RGB (Red+Green+Blue) = 130+94+37=261 (34% of max value = 765). Red value is 130 (51.17% from 255 or 49.81% from 261); Green value is 94 (37.11% from 255 or 36.02% from 261); Blue value is 37 (14.84% from 255 or 14.18% from 261); Max value from RGB is 130 - color contains mainly: red. Hex color #825E25 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #825E25 is #7DA1DA. Grayscale: #626262. Windows color (decimal): -8233435 or 2449026. OLE color: 2449026.
HSL color Cylindrical-coordinate representation of color #825E25: hue angle of 36.77º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #825E25 is Cyan = 0, Magento = 0.28, Yellow = 0.72 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 94 | 37 | - |
| CMYK | 0 | 0.28 | 0.72 | 0.49 |
| HSL | 36.77º | 0.56% | 0.33% | - |
| HSV(B) | 36.77º | 0.72% | 0.51% | - |
| XYZ | 13.54 | 12.88 | 3.52 | - |
| YUV | 98.27 | 93.43 | 150.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 94 | 37 | 0 | 0.28 | 0.72 | 0.49 | 36.77 | 0.56 | 0.33 |
| Hex | 82 | 5E | 25 | 0 | 1C | 48 | 31 | 25 | 38 | 21 |
| Octal | 202 | 136 | 45 | 0 | 34 | 110 | 61 | 45 | 70 | 41 |
| Binary | 10000010 | 1011110 | 100101 | 0 | 11100 | 1001000 | 110001 | 100101 | 111000 | 100001 |
Color Harmonies of #825E25
Complementary color
Monochromatic Colors of #825E25
Black with #825E25
Text Example
Text Example
White with #825E25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #825E25; }
p { color: rgb(130,94,37); }
H1.HeaderClassName
{
color: #825E25;
}
.AnyTagClassName
{
color: #825E25;
}
</style>
background-color css
<style>
a { background-color: #825E25; }
a { background-color: rgb(130,94,37); }
div.DivClassName
{
background-color: #825E25;
}
.BgClassName
{
background-color: #825E25;
}
</style>
border-color css
<style>
span { border-color: #825E25; }
span { border-color: rgb(130,94,37); }
td.TdClassName
{
border-color: #825E25;
}
.TagClassName
{
border-color: #825E25;
}
</style>