Shades of Hot Curry #885D1F
Tints of Hot Curry #885D1F
RGB
CMYK
RGB Variations
Color information
#885D1F (or 0x885D1F) is known color: Hot Curry. HEX triplet: 88, 5D and 1F. RGB value is (136,93,31). Sum of RGB (Red+Green+Blue) = 136+93+31=260 (34% of max value = 765). Red value is 136 (53.52% from 255 or 52.31% from 260); Green value is 93 (36.72% from 255 or 35.77% from 260); Blue value is 31 (12.5% from 255 or 11.92% from 260); Max value from RGB is 136 - color contains mainly: red. Hex color #885D1F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #885D1F is #77A2E0. Grayscale: #636363. Windows color (decimal): -7840481 or 2055560. OLE color: 2055560.
HSL color Cylindrical-coordinate representation of color #885D1F: hue angle of 35.43º degrees, saturation: 0.63, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #885D1F is Cyan = 0, Magento = 0.32, Yellow = 0.77 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 93 | 31 | - |
| CMYK | 0 | 0.32 | 0.77 | 0.47 |
| HSL | 35.43º | 0.63% | 0.33% | - |
| HSV(B) | 35.43º | 0.77% | 0.53% | - |
| XYZ | 14.32 | 13.16 | 3.08 | - |
| YUV | 98.79 | 89.75 | 154.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 93 | 31 | 0 | 0.32 | 0.77 | 0.47 | 35.43 | 0.63 | 0.33 |
| Hex | 88 | 5D | 1F | 0 | 20 | 4D | 2F | 23 | 3F | 21 |
| Octal | 210 | 135 | 37 | 0 | 40 | 115 | 57 | 43 | 77 | 41 |
| Binary | 10001000 | 1011101 | 11111 | 0 | 100000 | 1001101 | 101111 | 100011 | 111111 | 100001 |
Color Harmonies of #885D1F
Complementary color
Monochromatic Colors of #885D1F
Black with #885D1F
Text Example
Text Example
White with #885D1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #885D1F; }
p { color: rgb(136,93,31); }
H1.HeaderClassName
{
color: #885D1F;
}
.AnyTagClassName
{
color: #885D1F;
}
</style>
background-color css
<style>
a { background-color: #885D1F; }
a { background-color: rgb(136,93,31); }
div.DivClassName
{
background-color: #885D1F;
}
.BgClassName
{
background-color: #885D1F;
}
</style>
border-color css
<style>
span { border-color: #885D1F; }
span { border-color: rgb(136,93,31); }
td.TdClassName
{
border-color: #885D1F;
}
.TagClassName
{
border-color: #885D1F;
}
</style>