Shades of Hot Curry #885521
Tints of Hot Curry #885521
RGB
CMYK
RGB Variations
Color information
#885521 (or 0x885521) is known color: Hot Curry. HEX triplet: 88, 55 and 21. RGB value is (136,85,33). Sum of RGB (Red+Green+Blue) = 136+85+33=254 (33% of max value = 765). Red value is 136 (53.52% from 255 or 53.54% from 254); Green value is 85 (33.59% from 255 or 33.46% from 254); Blue value is 33 (13.28% from 255 or 12.99% from 254); Max value from RGB is 136 - color contains mainly: red. Hex color #885521 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #885521 is #77AADE. Grayscale: #5E5E5E. Windows color (decimal): -7842527 or 2184584. OLE color: 2184584.
HSL color Cylindrical-coordinate representation of color #885521: hue angle of 30.29º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #885521 is Cyan = 0, Magento = 0.38, Yellow = 0.76 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 85 | 33 | - |
| CMYK | 0 | 0.38 | 0.76 | 0.47 |
| HSL | 30.29º | 0.61% | 0.33% | - |
| HSV(B) | 30.29º | 0.76% | 0.53% | - |
| XYZ | 13.68 | 11.84 | 3 | - |
| YUV | 94.32 | 93.4 | 157.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 85 | 33 | 0 | 0.38 | 0.76 | 0.47 | 30.29 | 0.61 | 0.33 |
| Hex | 88 | 55 | 21 | 0 | 26 | 4C | 2F | 1E | 3D | 21 |
| Octal | 210 | 125 | 41 | 0 | 46 | 114 | 57 | 36 | 75 | 41 |
| Binary | 10001000 | 1010101 | 100001 | 0 | 100110 | 1001100 | 101111 | 11110 | 111101 | 100001 |
Color Harmonies of #885521
Complementary color
Monochromatic Colors of #885521
Black with #885521
Text Example
Text Example
White with #885521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #885521; }
p { color: rgb(136,85,33); }
H1.HeaderClassName
{
color: #885521;
}
.AnyTagClassName
{
color: #885521;
}
</style>
background-color css
<style>
a { background-color: #885521; }
a { background-color: rgb(136,85,33); }
div.DivClassName
{
background-color: #885521;
}
.BgClassName
{
background-color: #885521;
}
</style>
border-color css
<style>
span { border-color: #885521; }
span { border-color: rgb(136,85,33); }
td.TdClassName
{
border-color: #885521;
}
.TagClassName
{
border-color: #885521;
}
</style>