Shades of Hot Curry #865E1C
Tints of Hot Curry #865E1C
RGB
CMYK
RGB Variations
Color information
#865E1C (or 0x865E1C) is known color: Hot Curry. HEX triplet: 86, 5E and 1C. RGB value is (134,94,28). Sum of RGB (Red+Green+Blue) = 134+94+28=256 (33% of max value = 765). Red value is 134 (52.73% from 255 or 52.34% from 256); Green value is 94 (37.11% from 255 or 36.72% from 256); Blue value is 28 (11.33% from 255 or 10.94% from 256); Max value from RGB is 134 - color contains mainly: red. Hex color #865E1C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #865E1C is #79A1E3. Grayscale: #626262. Windows color (decimal): -7971300 or 1859206. OLE color: 1859206.
HSL color Cylindrical-coordinate representation of color #865E1C: hue angle of 37.36º 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 #865E1C is Cyan = 0, Magento = 0.30, Yellow = 0.79 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 94 | 28 | - |
| CMYK | 0 | 0.30 | 0.79 | 0.47 |
| HSL | 37.36º | 0.65% | 0.32% | - |
| HSV(B) | 37.36º | 0.79% | 0.53% | - |
| XYZ | 14.04 | 13.16 | 2.9 | - |
| YUV | 98.44 | 88.25 | 153.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 94 | 28 | 0 | 0.30 | 0.79 | 0.47 | 37.36 | 0.65 | 0.32 |
| Hex | 86 | 5E | 1C | 0 | 1E | 4F | 2F | 25 | 41 | 20 |
| Octal | 206 | 136 | 34 | 0 | 36 | 117 | 57 | 45 | 101 | 40 |
| Binary | 10000110 | 1011110 | 11100 | 0 | 11110 | 1001111 | 101111 | 100101 | 1000001 | 100000 |
Color Harmonies of #865E1C
Complementary color
Monochromatic Colors of #865E1C
Black with #865E1C
Text Example
Text Example
White with #865E1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #865E1C; }
p { color: rgb(134,94,28); }
H1.HeaderClassName
{
color: #865E1C;
}
.AnyTagClassName
{
color: #865E1C;
}
</style>
background-color css
<style>
a { background-color: #865E1C; }
a { background-color: rgb(134,94,28); }
div.DivClassName
{
background-color: #865E1C;
}
.BgClassName
{
background-color: #865E1C;
}
</style>
border-color css
<style>
span { border-color: #865E1C; }
span { border-color: rgb(134,94,28); }
td.TdClassName
{
border-color: #865E1C;
}
.TagClassName
{
border-color: #865E1C;
}
</style>