Shades of Hot Curry #825A1E
Tints of Hot Curry #825A1E
RGB
CMYK
RGB Variations
Color information
#825A1E (or 0x825A1E) is known color: Hot Curry. HEX triplet: 82, 5A and 1E. RGB value is (130,90,30). Sum of RGB (Red+Green+Blue) = 130+90+30=250 (33% of max value = 765). Red value is 130 (51.17% from 255 or 52% from 250); Green value is 90 (35.55% from 255 or 36% from 250); Blue value is 30 (12.11% from 255 or 12% from 250); Max value from RGB is 130 - color contains mainly: red. Hex color #825A1E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #825A1E is #7DA5E1. Grayscale: #5F5F5F. Windows color (decimal): -8234466 or 1989250. OLE color: 1989250.
HSL color Cylindrical-coordinate representation of color #825A1E: hue angle of 36º degrees, saturation: 0.62, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #825A1E is Cyan = 0, Magento = 0.31, Yellow = 0.77 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 90 | 30 | - |
| CMYK | 0 | 0.31 | 0.77 | 0.49 |
| HSL | 36º | 0.63% | 0.31% | - |
| HSV(B) | 36º | 0.77% | 0.51% | - |
| XYZ | 13.1 | 12.15 | 2.88 | - |
| YUV | 95.12 | 91.25 | 152.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 90 | 30 | 0 | 0.31 | 0.77 | 0.49 | 36 | 0.63 | 0.31 |
| Hex | 82 | 5A | 1E | 0 | 1F | 4D | 31 | 24 | 3E | 1F |
| Octal | 202 | 132 | 36 | 0 | 37 | 115 | 61 | 44 | 76 | 37 |
| Binary | 10000010 | 1011010 | 11110 | 0 | 11111 | 1001101 | 110001 | 100100 | 111110 | 11111 |
Color Harmonies of #825A1E
Complementary color
Monochromatic Colors of #825A1E
Black with #825A1E
Text Example
Text Example
White with #825A1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #825A1E; }
p { color: rgb(130,90,30); }
H1.HeaderClassName
{
color: #825A1E;
}
.AnyTagClassName
{
color: #825A1E;
}
</style>
background-color css
<style>
a { background-color: #825A1E; }
a { background-color: rgb(130,90,30); }
div.DivClassName
{
background-color: #825A1E;
}
.BgClassName
{
background-color: #825A1E;
}
</style>
border-color css
<style>
span { border-color: #825A1E; }
span { border-color: rgb(130,90,30); }
td.TdClassName
{
border-color: #825A1E;
}
.TagClassName
{
border-color: #825A1E;
}
</style>