Shades of Hot Curry #885D22
Tints of Hot Curry #885D22
RGB
CMYK
RGB Variations
Color information
#885D22 (or 0x885D22) is known color: Hot Curry. HEX triplet: 88, 5D and 22. RGB value is (136,93,34). Sum of RGB (Red+Green+Blue) = 136+93+34=263 (34% of max value = 765). Red value is 136 (53.52% from 255 or 51.71% from 263); Green value is 93 (36.72% from 255 or 35.36% from 263); Blue value is 34 (13.67% from 255 or 12.93% from 263); Max value from RGB is 136 - color contains mainly: red. Hex color #885D22 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #885D22 is #77A2DD. Grayscale: #636363. Windows color (decimal): -7840478 or 2252168. OLE color: 2252168.
HSL color Cylindrical-coordinate representation of color #885D22: hue angle of 34.71º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #885D22 is Cyan = 0, Magento = 0.32, Yellow = 0.75 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 93 | 34 | - |
| CMYK | 0 | 0.32 | 0.75 | 0.47 |
| HSL | 34.71º | 0.6% | 0.33% | - |
| HSV(B) | 34.71º | 0.75% | 0.53% | - |
| XYZ | 14.36 | 13.18 | 3.3 | - |
| YUV | 99.13 | 91.25 | 154.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 93 | 34 | 0 | 0.32 | 0.75 | 0.47 | 34.71 | 0.6 | 0.33 |
| Hex | 88 | 5D | 22 | 0 | 20 | 4B | 2F | 23 | 3C | 21 |
| Octal | 210 | 135 | 42 | 0 | 40 | 113 | 57 | 43 | 74 | 41 |
| Binary | 10001000 | 1011101 | 100010 | 0 | 100000 | 1001011 | 101111 | 100011 | 111100 | 100001 |
Color Harmonies of #885D22
Complementary color
Monochromatic Colors of #885D22
Black with #885D22
Text Example
Text Example
White with #885D22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #885D22; }
p { color: rgb(136,93,34); }
H1.HeaderClassName
{
color: #885D22;
}
.AnyTagClassName
{
color: #885D22;
}
</style>
background-color css
<style>
a { background-color: #885D22; }
a { background-color: rgb(136,93,34); }
div.DivClassName
{
background-color: #885D22;
}
.BgClassName
{
background-color: #885D22;
}
</style>
border-color css
<style>
span { border-color: #885D22; }
span { border-color: rgb(136,93,34); }
td.TdClassName
{
border-color: #885D22;
}
.TagClassName
{
border-color: #885D22;
}
</style>