Shades of Hot Curry #865E1D
Tints of Hot Curry #865E1D
RGB
CMYK
RGB Variations
Color information
#865E1D (or 0x865E1D) is known color: Hot Curry. HEX triplet: 86, 5E and 1D. RGB value is (134,94,29). Sum of RGB (Red+Green+Blue) = 134+94+29=257 (34% of max value = 765). Red value is 134 (52.73% from 255 or 52.14% from 257); Green value is 94 (37.11% from 255 or 36.58% from 257); Blue value is 29 (11.72% from 255 or 11.28% from 257); Max value from RGB is 134 - color contains mainly: red. Hex color #865E1D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #865E1D is #79A1E2. Grayscale: #626262. Windows color (decimal): -7971299 or 1924742. OLE color: 1924742.
HSL color Cylindrical-coordinate representation of color #865E1D: hue angle of 37.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 #865E1D is Cyan = 0, Magento = 0.30, Yellow = 0.78 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 94 | 29 | - |
| CMYK | 0 | 0.30 | 0.78 | 0.47 |
| HSL | 37.14º | 0.64% | 0.32% | - |
| HSV(B) | 37.14º | 0.78% | 0.53% | - |
| XYZ | 14.06 | 13.16 | 2.96 | - |
| YUV | 98.55 | 88.75 | 153.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 94 | 29 | 0 | 0.30 | 0.78 | 0.47 | 37.14 | 0.64 | 0.32 |
| Hex | 86 | 5E | 1D | 0 | 1E | 4E | 2F | 25 | 40 | 20 |
| Octal | 206 | 136 | 35 | 0 | 36 | 116 | 57 | 45 | 100 | 40 |
| Binary | 10000110 | 1011110 | 11101 | 0 | 11110 | 1001110 | 101111 | 100101 | 1000000 | 100000 |
Color Harmonies of #865E1D
Complementary color
Monochromatic Colors of #865E1D
Black with #865E1D
Text Example
Text Example
White with #865E1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #865E1D; }
p { color: rgb(134,94,29); }
H1.HeaderClassName
{
color: #865E1D;
}
.AnyTagClassName
{
color: #865E1D;
}
</style>
background-color css
<style>
a { background-color: #865E1D; }
a { background-color: rgb(134,94,29); }
div.DivClassName
{
background-color: #865E1D;
}
.BgClassName
{
background-color: #865E1D;
}
</style>
border-color css
<style>
span { border-color: #865E1D; }
span { border-color: rgb(134,94,29); }
td.TdClassName
{
border-color: #865E1D;
}
.TagClassName
{
border-color: #865E1D;
}
</style>