Shades of Hot Curry #885F26
Tints of Hot Curry #885F26
RGB
CMYK
RGB Variations
Color information
#885F26 (or 0x885F26) is known color: Hot Curry. HEX triplet: 88, 5F and 26. RGB value is (136,95,38). Sum of RGB (Red+Green+Blue) = 136+95+38=269 (35% of max value = 765). Red value is 136 (53.52% from 255 or 50.56% from 269); Green value is 95 (37.5% from 255 or 35.32% from 269); Blue value is 38 (15.23% from 255 or 14.13% from 269); Max value from RGB is 136 - color contains mainly: red. Hex color #885F26 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #885F26 is #77A0D9. Grayscale: #656565. Windows color (decimal): -7839962 or 2514824. OLE color: 2514824.
HSL color Cylindrical-coordinate representation of color #885F26: hue angle of 34.9º degrees, saturation: 0.56, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #885F26 is Cyan = 0, Magento = 0.30, Yellow = 0.72 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 95 | 38 | - |
| CMYK | 0 | 0.30 | 0.72 | 0.47 |
| HSL | 34.9º | 0.56% | 0.34% | - |
| HSV(B) | 34.9º | 0.72% | 0.53% | - |
| XYZ | 14.6 | 13.56 | 3.68 | - |
| YUV | 100.76 | 92.58 | 153.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 95 | 38 | 0 | 0.30 | 0.72 | 0.47 | 34.9 | 0.56 | 0.34 |
| Hex | 88 | 5F | 26 | 0 | 1E | 48 | 2F | 23 | 38 | 22 |
| Octal | 210 | 137 | 46 | 0 | 36 | 110 | 57 | 43 | 70 | 42 |
| Binary | 10001000 | 1011111 | 100110 | 0 | 11110 | 1001000 | 101111 | 100011 | 111000 | 100010 |
Color Harmonies of #885F26
Complementary color
Monochromatic Colors of #885F26
Black with #885F26
Text Example
Text Example
White with #885F26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #885F26; }
p { color: rgb(136,95,38); }
H1.HeaderClassName
{
color: #885F26;
}
.AnyTagClassName
{
color: #885F26;
}
</style>
background-color css
<style>
a { background-color: #885F26; }
a { background-color: rgb(136,95,38); }
div.DivClassName
{
background-color: #885F26;
}
.BgClassName
{
background-color: #885F26;
}
</style>
border-color css
<style>
span { border-color: #885F26; }
span { border-color: rgb(136,95,38); }
td.TdClassName
{
border-color: #885F26;
}
.TagClassName
{
border-color: #885F26;
}
</style>