Shades of Hot Curry #825D1A
Tints of Hot Curry #825D1A
RGB
CMYK
RGB Variations
Color information
#825D1A (or 0x825D1A) is known color: Hot Curry. HEX triplet: 82, 5D and 1A. RGB value is (130,93,26). Sum of RGB (Red+Green+Blue) = 130+93+26=249 (32% of max value = 765). Red value is 130 (51.17% from 255 or 52.21% from 249); Green value is 93 (36.72% from 255 or 37.35% from 249); Blue value is 26 (10.55% from 255 or 10.44% from 249); Max value from RGB is 130 - color contains mainly: red. Hex color #825D1A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #825D1A is #7DA2E5. Grayscale: #606060. Windows color (decimal): -8233702 or 1727874. OLE color: 1727874.
HSL color Cylindrical-coordinate representation of color #825D1A: hue angle of 38.65º degrees, saturation: 0.67, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #825D1A is Cyan = 0, Magento = 0.28, Yellow = 0.8 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 93 | 26 | - |
| CMYK | 0 | 0.28 | 0.8 | 0.49 |
| HSL | 38.65º | 0.67% | 0.31% | - |
| HSV(B) | 38.65º | 0.8% | 0.51% | - |
| XYZ | 13.31 | 12.65 | 2.72 | - |
| YUV | 96.43 | 88.26 | 151.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 93 | 26 | 0 | 0.28 | 0.8 | 0.49 | 38.65 | 0.67 | 0.31 |
| Hex | 82 | 5D | 1A | 0 | 1C | 50 | 31 | 27 | 43 | 1F |
| Octal | 202 | 135 | 32 | 0 | 34 | 120 | 61 | 47 | 103 | 37 |
| Binary | 10000010 | 1011101 | 11010 | 0 | 11100 | 1010000 | 110001 | 100111 | 1000011 | 11111 |
Color Harmonies of #825D1A
Complementary color
Monochromatic Colors of #825D1A
Black with #825D1A
Text Example
Text Example
White with #825D1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #825D1A; }
p { color: rgb(130,93,26); }
H1.HeaderClassName
{
color: #825D1A;
}
.AnyTagClassName
{
color: #825D1A;
}
</style>
background-color css
<style>
a { background-color: #825D1A; }
a { background-color: rgb(130,93,26); }
div.DivClassName
{
background-color: #825D1A;
}
.BgClassName
{
background-color: #825D1A;
}
</style>
border-color css
<style>
span { border-color: #825D1A; }
span { border-color: rgb(130,93,26); }
td.TdClassName
{
border-color: #825D1A;
}
.TagClassName
{
border-color: #825D1A;
}
</style>