Shades of Hot Curry #86571C
Tints of Hot Curry #86571C
RGB
CMYK
RGB Variations
Color information
#86571C (or 0x86571C) is known color: Hot Curry. HEX triplet: 86, 57 and 1C. RGB value is (134,87,28). Sum of RGB (Red+Green+Blue) = 134+87+28=249 (32% of max value = 765). Red value is 134 (52.73% from 255 or 53.82% from 249); Green value is 87 (34.38% from 255 or 34.94% from 249); Blue value is 28 (11.33% from 255 or 11.24% from 249); Max value from RGB is 134 - color contains mainly: red. Hex color #86571C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #86571C is #79A8E3. Grayscale: #5E5E5E. Windows color (decimal): -7973092 or 1857414. OLE color: 1857414.
HSL color Cylindrical-coordinate representation of color #86571C: hue angle of 33.4º degrees, saturation: 0.65, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #86571C is Cyan = 0, Magento = 0.35, Yellow = 0.79 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 87 | 28 | - |
| CMYK | 0 | 0.35 | 0.79 | 0.47 |
| HSL | 33.4º | 0.65% | 0.32% | - |
| HSV(B) | 33.4º | 0.79% | 0.53% | - |
| XYZ | 13.45 | 11.97 | 2.7 | - |
| YUV | 94.33 | 90.57 | 156.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 87 | 28 | 0 | 0.35 | 0.79 | 0.47 | 33.4 | 0.65 | 0.32 |
| Hex | 86 | 57 | 1C | 0 | 23 | 4F | 2F | 21 | 41 | 20 |
| Octal | 206 | 127 | 34 | 0 | 43 | 117 | 57 | 41 | 101 | 40 |
| Binary | 10000110 | 1010111 | 11100 | 0 | 100011 | 1001111 | 101111 | 100001 | 1000001 | 100000 |
Color Harmonies of #86571C
Complementary color
Monochromatic Colors of #86571C
Black with #86571C
Text Example
Text Example
White with #86571C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86571C; }
p { color: rgb(134,87,28); }
H1.HeaderClassName
{
color: #86571C;
}
.AnyTagClassName
{
color: #86571C;
}
</style>
background-color css
<style>
a { background-color: #86571C; }
a { background-color: rgb(134,87,28); }
div.DivClassName
{
background-color: #86571C;
}
.BgClassName
{
background-color: #86571C;
}
</style>
border-color css
<style>
span { border-color: #86571C; }
span { border-color: rgb(134,87,28); }
td.TdClassName
{
border-color: #86571C;
}
.TagClassName
{
border-color: #86571C;
}
</style>