Shades of Hot Curry #825C18
Tints of Hot Curry #825C18
RGB
CMYK
RGB Variations
Color information
#825C18 (or 0x825C18) is known color: Hot Curry. HEX triplet: 82, 5C and 18. RGB value is (130,92,24). Sum of RGB (Red+Green+Blue) = 130+92+24=246 (32% of max value = 765). Red value is 130 (51.17% from 255 or 52.85% from 246); Green value is 92 (36.33% from 255 or 37.40% from 246); Blue value is 24 (9.77% from 255 or 9.76% from 246); Max value from RGB is 130 - color contains mainly: red. Hex color #825C18 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #825C18 is #7DA3E7. Grayscale: #5F5F5F. Windows color (decimal): -8233960 or 1596546. OLE color: 1596546.
HSL color Cylindrical-coordinate representation of color #825C18: hue angle of 38.49º degrees, saturation: 0.69, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #825C18 is Cyan = 0, Magento = 0.29, Yellow = 0.82 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 92 | 24 | - |
| CMYK | 0 | 0.29 | 0.82 | 0.49 |
| HSL | 38.49º | 0.69% | 0.3% | - |
| HSV(B) | 38.49º | 0.82% | 0.51% | - |
| XYZ | 13.2 | 12.47 | 2.57 | - |
| YUV | 95.61 | 87.59 | 152.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 92 | 24 | 0 | 0.29 | 0.82 | 0.49 | 38.49 | 0.69 | 0.3 |
| Hex | 82 | 5C | 18 | 0 | 1D | 52 | 31 | 26 | 45 | 1E |
| Octal | 202 | 134 | 30 | 0 | 35 | 122 | 61 | 46 | 105 | 36 |
| Binary | 10000010 | 1011100 | 11000 | 0 | 11101 | 1010010 | 110001 | 100110 | 1000101 | 11110 |
Color Harmonies of #825C18
Complementary color
Monochromatic Colors of #825C18
Black with #825C18
Text Example
Text Example
White with #825C18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #825C18; }
p { color: rgb(130,92,24); }
H1.HeaderClassName
{
color: #825C18;
}
.AnyTagClassName
{
color: #825C18;
}
</style>
background-color css
<style>
a { background-color: #825C18; }
a { background-color: rgb(130,92,24); }
div.DivClassName
{
background-color: #825C18;
}
.BgClassName
{
background-color: #825C18;
}
</style>
border-color css
<style>
span { border-color: #825C18; }
span { border-color: rgb(130,92,24); }
td.TdClassName
{
border-color: #825C18;
}
.TagClassName
{
border-color: #825C18;
}
</style>