Shades of Hot Curry #825B24
Tints of Hot Curry #825B24
RGB
CMYK
RGB Variations
Color information
#825B24 (or 0x825B24) is known color: Hot Curry. HEX triplet: 82, 5B and 24. RGB value is (130,91,36). Sum of RGB (Red+Green+Blue) = 130+91+36=257 (34% of max value = 765). Red value is 130 (51.17% from 255 or 50.58% from 257); Green value is 91 (35.94% from 255 or 35.41% from 257); Blue value is 36 (14.45% from 255 or 14.01% from 257); Max value from RGB is 130 - color contains mainly: red. Hex color #825B24 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #825B24 is #7DA4DB. Grayscale: #606060. Windows color (decimal): -8234204 or 2382722. OLE color: 2382722.
HSL color Cylindrical-coordinate representation of color #825B24: hue angle of 35.11º degrees, saturation: 0.57, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #825B24 is Cyan = 0, Magento = 0.30, Yellow = 0.72 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 91 | 36 | - |
| CMYK | 0 | 0.30 | 0.72 | 0.49 |
| HSL | 35.11º | 0.57% | 0.33% | - |
| HSV(B) | 35.11º | 0.72% | 0.51% | - |
| XYZ | 13.27 | 12.36 | 3.35 | - |
| YUV | 96.39 | 93.92 | 151.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 91 | 36 | 0 | 0.30 | 0.72 | 0.49 | 35.11 | 0.57 | 0.33 |
| Hex | 82 | 5B | 24 | 0 | 1E | 48 | 31 | 23 | 39 | 21 |
| Octal | 202 | 133 | 44 | 0 | 36 | 110 | 61 | 43 | 71 | 41 |
| Binary | 10000010 | 1011011 | 100100 | 0 | 11110 | 1001000 | 110001 | 100011 | 111001 | 100001 |
Color Harmonies of #825B24
Complementary color
Monochromatic Colors of #825B24
Black with #825B24
Text Example
Text Example
White with #825B24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #825B24; }
p { color: rgb(130,91,36); }
H1.HeaderClassName
{
color: #825B24;
}
.AnyTagClassName
{
color: #825B24;
}
</style>
background-color css
<style>
a { background-color: #825B24; }
a { background-color: rgb(130,91,36); }
div.DivClassName
{
background-color: #825B24;
}
.BgClassName
{
background-color: #825B24;
}
</style>
border-color css
<style>
span { border-color: #825B24; }
span { border-color: rgb(130,91,36); }
td.TdClassName
{
border-color: #825B24;
}
.TagClassName
{
border-color: #825B24;
}
</style>