Shades of Hot Curry #825B31
Tints of Hot Curry #825B31
RGB
CMYK
RGB Variations
Color information
#825B31 (or 0x825B31) is known color: Hot Curry. HEX triplet: 82, 5B and 31. RGB value is (130,91,49). Sum of RGB (Red+Green+Blue) = 130+91+49=270 (35% of max value = 765). Red value is 130 (51.17% from 255 or 48.15% from 270); Green value is 91 (35.94% from 255 or 33.70% from 270); Blue value is 49 (19.53% from 255 or 18.15% from 270); Max value from RGB is 130 - color contains mainly: red. Hex color #825B31 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #825B31 is #7DA4CE. Grayscale: #626262. Windows color (decimal): -8234191 or 3234690. OLE color: 3234690.
HSL color Cylindrical-coordinate representation of color #825B31: hue angle of 31.11º 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 #825B31 is Cyan = 0, Magento = 0.30, Yellow = 0.62 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 91 | 49 | - |
| CMYK | 0 | 0.30 | 0.62 | 0.49 |
| HSL | 31.11º | 0.45% | 0.35% | - |
| HSV(B) | 31.11º | 0.62% | 0.51% | - |
| XYZ | 13.5 | 12.45 | 4.6 | - |
| YUV | 97.87 | 100.42 | 150.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 91 | 49 | 0 | 0.30 | 0.62 | 0.49 | 31.11 | 0.45 | 0.35 |
| Hex | 82 | 5B | 31 | 0 | 1E | 3E | 31 | 1F | 2D | 23 |
| Octal | 202 | 133 | 61 | 0 | 36 | 76 | 61 | 37 | 55 | 43 |
| Binary | 10000010 | 1011011 | 110001 | 0 | 11110 | 111110 | 110001 | 11111 | 101101 | 100011 |
Color Harmonies of #825B31
Complementary color
Monochromatic Colors of #825B31
Black with #825B31
Text Example
Text Example
White with #825B31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #825B31; }
p { color: rgb(130,91,49); }
H1.HeaderClassName
{
color: #825B31;
}
.AnyTagClassName
{
color: #825B31;
}
</style>
background-color css
<style>
a { background-color: #825B31; }
a { background-color: rgb(130,91,49); }
div.DivClassName
{
background-color: #825B31;
}
.BgClassName
{
background-color: #825B31;
}
</style>
border-color css
<style>
span { border-color: #825B31; }
span { border-color: rgb(130,91,49); }
td.TdClassName
{
border-color: #825B31;
}
.TagClassName
{
border-color: #825B31;
}
</style>