Shades of Hot Curry #825529
Tints of Hot Curry #825529
RGB
CMYK
RGB Variations
Color information
#825529 (or 0x825529) is known color: Hot Curry. HEX triplet: 82, 55 and 29. RGB value is (130,85,41). Sum of RGB (Red+Green+Blue) = 130+85+41=256 (33% of max value = 765). Red value is 130 (51.17% from 255 or 50.78% from 256); Green value is 85 (33.59% from 255 or 33.20% from 256); Blue value is 41 (16.41% from 255 or 16.02% from 256); Max value from RGB is 130 - color contains mainly: red. Hex color #825529 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #825529 is #7DAAD6. Grayscale: #5D5D5D. Windows color (decimal): -8235735 or 2708866. OLE color: 2708866.
HSL color Cylindrical-coordinate representation of color #825529: hue angle of 29.66º degrees, saturation: 0.52, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #825529 is Cyan = 0, Magento = 0.35, Yellow = 0.68 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 85 | 41 | - |
| CMYK | 0 | 0.35 | 0.68 | 0.49 |
| HSL | 29.66º | 0.52% | 0.34% | - |
| HSV(B) | 29.66º | 0.68% | 0.51% | - |
| XYZ | 12.85 | 11.4 | 3.62 | - |
| YUV | 93.44 | 98.41 | 154.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 85 | 41 | 0 | 0.35 | 0.68 | 0.49 | 29.66 | 0.52 | 0.34 |
| Hex | 82 | 55 | 29 | 0 | 23 | 44 | 31 | 1E | 34 | 22 |
| Octal | 202 | 125 | 51 | 0 | 43 | 104 | 61 | 36 | 64 | 42 |
| Binary | 10000010 | 1010101 | 101001 | 0 | 100011 | 1000100 | 110001 | 11110 | 110100 | 100010 |
Color Harmonies of #825529
Complementary color
Monochromatic Colors of #825529
Black with #825529
Text Example
Text Example
White with #825529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #825529; }
p { color: rgb(130,85,41); }
H1.HeaderClassName
{
color: #825529;
}
.AnyTagClassName
{
color: #825529;
}
</style>
background-color css
<style>
a { background-color: #825529; }
a { background-color: rgb(130,85,41); }
div.DivClassName
{
background-color: #825529;
}
.BgClassName
{
background-color: #825529;
}
</style>
border-color css
<style>
span { border-color: #825529; }
span { border-color: rgb(130,85,41); }
td.TdClassName
{
border-color: #825529;
}
.TagClassName
{
border-color: #825529;
}
</style>