Shades of Hot Curry #825A2F
Tints of Hot Curry #825A2F
RGB
CMYK
RGB Variations
Color information
#825A2F (or 0x825A2F) is known color: Hot Curry. HEX triplet: 82, 5A and 2F. RGB value is (130,90,47). Sum of RGB (Red+Green+Blue) = 130+90+47=267 (35% of max value = 765). Red value is 130 (51.17% from 255 or 48.69% from 267); Green value is 90 (35.55% from 255 or 33.71% from 267); Blue value is 47 (18.75% from 255 or 17.60% from 267); Max value from RGB is 130 - color contains mainly: red. Hex color #825A2F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #825A2F is #7DA5D0. Grayscale: #616161. Windows color (decimal): -8234449 or 3103362. OLE color: 3103362.
HSL color Cylindrical-coordinate representation of color #825A2F: hue angle of 31.08º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #825A2F is Cyan = 0, Magento = 0.31, Yellow = 0.64 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 90 | 47 | - |
| CMYK | 0 | 0.31 | 0.64 | 0.49 |
| HSL | 31.08º | 0.47% | 0.35% | - |
| HSV(B) | 31.08º | 0.64% | 0.51% | - |
| XYZ | 13.38 | 12.26 | 4.35 | - |
| YUV | 97.06 | 99.75 | 151.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 90 | 47 | 0 | 0.31 | 0.64 | 0.49 | 31.08 | 0.47 | 0.35 |
| Hex | 82 | 5A | 2F | 0 | 1F | 40 | 31 | 1F | 2F | 23 |
| Octal | 202 | 132 | 57 | 0 | 37 | 100 | 61 | 37 | 57 | 43 |
| Binary | 10000010 | 1011010 | 101111 | 0 | 11111 | 1000000 | 110001 | 11111 | 101111 | 100011 |
Color Harmonies of #825A2F
Complementary color
Monochromatic Colors of #825A2F
Black with #825A2F
Text Example
Text Example
White with #825A2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #825A2F; }
p { color: rgb(130,90,47); }
H1.HeaderClassName
{
color: #825A2F;
}
.AnyTagClassName
{
color: #825A2F;
}
</style>
background-color css
<style>
a { background-color: #825A2F; }
a { background-color: rgb(130,90,47); }
div.DivClassName
{
background-color: #825A2F;
}
.BgClassName
{
background-color: #825A2F;
}
</style>
border-color css
<style>
span { border-color: #825A2F; }
span { border-color: rgb(130,90,47); }
td.TdClassName
{
border-color: #825A2F;
}
.TagClassName
{
border-color: #825A2F;
}
</style>