Shades of Hot Curry #825C30
Tints of Hot Curry #825C30
RGB
CMYK
RGB Variations
Color information
#825C30 (or 0x825C30) is known color: Hot Curry. HEX triplet: 82, 5C and 30. RGB value is (130,92,48). Sum of RGB (Red+Green+Blue) = 130+92+48=270 (35% of max value = 765). Red value is 130 (51.17% from 255 or 48.15% from 270); Green value is 92 (36.33% from 255 or 34.07% from 270); Blue value is 48 (19.14% from 255 or 17.78% from 270); Max value from RGB is 130 - color contains mainly: red. Hex color #825C30 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #825C30 is #7DA3CF. Grayscale: #626262. Windows color (decimal): -8233936 or 3169410. OLE color: 3169410.
HSL color Cylindrical-coordinate representation of color #825C30: hue angle of 32.2º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #825C30 is Cyan = 0, Magento = 0.29, Yellow = 0.63 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 92 | 48 | - |
| CMYK | 0 | 0.29 | 0.63 | 0.49 |
| HSL | 32.2º | 0.46% | 0.35% | - |
| HSV(B) | 32.2º | 0.63% | 0.51% | - |
| XYZ | 13.57 | 12.61 | 4.52 | - |
| YUV | 98.35 | 99.59 | 150.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 92 | 48 | 0 | 0.29 | 0.63 | 0.49 | 32.2 | 0.46 | 0.35 |
| Hex | 82 | 5C | 30 | 0 | 1D | 3F | 31 | 20 | 2E | 23 |
| Octal | 202 | 134 | 60 | 0 | 35 | 77 | 61 | 40 | 56 | 43 |
| Binary | 10000010 | 1011100 | 110000 | 0 | 11101 | 111111 | 110001 | 100000 | 101110 | 100011 |
Color Harmonies of #825C30
Complementary color
Monochromatic Colors of #825C30
Black with #825C30
Text Example
Text Example
White with #825C30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #825C30; }
p { color: rgb(130,92,48); }
H1.HeaderClassName
{
color: #825C30;
}
.AnyTagClassName
{
color: #825C30;
}
</style>
background-color css
<style>
a { background-color: #825C30; }
a { background-color: rgb(130,92,48); }
div.DivClassName
{
background-color: #825C30;
}
.BgClassName
{
background-color: #825C30;
}
</style>
border-color css
<style>
span { border-color: #825C30; }
span { border-color: rgb(130,92,48); }
td.TdClassName
{
border-color: #825C30;
}
.TagClassName
{
border-color: #825C30;
}
</style>