Shades of Hot Curry #825B13
Tints of Hot Curry #825B13
RGB
CMYK
RGB Variations
Color information
#825B13 (or 0x825B13) is known color: Hot Curry. HEX triplet: 82, 5B and 13. RGB value is (130,91,19). Sum of RGB (Red+Green+Blue) = 130+91+19=240 (31% of max value = 765). Red value is 130 (51.17% from 255 or 54.17% from 240); Green value is 91 (35.94% from 255 or 37.92% from 240); Blue value is 19 (7.81% from 255 or 7.92% from 240); Max value from RGB is 130 - color contains mainly: red. Hex color #825B13 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #825B13 is #7DA4EC. Grayscale: #5E5E5E. Windows color (decimal): -8234221 or 1268610. OLE color: 1268610.
HSL color Cylindrical-coordinate representation of color #825B13: hue angle of 38.92º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #825B13 is Cyan = 0, Magento = 0.30, Yellow = 0.85 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 91 | 19 | - |
| CMYK | 0 | 0.30 | 0.85 | 0.49 |
| HSL | 38.92º | 0.74% | 0.29% | - |
| HSV(B) | 38.92º | 0.85% | 0.51% | - |
| XYZ | 13.06 | 12.28 | 2.3 | - |
| YUV | 94.45 | 85.42 | 153.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 91 | 19 | 0 | 0.30 | 0.85 | 0.49 | 38.92 | 0.74 | 0.29 |
| Hex | 82 | 5B | 13 | 0 | 1E | 55 | 31 | 27 | 4A | 1D |
| Octal | 202 | 133 | 23 | 0 | 36 | 125 | 61 | 47 | 112 | 35 |
| Binary | 10000010 | 1011011 | 10011 | 0 | 11110 | 1010101 | 110001 | 100111 | 1001010 | 11101 |
Color Harmonies of #825B13
Complementary color
Monochromatic Colors of #825B13
Black with #825B13
Text Example
Text Example
White with #825B13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #825B13; }
p { color: rgb(130,91,19); }
H1.HeaderClassName
{
color: #825B13;
}
.AnyTagClassName
{
color: #825B13;
}
</style>
background-color css
<style>
a { background-color: #825B13; }
a { background-color: rgb(130,91,19); }
div.DivClassName
{
background-color: #825B13;
}
.BgClassName
{
background-color: #825B13;
}
</style>
border-color css
<style>
span { border-color: #825B13; }
span { border-color: rgb(130,91,19); }
td.TdClassName
{
border-color: #825B13;
}
.TagClassName
{
border-color: #825B13;
}
</style>