Shades of Hot Curry #886223
Tints of Hot Curry #886223
RGB
CMYK
RGB Variations
Color information
#886223 (or 0x886223) is known color: Hot Curry. HEX triplet: 88, 62 and 23. RGB value is (136,98,35). Sum of RGB (Red+Green+Blue) = 136+98+35=269 (35% of max value = 765). Red value is 136 (53.52% from 255 or 50.56% from 269); Green value is 98 (38.67% from 255 or 36.43% from 269); Blue value is 35 (14.06% from 255 or 13.01% from 269); Max value from RGB is 136 - color contains mainly: red. Hex color #886223 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #886223 is #779DDC. Grayscale: #666666. Windows color (decimal): -7839197 or 2318984. OLE color: 2318984.
HSL color Cylindrical-coordinate representation of color #886223: hue angle of 37.43º degrees, saturation: 0.59, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #886223 is Cyan = 0, Magento = 0.28, Yellow = 0.74 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 98 | 35 | - |
| CMYK | 0 | 0.28 | 0.74 | 0.47 |
| HSL | 37.43º | 0.59% | 0.34% | - |
| HSV(B) | 37.43º | 0.74% | 0.53% | - |
| XYZ | 14.82 | 14.09 | 3.53 | - |
| YUV | 102.18 | 90.09 | 152.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 98 | 35 | 0 | 0.28 | 0.74 | 0.47 | 37.43 | 0.59 | 0.34 |
| Hex | 88 | 62 | 23 | 0 | 1C | 4A | 2F | 25 | 3B | 22 |
| Octal | 210 | 142 | 43 | 0 | 34 | 112 | 57 | 45 | 73 | 42 |
| Binary | 10001000 | 1100010 | 100011 | 0 | 11100 | 1001010 | 101111 | 100101 | 111011 | 100010 |
Color Harmonies of #886223
Complementary color
Monochromatic Colors of #886223
Black with #886223
Text Example
Text Example
White with #886223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #886223; }
p { color: rgb(136,98,35); }
H1.HeaderClassName
{
color: #886223;
}
.AnyTagClassName
{
color: #886223;
}
</style>
background-color css
<style>
a { background-color: #886223; }
a { background-color: rgb(136,98,35); }
div.DivClassName
{
background-color: #886223;
}
.BgClassName
{
background-color: #886223;
}
</style>
border-color css
<style>
span { border-color: #886223; }
span { border-color: rgb(136,98,35); }
td.TdClassName
{
border-color: #886223;
}
.TagClassName
{
border-color: #886223;
}
</style>