Shades of Hot Curry #865B1E
Tints of Hot Curry #865B1E
RGB
CMYK
RGB Variations
Color information
#865B1E (or 0x865B1E) is known color: Hot Curry. HEX triplet: 86, 5B and 1E. RGB value is (134,91,30). Sum of RGB (Red+Green+Blue) = 134+91+30=255 (33% of max value = 765). Red value is 134 (52.73% from 255 or 52.55% from 255); Green value is 91 (35.94% from 255 or 35.69% from 255); Blue value is 30 (12.11% from 255 or 11.76% from 255); Max value from RGB is 134 - color contains mainly: red. Hex color #865B1E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #865B1E is #79A4E1. Grayscale: #616161. Windows color (decimal): -7972066 or 1989510. OLE color: 1989510.
HSL color Cylindrical-coordinate representation of color #865B1E: hue angle of 35.19º 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 #865B1E is Cyan = 0, Magento = 0.32, Yellow = 0.78 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 91 | 30 | - |
| CMYK | 0 | 0.32 | 0.78 | 0.47 |
| HSL | 35.19º | 0.63% | 0.32% | - |
| HSV(B) | 35.19º | 0.78% | 0.53% | - |
| XYZ | 13.81 | 12.64 | 2.94 | - |
| YUV | 96.9 | 90.25 | 154.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 91 | 30 | 0 | 0.32 | 0.78 | 0.47 | 35.19 | 0.63 | 0.32 |
| Hex | 86 | 5B | 1E | 0 | 20 | 4E | 2F | 23 | 3F | 20 |
| Octal | 206 | 133 | 36 | 0 | 40 | 116 | 57 | 43 | 77 | 40 |
| Binary | 10000110 | 1011011 | 11110 | 0 | 100000 | 1001110 | 101111 | 100011 | 111111 | 100000 |
Color Harmonies of #865B1E
Complementary color
Monochromatic Colors of #865B1E
Black with #865B1E
Text Example
Text Example
White with #865B1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #865B1E; }
p { color: rgb(134,91,30); }
H1.HeaderClassName
{
color: #865B1E;
}
.AnyTagClassName
{
color: #865B1E;
}
</style>
background-color css
<style>
a { background-color: #865B1E; }
a { background-color: rgb(134,91,30); }
div.DivClassName
{
background-color: #865B1E;
}
.BgClassName
{
background-color: #865B1E;
}
</style>
border-color css
<style>
span { border-color: #865B1E; }
span { border-color: rgb(134,91,30); }
td.TdClassName
{
border-color: #865B1E;
}
.TagClassName
{
border-color: #865B1E;
}
</style>