Shades of Hot Curry #825B29
Tints of Hot Curry #825B29
RGB
CMYK
RGB Variations
Color information
#825B29 (or 0x825B29) is known color: Hot Curry. HEX triplet: 82, 5B and 29. RGB value is (130,91,41). Sum of RGB (Red+Green+Blue) = 130+91+41=262 (34% of max value = 765). Red value is 130 (51.17% from 255 or 49.62% from 262); Green value is 91 (35.94% from 255 or 34.73% from 262); Blue value is 41 (16.41% from 255 or 15.65% from 262); Max value from RGB is 130 - color contains mainly: red. Hex color #825B29 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #825B29 is #7DA4D6. Grayscale: #616161. Windows color (decimal): -8234199 or 2710402. OLE color: 2710402.
HSL color Cylindrical-coordinate representation of color #825B29: hue angle of 33.71º 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 #825B29 is Cyan = 0, Magento = 0.30, Yellow = 0.68 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 91 | 41 | - |
| CMYK | 0 | 0.30 | 0.68 | 0.49 |
| HSL | 33.71º | 0.52% | 0.34% | - |
| HSV(B) | 33.71º | 0.68% | 0.51% | - |
| XYZ | 13.35 | 12.39 | 3.79 | - |
| YUV | 96.96 | 96.42 | 151.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 91 | 41 | 0 | 0.30 | 0.68 | 0.49 | 33.71 | 0.52 | 0.34 |
| Hex | 82 | 5B | 29 | 0 | 1E | 44 | 31 | 22 | 34 | 22 |
| Octal | 202 | 133 | 51 | 0 | 36 | 104 | 61 | 42 | 64 | 42 |
| Binary | 10000010 | 1011011 | 101001 | 0 | 11110 | 1000100 | 110001 | 100010 | 110100 | 100010 |
Color Harmonies of #825B29
Complementary color
Monochromatic Colors of #825B29
Black with #825B29
Text Example
Text Example
White with #825B29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #825B29; }
p { color: rgb(130,91,41); }
H1.HeaderClassName
{
color: #825B29;
}
.AnyTagClassName
{
color: #825B29;
}
</style>
background-color css
<style>
a { background-color: #825B29; }
a { background-color: rgb(130,91,41); }
div.DivClassName
{
background-color: #825B29;
}
.BgClassName
{
background-color: #825B29;
}
</style>
border-color css
<style>
span { border-color: #825B29; }
span { border-color: rgb(130,91,41); }
td.TdClassName
{
border-color: #825B29;
}
.TagClassName
{
border-color: #825B29;
}
</style>