Shades of Hot Curry #865D1E
Tints of Hot Curry #865D1E
RGB
CMYK
RGB Variations
Color information
#865D1E (or 0x865D1E) is known color: Hot Curry. HEX triplet: 86, 5D and 1E. RGB value is (134,93,30). Sum of RGB (Red+Green+Blue) = 134+93+30=257 (34% of max value = 765). Red value is 134 (52.73% from 255 or 52.14% from 257); Green value is 93 (36.72% from 255 or 36.19% from 257); Blue value is 30 (12.11% from 255 or 11.67% from 257); Max value from RGB is 134 - color contains mainly: red. Hex color #865D1E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #865D1E is #79A2E1. Grayscale: #626262. Windows color (decimal): -7971554 or 1990022. OLE color: 1990022.
HSL color Cylindrical-coordinate representation of color #865D1E: hue angle of 36.35º degrees, saturation: 0.63, 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 #865D1E is Cyan = 0, Magento = 0.31, Yellow = 0.78 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 93 | 30 | - |
| CMYK | 0 | 0.31 | 0.78 | 0.47 |
| HSL | 36.35º | 0.63% | 0.32% | - |
| HSV(B) | 36.35º | 0.78% | 0.53% | - |
| XYZ | 13.98 | 12.99 | 3 | - |
| YUV | 98.08 | 89.58 | 153.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 93 | 30 | 0 | 0.31 | 0.78 | 0.47 | 36.35 | 0.63 | 0.32 |
| Hex | 86 | 5D | 1E | 0 | 1F | 4E | 2F | 24 | 3F | 20 |
| Octal | 206 | 135 | 36 | 0 | 37 | 116 | 57 | 44 | 77 | 40 |
| Binary | 10000110 | 1011101 | 11110 | 0 | 11111 | 1001110 | 101111 | 100100 | 111111 | 100000 |
Color Harmonies of #865D1E
Complementary color
Monochromatic Colors of #865D1E
Black with #865D1E
Text Example
Text Example
White with #865D1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #865D1E; }
p { color: rgb(134,93,30); }
H1.HeaderClassName
{
color: #865D1E;
}
.AnyTagClassName
{
color: #865D1E;
}
</style>
background-color css
<style>
a { background-color: #865D1E; }
a { background-color: rgb(134,93,30); }
div.DivClassName
{
background-color: #865D1E;
}
.BgClassName
{
background-color: #865D1E;
}
</style>
border-color css
<style>
span { border-color: #865D1E; }
span { border-color: rgb(134,93,30); }
td.TdClassName
{
border-color: #865D1E;
}
.TagClassName
{
border-color: #865D1E;
}
</style>