Shades of Hot Curry #825F32
Tints of Hot Curry #825F32
RGB
CMYK
RGB Variations
Color information
#825F32 (or 0x825F32) is known color: Hot Curry. HEX triplet: 82, 5F and 32. RGB value is (130,95,50). Sum of RGB (Red+Green+Blue) = 130+95+50=275 (36% of max value = 765). Red value is 130 (51.17% from 255 or 47.27% from 275); Green value is 95 (37.5% from 255 or 34.55% from 275); Blue value is 50 (19.92% from 255 or 18.18% from 275); Max value from RGB is 130 - color contains mainly: red. Hex color #825F32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #825F32 is #7DA0CD. Grayscale: #646464. Windows color (decimal): -8233166 or 3301250. OLE color: 3301250.
HSL color Cylindrical-coordinate representation of color #825F32: hue angle of 33.75º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #825F32 is Cyan = 0, Magento = 0.27, Yellow = 0.62 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 95 | 50 | - |
| CMYK | 0 | 0.27 | 0.62 | 0.49 |
| HSL | 33.75º | 0.44% | 0.35% | - |
| HSV(B) | 33.75º | 0.62% | 0.51% | - |
| XYZ | 13.87 | 13.16 | 4.83 | - |
| YUV | 100.34 | 99.6 | 149.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 95 | 50 | 0 | 0.27 | 0.62 | 0.49 | 33.75 | 0.44 | 0.35 |
| Hex | 82 | 5F | 32 | 0 | 1B | 3E | 31 | 22 | 2C | 23 |
| Octal | 202 | 137 | 62 | 0 | 33 | 76 | 61 | 42 | 54 | 43 |
| Binary | 10000010 | 1011111 | 110010 | 0 | 11011 | 111110 | 110001 | 100010 | 101100 | 100011 |
Color Harmonies of #825F32
Complementary color
Monochromatic Colors of #825F32
Black with #825F32
Text Example
Text Example
White with #825F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #825F32; }
p { color: rgb(130,95,50); }
H1.HeaderClassName
{
color: #825F32;
}
.AnyTagClassName
{
color: #825F32;
}
</style>
background-color css
<style>
a { background-color: #825F32; }
a { background-color: rgb(130,95,50); }
div.DivClassName
{
background-color: #825F32;
}
.BgClassName
{
background-color: #825F32;
}
</style>
border-color css
<style>
span { border-color: #825F32; }
span { border-color: rgb(130,95,50); }
td.TdClassName
{
border-color: #825F32;
}
.TagClassName
{
border-color: #825F32;
}
</style>