Shades of Hot Curry #825E2B
Tints of Hot Curry #825E2B
RGB
CMYK
RGB Variations
Color information
#825E2B (or 0x825E2B) is known color: Hot Curry. HEX triplet: 82, 5E and 2B. RGB value is (130,94,43). Sum of RGB (Red+Green+Blue) = 130+94+43=267 (35% of max value = 765). Red value is 130 (51.17% from 255 or 48.69% from 267); Green value is 94 (37.11% from 255 or 35.21% from 267); Blue value is 43 (17.19% from 255 or 16.10% from 267); Max value from RGB is 130 - color contains mainly: red. Hex color #825E2B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #825E2B is #7DA1D4. Grayscale: #636363. Windows color (decimal): -8233429 or 2842242. OLE color: 2842242.
HSL color Cylindrical-coordinate representation of color #825E2B: hue angle of 35.17º degrees, saturation: 0.5, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #825E2B is Cyan = 0, Magento = 0.28, Yellow = 0.67 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 94 | 43 | - |
| CMYK | 0 | 0.28 | 0.67 | 0.49 |
| HSL | 35.17º | 0.5% | 0.34% | - |
| HSV(B) | 35.17º | 0.67% | 0.51% | - |
| XYZ | 13.64 | 12.93 | 4.06 | - |
| YUV | 98.95 | 96.43 | 150.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 94 | 43 | 0 | 0.28 | 0.67 | 0.49 | 35.17 | 0.5 | 0.34 |
| Hex | 82 | 5E | 2B | 0 | 1C | 43 | 31 | 23 | 32 | 22 |
| Octal | 202 | 136 | 53 | 0 | 34 | 103 | 61 | 43 | 62 | 42 |
| Binary | 10000010 | 1011110 | 101011 | 0 | 11100 | 1000011 | 110001 | 100011 | 110010 | 100010 |
Color Harmonies of #825E2B
Complementary color
Monochromatic Colors of #825E2B
Black with #825E2B
Text Example
Text Example
White with #825E2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #825E2B; }
p { color: rgb(130,94,43); }
H1.HeaderClassName
{
color: #825E2B;
}
.AnyTagClassName
{
color: #825E2B;
}
</style>
background-color css
<style>
a { background-color: #825E2B; }
a { background-color: rgb(130,94,43); }
div.DivClassName
{
background-color: #825E2B;
}
.BgClassName
{
background-color: #825E2B;
}
</style>
border-color css
<style>
span { border-color: #825E2B; }
span { border-color: rgb(130,94,43); }
td.TdClassName
{
border-color: #825E2B;
}
.TagClassName
{
border-color: #825E2B;
}
</style>