Shades of Hot Curry #825928
Tints of Hot Curry #825928
RGB
CMYK
RGB Variations
Color information
#825928 (or 0x825928) is known color: Hot Curry. HEX triplet: 82, 59 and 28. RGB value is (130,89,40). Sum of RGB (Red+Green+Blue) = 130+89+40=259 (34% of max value = 765). Red value is 130 (51.17% from 255 or 50.19% from 259); Green value is 89 (35.16% from 255 or 34.36% from 259); Blue value is 40 (16.02% from 255 or 15.44% from 259); Max value from RGB is 130 - color contains mainly: red. Hex color #825928 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #825928 is #7DA6D7. Grayscale: #5F5F5F. Windows color (decimal): -8234712 or 2644354. OLE color: 2644354.
HSL color Cylindrical-coordinate representation of color #825928: hue angle of 32.67º 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 #825928 is Cyan = 0, Magento = 0.32, Yellow = 0.69 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 89 | 40 | - |
| CMYK | 0 | 0.32 | 0.69 | 0.49 |
| HSL | 32.67º | 0.53% | 0.33% | - |
| HSV(B) | 32.67º | 0.69% | 0.51% | - |
| XYZ | 13.16 | 12.04 | 3.64 | - |
| YUV | 95.67 | 96.58 | 152.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 89 | 40 | 0 | 0.32 | 0.69 | 0.49 | 32.67 | 0.53 | 0.33 |
| Hex | 82 | 59 | 28 | 0 | 20 | 45 | 31 | 21 | 35 | 21 |
| Octal | 202 | 131 | 50 | 0 | 40 | 105 | 61 | 41 | 65 | 41 |
| Binary | 10000010 | 1011001 | 101000 | 0 | 100000 | 1000101 | 110001 | 100001 | 110101 | 100001 |
Color Harmonies of #825928
Complementary color
Monochromatic Colors of #825928
Black with #825928
Text Example
Text Example
White with #825928
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #825928; }
p { color: rgb(130,89,40); }
H1.HeaderClassName
{
color: #825928;
}
.AnyTagClassName
{
color: #825928;
}
</style>
background-color css
<style>
a { background-color: #825928; }
a { background-color: rgb(130,89,40); }
div.DivClassName
{
background-color: #825928;
}
.BgClassName
{
background-color: #825928;
}
</style>
border-color css
<style>
span { border-color: #825928; }
span { border-color: rgb(130,89,40); }
td.TdClassName
{
border-color: #825928;
}
.TagClassName
{
border-color: #825928;
}
</style>