Shades of Hot Curry #825B32
Tints of Hot Curry #825B32
RGB
CMYK
RGB Variations
Color information
#825B32 (or 0x825B32) is known color: Hot Curry. HEX triplet: 82, 5B and 32. RGB value is (130,91,50). Sum of RGB (Red+Green+Blue) = 130+91+50=271 (35% of max value = 765). Red value is 130 (51.17% from 255 or 47.97% from 271); Green value is 91 (35.94% from 255 or 33.58% from 271); Blue value is 50 (19.92% from 255 or 18.45% from 271); Max value from RGB is 130 - color contains mainly: red. Hex color #825B32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #825B32 is #7DA4CD. Grayscale: #626262. Windows color (decimal): -8234190 or 3300226. OLE color: 3300226.
HSL color Cylindrical-coordinate representation of color #825B32: hue angle of 30.75º degrees, saturation: 0.44, 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 #825B32 is Cyan = 0, Magento = 0.30, Yellow = 0.62 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 91 | 50 | - |
| CMYK | 0 | 0.30 | 0.62 | 0.49 |
| HSL | 30.75º | 0.44% | 0.35% | - |
| HSV(B) | 30.75º | 0.62% | 0.51% | - |
| XYZ | 13.52 | 12.46 | 4.71 | - |
| YUV | 97.99 | 100.92 | 150.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 91 | 50 | 0 | 0.30 | 0.62 | 0.49 | 30.75 | 0.44 | 0.35 |
| Hex | 82 | 5B | 32 | 0 | 1E | 3E | 31 | 1F | 2C | 23 |
| Octal | 202 | 133 | 62 | 0 | 36 | 76 | 61 | 37 | 54 | 43 |
| Binary | 10000010 | 1011011 | 110010 | 0 | 11110 | 111110 | 110001 | 11111 | 101100 | 100011 |
Color Harmonies of #825B32
Complementary color
Monochromatic Colors of #825B32
Black with #825B32
Text Example
Text Example
White with #825B32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #825B32; }
p { color: rgb(130,91,50); }
H1.HeaderClassName
{
color: #825B32;
}
.AnyTagClassName
{
color: #825B32;
}
</style>
background-color css
<style>
a { background-color: #825B32; }
a { background-color: rgb(130,91,50); }
div.DivClassName
{
background-color: #825B32;
}
.BgClassName
{
background-color: #825B32;
}
</style>
border-color css
<style>
span { border-color: #825B32; }
span { border-color: rgb(130,91,50); }
td.TdClassName
{
border-color: #825B32;
}
.TagClassName
{
border-color: #825B32;
}
</style>