Shades of Hot Curry #885923
Tints of Hot Curry #885923
RGB
CMYK
RGB Variations
Color information
#885923 (or 0x885923) is known color: Hot Curry. HEX triplet: 88, 59 and 23. RGB value is (136,89,35). Sum of RGB (Red+Green+Blue) = 136+89+35=260 (34% of max value = 765). Red value is 136 (53.52% from 255 or 52.31% from 260); Green value is 89 (35.16% from 255 or 34.23% from 260); Blue value is 35 (14.06% from 255 or 13.46% from 260); Max value from RGB is 136 - color contains mainly: red. Hex color #885923 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #885923 is #77A6DC. Grayscale: #616161. Windows color (decimal): -7841501 or 2316680. OLE color: 2316680.
HSL color Cylindrical-coordinate representation of color #885923: hue angle of 32.08º 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 #885923 is Cyan = 0, Magento = 0.35, Yellow = 0.74 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 89 | 35 | - |
| CMYK | 0 | 0.35 | 0.74 | 0.47 |
| HSL | 32.08º | 0.59% | 0.34% | - |
| HSV(B) | 32.08º | 0.74% | 0.53% | - |
| XYZ | 14.03 | 12.5 | 3.26 | - |
| YUV | 96.9 | 93.07 | 155.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 89 | 35 | 0 | 0.35 | 0.74 | 0.47 | 32.08 | 0.59 | 0.34 |
| Hex | 88 | 59 | 23 | 0 | 23 | 4A | 2F | 20 | 3B | 22 |
| Octal | 210 | 131 | 43 | 0 | 43 | 112 | 57 | 40 | 73 | 42 |
| Binary | 10001000 | 1011001 | 100011 | 0 | 100011 | 1001010 | 101111 | 100000 | 111011 | 100010 |
Color Harmonies of #885923
Complementary color
Monochromatic Colors of #885923
Black with #885923
Text Example
Text Example
White with #885923
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #885923; }
p { color: rgb(136,89,35); }
H1.HeaderClassName
{
color: #885923;
}
.AnyTagClassName
{
color: #885923;
}
</style>
background-color css
<style>
a { background-color: #885923; }
a { background-color: rgb(136,89,35); }
div.DivClassName
{
background-color: #885923;
}
.BgClassName
{
background-color: #885923;
}
</style>
border-color css
<style>
span { border-color: #885923; }
span { border-color: rgb(136,89,35); }
td.TdClassName
{
border-color: #885923;
}
.TagClassName
{
border-color: #885923;
}
</style>