Shades of Hot Curry #825A31
Tints of Hot Curry #825A31
RGB
CMYK
RGB Variations
Color information
#825A31 (or 0x825A31) is known color: Hot Curry. HEX triplet: 82, 5A and 31. RGB value is (130,90,49). Sum of RGB (Red+Green+Blue) = 130+90+49=269 (35% of max value = 765). Red value is 130 (51.17% from 255 or 48.33% from 269); Green value is 90 (35.55% from 255 or 33.46% from 269); Blue value is 49 (19.53% from 255 or 18.22% from 269); Max value from RGB is 130 - color contains mainly: red. Hex color #825A31 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #825A31 is #7DA5CE. Grayscale: #616161. Windows color (decimal): -8234447 or 3234434. OLE color: 3234434.
HSL color Cylindrical-coordinate representation of color #825A31: hue angle of 30.37º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #825A31 is Cyan = 0, Magento = 0.31, Yellow = 0.62 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 90 | 49 | - |
| CMYK | 0 | 0.31 | 0.62 | 0.49 |
| HSL | 30.37º | 0.45% | 0.35% | - |
| HSV(B) | 30.37º | 0.62% | 0.51% | - |
| XYZ | 13.42 | 12.28 | 4.57 | - |
| YUV | 97.29 | 100.75 | 151.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 90 | 49 | 0 | 0.31 | 0.62 | 0.49 | 30.37 | 0.45 | 0.35 |
| Hex | 82 | 5A | 31 | 0 | 1F | 3E | 31 | 1E | 2D | 23 |
| Octal | 202 | 132 | 61 | 0 | 37 | 76 | 61 | 36 | 55 | 43 |
| Binary | 10000010 | 1011010 | 110001 | 0 | 11111 | 111110 | 110001 | 11110 | 101101 | 100011 |
Color Harmonies of #825A31
Complementary color
Monochromatic Colors of #825A31
Black with #825A31
Text Example
Text Example
White with #825A31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #825A31; }
p { color: rgb(130,90,49); }
H1.HeaderClassName
{
color: #825A31;
}
.AnyTagClassName
{
color: #825A31;
}
</style>
background-color css
<style>
a { background-color: #825A31; }
a { background-color: rgb(130,90,49); }
div.DivClassName
{
background-color: #825A31;
}
.BgClassName
{
background-color: #825A31;
}
</style>
border-color css
<style>
span { border-color: #825A31; }
span { border-color: rgb(130,90,49); }
td.TdClassName
{
border-color: #825A31;
}
.TagClassName
{
border-color: #825A31;
}
</style>