Shades of Hot Curry #856225
Tints of Hot Curry #856225
RGB
CMYK
RGB Variations
Color information
#856225 (or 0x856225) is known color: Hot Curry. HEX triplet: 85, 62 and 25. RGB value is (133,98,37). Sum of RGB (Red+Green+Blue) = 133+98+37=268 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.63% from 268); Green value is 98 (38.67% from 255 or 36.57% from 268); Blue value is 37 (14.84% from 255 or 13.81% from 268); Max value from RGB is 133 - color contains mainly: red. Hex color #856225 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #856225 is #7A9DDA. Grayscale: #656565. Windows color (decimal): -8035803 or 2450053. OLE color: 2450053.
HSL color Cylindrical-coordinate representation of color #856225: hue angle of 38.12º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #856225 is Cyan = 0, Magento = 0.26, Yellow = 0.72 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 98 | 37 | - |
| CMYK | 0 | 0.26 | 0.72 | 0.48 |
| HSL | 38.13º | 0.56% | 0.33% | - |
| HSV(B) | 38.13º | 0.72% | 0.52% | - |
| XYZ | 14.37 | 13.86 | 3.67 | - |
| YUV | 101.51 | 91.6 | 150.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 98 | 37 | 0 | 0.26 | 0.72 | 0.48 | 38.13 | 0.56 | 0.33 |
| Hex | 85 | 62 | 25 | 0 | 1A | 48 | 30 | 26 | 38 | 21 |
| Octal | 205 | 142 | 45 | 0 | 32 | 110 | 60 | 46 | 70 | 41 |
| Binary | 10000101 | 1100010 | 100101 | 0 | 11010 | 1001000 | 110000 | 100110 | 111000 | 100001 |
Color Harmonies of #856225
Complementary color
Monochromatic Colors of #856225
Black with #856225
Text Example
Text Example
White with #856225
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #856225; }
p { color: rgb(133,98,37); }
H1.HeaderClassName
{
color: #856225;
}
.AnyTagClassName
{
color: #856225;
}
</style>
background-color css
<style>
a { background-color: #856225; }
a { background-color: rgb(133,98,37); }
div.DivClassName
{
background-color: #856225;
}
.BgClassName
{
background-color: #856225;
}
</style>
border-color css
<style>
span { border-color: #856225; }
span { border-color: rgb(133,98,37); }
td.TdClassName
{
border-color: #856225;
}
.TagClassName
{
border-color: #856225;
}
</style>