Shades of Hot Curry #86571D
Tints of Hot Curry #86571D
RGB
CMYK
RGB Variations
Color information
#86571D (or 0x86571D) is known color: Hot Curry. HEX triplet: 86, 57 and 1D. RGB value is (134,87,29). Sum of RGB (Red+Green+Blue) = 134+87+29=250 (33% of max value = 765). Red value is 134 (52.73% from 255 or 53.6% from 250); Green value is 87 (34.38% from 255 or 34.8% from 250); Blue value is 29 (11.72% from 255 or 11.6% from 250); Max value from RGB is 134 - color contains mainly: red. Hex color #86571D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #86571D is #79A8E2. Grayscale: #5E5E5E. Windows color (decimal): -7973091 or 1922950. OLE color: 1922950.
HSL color Cylindrical-coordinate representation of color #86571D: hue angle of 33.14º degrees, saturation: 0.64, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #86571D is Cyan = 0, Magento = 0.35, Yellow = 0.78 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 87 | 29 | - |
| CMYK | 0 | 0.35 | 0.78 | 0.47 |
| HSL | 33.14º | 0.64% | 0.32% | - |
| HSV(B) | 33.14º | 0.78% | 0.53% | - |
| XYZ | 13.46 | 11.97 | 2.76 | - |
| YUV | 94.44 | 91.07 | 156.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 87 | 29 | 0 | 0.35 | 0.78 | 0.47 | 33.14 | 0.64 | 0.32 |
| Hex | 86 | 57 | 1D | 0 | 23 | 4E | 2F | 21 | 40 | 20 |
| Octal | 206 | 127 | 35 | 0 | 43 | 116 | 57 | 41 | 100 | 40 |
| Binary | 10000110 | 1010111 | 11101 | 0 | 100011 | 1001110 | 101111 | 100001 | 1000000 | 100000 |
Color Harmonies of #86571D
Complementary color
Monochromatic Colors of #86571D
Black with #86571D
Text Example
Text Example
White with #86571D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86571D; }
p { color: rgb(134,87,29); }
H1.HeaderClassName
{
color: #86571D;
}
.AnyTagClassName
{
color: #86571D;
}
</style>
background-color css
<style>
a { background-color: #86571D; }
a { background-color: rgb(134,87,29); }
div.DivClassName
{
background-color: #86571D;
}
.BgClassName
{
background-color: #86571D;
}
</style>
border-color css
<style>
span { border-color: #86571D; }
span { border-color: rgb(134,87,29); }
td.TdClassName
{
border-color: #86571D;
}
.TagClassName
{
border-color: #86571D;
}
</style>