Shades of Hot Curry #825A1F
Tints of Hot Curry #825A1F
RGB
CMYK
RGB Variations
Color information
#825A1F (or 0x825A1F) is known color: Hot Curry. HEX triplet: 82, 5A and 1F. RGB value is (130,90,31). Sum of RGB (Red+Green+Blue) = 130+90+31=251 (33% of max value = 765). Red value is 130 (51.17% from 255 or 51.79% from 251); Green value is 90 (35.55% from 255 or 35.86% from 251); Blue value is 31 (12.5% from 255 or 12.35% from 251); Max value from RGB is 130 - color contains mainly: red. Hex color #825A1F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #825A1F is #7DA5E0. Grayscale: #5F5F5F. Windows color (decimal): -8234465 or 2054786. OLE color: 2054786.
HSL color Cylindrical-coordinate representation of color #825A1F: hue angle of 35.76º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #825A1F is Cyan = 0, Magento = 0.31, Yellow = 0.76 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 90 | 31 | - |
| CMYK | 0 | 0.31 | 0.76 | 0.49 |
| HSL | 35.76º | 0.61% | 0.32% | - |
| HSV(B) | 35.76º | 0.76% | 0.51% | - |
| XYZ | 13.11 | 12.16 | 2.95 | - |
| YUV | 95.23 | 91.75 | 152.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 90 | 31 | 0 | 0.31 | 0.76 | 0.49 | 35.76 | 0.61 | 0.32 |
| Hex | 82 | 5A | 1F | 0 | 1F | 4C | 31 | 24 | 3D | 20 |
| Octal | 202 | 132 | 37 | 0 | 37 | 114 | 61 | 44 | 75 | 40 |
| Binary | 10000010 | 1011010 | 11111 | 0 | 11111 | 1001100 | 110001 | 100100 | 111101 | 100000 |
Color Harmonies of #825A1F
Complementary color
Monochromatic Colors of #825A1F
Black with #825A1F
Text Example
Text Example
White with #825A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #825A1F; }
p { color: rgb(130,90,31); }
H1.HeaderClassName
{
color: #825A1F;
}
.AnyTagClassName
{
color: #825A1F;
}
</style>
background-color css
<style>
a { background-color: #825A1F; }
a { background-color: rgb(130,90,31); }
div.DivClassName
{
background-color: #825A1F;
}
.BgClassName
{
background-color: #825A1F;
}
</style>
border-color css
<style>
span { border-color: #825A1F; }
span { border-color: rgb(130,90,31); }
td.TdClassName
{
border-color: #825A1F;
}
.TagClassName
{
border-color: #825A1F;
}
</style>