Shades of Hot Curry #885F25
Tints of Hot Curry #885F25
RGB
CMYK
RGB Variations
Color information
#885F25 (or 0x885F25) is known color: Hot Curry. HEX triplet: 88, 5F and 25. RGB value is (136,95,37). Sum of RGB (Red+Green+Blue) = 136+95+37=268 (35% of max value = 765). Red value is 136 (53.52% from 255 or 50.75% from 268); Green value is 95 (37.5% from 255 or 35.45% from 268); Blue value is 37 (14.84% from 255 or 13.81% from 268); Max value from RGB is 136 - color contains mainly: red. Hex color #885F25 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #885F25 is #77A0DA. Grayscale: #646464. Windows color (decimal): -7839963 or 2449288. OLE color: 2449288.
HSL color Cylindrical-coordinate representation of color #885F25: hue angle of 35.15º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #885F25 is Cyan = 0, Magento = 0.30, Yellow = 0.73 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 95 | 37 | - |
| CMYK | 0 | 0.30 | 0.73 | 0.47 |
| HSL | 35.15º | 0.57% | 0.34% | - |
| HSV(B) | 35.15º | 0.73% | 0.53% | - |
| XYZ | 14.58 | 13.55 | 3.6 | - |
| YUV | 100.65 | 92.08 | 153.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 95 | 37 | 0 | 0.30 | 0.73 | 0.47 | 35.15 | 0.57 | 0.34 |
| Hex | 88 | 5F | 25 | 0 | 1E | 49 | 2F | 23 | 39 | 22 |
| Octal | 210 | 137 | 45 | 0 | 36 | 111 | 57 | 43 | 71 | 42 |
| Binary | 10001000 | 1011111 | 100101 | 0 | 11110 | 1001001 | 101111 | 100011 | 111001 | 100010 |
Color Harmonies of #885F25
Complementary color
Monochromatic Colors of #885F25
Black with #885F25
Text Example
Text Example
White with #885F25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #885F25; }
p { color: rgb(136,95,37); }
H1.HeaderClassName
{
color: #885F25;
}
.AnyTagClassName
{
color: #885F25;
}
</style>
background-color css
<style>
a { background-color: #885F25; }
a { background-color: rgb(136,95,37); }
div.DivClassName
{
background-color: #885F25;
}
.BgClassName
{
background-color: #885F25;
}
</style>
border-color css
<style>
span { border-color: #885F25; }
span { border-color: rgb(136,95,37); }
td.TdClassName
{
border-color: #885F25;
}
.TagClassName
{
border-color: #885F25;
}
</style>