Shades of Hot Curry #886123
Tints of Hot Curry #886123
RGB
CMYK
RGB Variations
Color information
#886123 (or 0x886123) is known color: Hot Curry. HEX triplet: 88, 61 and 23. RGB value is (136,97,35). Sum of RGB (Red+Green+Blue) = 136+97+35=268 (35% of max value = 765). Red value is 136 (53.52% from 255 or 50.75% from 268); Green value is 97 (38.28% from 255 or 36.19% from 268); Blue value is 35 (14.06% from 255 or 13.06% from 268); Max value from RGB is 136 - color contains mainly: red. Hex color #886123 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #886123 is #779EDC. Grayscale: #656565. Windows color (decimal): -7839453 or 2318728. OLE color: 2318728.
HSL color Cylindrical-coordinate representation of color #886123: hue angle of 36.83º 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 #886123 is Cyan = 0, Magento = 0.29, Yellow = 0.74 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 97 | 35 | - |
| CMYK | 0 | 0.29 | 0.74 | 0.47 |
| HSL | 36.83º | 0.59% | 0.34% | - |
| HSV(B) | 36.83º | 0.74% | 0.53% | - |
| XYZ | 14.73 | 13.9 | 3.5 | - |
| YUV | 101.59 | 90.42 | 152.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 97 | 35 | 0 | 0.29 | 0.74 | 0.47 | 36.83 | 0.59 | 0.34 |
| Hex | 88 | 61 | 23 | 0 | 1D | 4A | 2F | 25 | 3B | 22 |
| Octal | 210 | 141 | 43 | 0 | 35 | 112 | 57 | 45 | 73 | 42 |
| Binary | 10001000 | 1100001 | 100011 | 0 | 11101 | 1001010 | 101111 | 100101 | 111011 | 100010 |
Color Harmonies of #886123
Complementary color
Monochromatic Colors of #886123
Black with #886123
Text Example
Text Example
White with #886123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #886123; }
p { color: rgb(136,97,35); }
H1.HeaderClassName
{
color: #886123;
}
.AnyTagClassName
{
color: #886123;
}
</style>
background-color css
<style>
a { background-color: #886123; }
a { background-color: rgb(136,97,35); }
div.DivClassName
{
background-color: #886123;
}
.BgClassName
{
background-color: #886123;
}
</style>
border-color css
<style>
span { border-color: #886123; }
span { border-color: rgb(136,97,35); }
td.TdClassName
{
border-color: #886123;
}
.TagClassName
{
border-color: #886123;
}
</style>