Shades of Hot Curry #86551D
Tints of Hot Curry #86551D
RGB
CMYK
RGB Variations
Color information
#86551D (or 0x86551D) is known color: Hot Curry. HEX triplet: 86, 55 and 1D. RGB value is (134,85,29). Sum of RGB (Red+Green+Blue) = 134+85+29=248 (32% of max value = 765). Red value is 134 (52.73% from 255 or 54.03% from 248); Green value is 85 (33.59% from 255 or 34.27% from 248); Blue value is 29 (11.72% from 255 or 11.69% from 248); Max value from RGB is 134 - color contains mainly: red. Hex color #86551D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #86551D is #79AAE2. Grayscale: #5D5D5D. Windows color (decimal): -7973603 or 1922438. OLE color: 1922438.
HSL color Cylindrical-coordinate representation of color #86551D: hue angle of 32º 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 #86551D is Cyan = 0, Magento = 0.37, Yellow = 0.78 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 85 | 29 | - |
| CMYK | 0 | 0.37 | 0.78 | 0.47 |
| HSL | 32º | 0.64% | 0.32% | - |
| HSV(B) | 32º | 0.78% | 0.53% | - |
| XYZ | 13.3 | 11.65 | 2.71 | - |
| YUV | 93.27 | 91.73 | 157.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 85 | 29 | 0 | 0.37 | 0.78 | 0.47 | 32 | 0.64 | 0.32 |
| Hex | 86 | 55 | 1D | 0 | 25 | 4E | 2F | 20 | 40 | 20 |
| Octal | 206 | 125 | 35 | 0 | 45 | 116 | 57 | 40 | 100 | 40 |
| Binary | 10000110 | 1010101 | 11101 | 0 | 100101 | 1001110 | 101111 | 100000 | 1000000 | 100000 |
Color Harmonies of #86551D
Complementary color
Monochromatic Colors of #86551D
Black with #86551D
Text Example
Text Example
White with #86551D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86551D; }
p { color: rgb(134,85,29); }
H1.HeaderClassName
{
color: #86551D;
}
.AnyTagClassName
{
color: #86551D;
}
</style>
background-color css
<style>
a { background-color: #86551D; }
a { background-color: rgb(134,85,29); }
div.DivClassName
{
background-color: #86551D;
}
.BgClassName
{
background-color: #86551D;
}
</style>
border-color css
<style>
span { border-color: #86551D; }
span { border-color: rgb(134,85,29); }
td.TdClassName
{
border-color: #86551D;
}
.TagClassName
{
border-color: #86551D;
}
</style>