Shades of Hot Curry #86541F
Tints of Hot Curry #86541F
RGB
CMYK
RGB Variations
Color information
#86541F (or 0x86541F) is known color: Hot Curry. HEX triplet: 86, 54 and 1F. RGB value is (134,84,31). Sum of RGB (Red+Green+Blue) = 134+84+31=249 (32% of max value = 765). Red value is 134 (52.73% from 255 or 53.82% from 249); Green value is 84 (33.20% from 255 or 33.73% from 249); Blue value is 31 (12.5% from 255 or 12.45% from 249); Max value from RGB is 134 - color contains mainly: red. Hex color #86541F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #86541F is #79ABE0. Grayscale: #5D5D5D. Windows color (decimal): -7973857 or 2053254. OLE color: 2053254.
HSL color Cylindrical-coordinate representation of color #86541F: hue angle of 30.87º degrees, saturation: 0.62, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #86541F is Cyan = 0, Magento = 0.37, Yellow = 0.77 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 84 | 31 | - |
| CMYK | 0 | 0.37 | 0.77 | 0.47 |
| HSL | 30.87º | 0.62% | 0.32% | - |
| HSV(B) | 30.87º | 0.77% | 0.53% | - |
| XYZ | 13.25 | 11.51 | 2.82 | - |
| YUV | 92.91 | 93.07 | 157.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 84 | 31 | 0 | 0.37 | 0.77 | 0.47 | 30.87 | 0.62 | 0.32 |
| Hex | 86 | 54 | 1F | 0 | 25 | 4D | 2F | 1F | 3E | 20 |
| Octal | 206 | 124 | 37 | 0 | 45 | 115 | 57 | 37 | 76 | 40 |
| Binary | 10000110 | 1010100 | 11111 | 0 | 100101 | 1001101 | 101111 | 11111 | 111110 | 100000 |
Color Harmonies of #86541F
Complementary color
Monochromatic Colors of #86541F
Black with #86541F
Text Example
Text Example
White with #86541F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86541F; }
p { color: rgb(134,84,31); }
H1.HeaderClassName
{
color: #86541F;
}
.AnyTagClassName
{
color: #86541F;
}
</style>
background-color css
<style>
a { background-color: #86541F; }
a { background-color: rgb(134,84,31); }
div.DivClassName
{
background-color: #86541F;
}
.BgClassName
{
background-color: #86541F;
}
</style>
border-color css
<style>
span { border-color: #86541F; }
span { border-color: rgb(134,84,31); }
td.TdClassName
{
border-color: #86541F;
}
.TagClassName
{
border-color: #86541F;
}
</style>