Shades of Hot Curry #825D26
Tints of Hot Curry #825D26
RGB
CMYK
RGB Variations
Color information
#825D26 (or 0x825D26) is known color: Hot Curry. HEX triplet: 82, 5D and 26. RGB value is (130,93,38). Sum of RGB (Red+Green+Blue) = 130+93+38=261 (34% of max value = 765). Red value is 130 (51.17% from 255 or 49.81% from 261); Green value is 93 (36.72% from 255 or 35.63% from 261); Blue value is 38 (15.23% from 255 or 14.56% from 261); Max value from RGB is 130 - color contains mainly: red. Hex color #825D26 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #825D26 is #7DA2D9. Grayscale: #626262. Windows color (decimal): -8233690 or 2514306. OLE color: 2514306.
HSL color Cylindrical-coordinate representation of color #825D26: hue angle of 35.87º 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 #825D26 is Cyan = 0, Magento = 0.28, Yellow = 0.71 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 93 | 38 | - |
| CMYK | 0 | 0.28 | 0.71 | 0.49 |
| HSL | 35.87º | 0.55% | 0.33% | - |
| HSV(B) | 35.87º | 0.71% | 0.51% | - |
| XYZ | 13.47 | 12.71 | 3.58 | - |
| YUV | 97.79 | 94.26 | 150.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 93 | 38 | 0 | 0.28 | 0.71 | 0.49 | 35.87 | 0.55 | 0.33 |
| Hex | 82 | 5D | 26 | 0 | 1C | 47 | 31 | 24 | 37 | 21 |
| Octal | 202 | 135 | 46 | 0 | 34 | 107 | 61 | 44 | 67 | 41 |
| Binary | 10000010 | 1011101 | 100110 | 0 | 11100 | 1000111 | 110001 | 100100 | 110111 | 100001 |
Color Harmonies of #825D26
Complementary color
Monochromatic Colors of #825D26
Black with #825D26
Text Example
Text Example
White with #825D26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #825D26; }
p { color: rgb(130,93,38); }
H1.HeaderClassName
{
color: #825D26;
}
.AnyTagClassName
{
color: #825D26;
}
</style>
background-color css
<style>
a { background-color: #825D26; }
a { background-color: rgb(130,93,38); }
div.DivClassName
{
background-color: #825D26;
}
.BgClassName
{
background-color: #825D26;
}
</style>
border-color css
<style>
span { border-color: #825D26; }
span { border-color: rgb(130,93,38); }
td.TdClassName
{
border-color: #825D26;
}
.TagClassName
{
border-color: #825D26;
}
</style>