Shades of Hot Curry #865E1B
Tints of Hot Curry #865E1B
RGB
CMYK
RGB Variations
Color information
#865E1B (or 0x865E1B) is known color: Hot Curry. HEX triplet: 86, 5E and 1B. RGB value is (134,94,27). Sum of RGB (Red+Green+Blue) = 134+94+27=255 (33% of max value = 765). Red value is 134 (52.73% from 255 or 52.55% from 255); Green value is 94 (37.11% from 255 or 36.86% from 255); Blue value is 27 (10.94% from 255 or 10.59% from 255); Max value from RGB is 134 - color contains mainly: red. Hex color #865E1B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #865E1B is #79A1E4. Grayscale: #626262. Windows color (decimal): -7971301 or 1793670. OLE color: 1793670.
HSL color Cylindrical-coordinate representation of color #865E1B: hue angle of 37.57º degrees, saturation: 0.66, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #865E1B is Cyan = 0, Magento = 0.30, Yellow = 0.80 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 94 | 27 | - |
| CMYK | 0 | 0.30 | 0.80 | 0.47 |
| HSL | 37.57º | 0.66% | 0.32% | - |
| HSV(B) | 37.57º | 0.8% | 0.53% | - |
| XYZ | 14.03 | 13.15 | 2.84 | - |
| YUV | 98.32 | 87.75 | 153.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 94 | 27 | 0 | 0.30 | 0.80 | 0.47 | 37.57 | 0.66 | 0.32 |
| Hex | 86 | 5E | 1B | 0 | 1E | 50 | 2F | 26 | 42 | 20 |
| Octal | 206 | 136 | 33 | 0 | 36 | 120 | 57 | 46 | 102 | 40 |
| Binary | 10000110 | 1011110 | 11011 | 0 | 11110 | 1010000 | 101111 | 100110 | 1000010 | 100000 |
Color Harmonies of #865E1B
Complementary color
Monochromatic Colors of #865E1B
Black with #865E1B
Text Example
Text Example
White with #865E1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #865E1B; }
p { color: rgb(134,94,27); }
H1.HeaderClassName
{
color: #865E1B;
}
.AnyTagClassName
{
color: #865E1B;
}
</style>
background-color css
<style>
a { background-color: #865E1B; }
a { background-color: rgb(134,94,27); }
div.DivClassName
{
background-color: #865E1B;
}
.BgClassName
{
background-color: #865E1B;
}
</style>
border-color css
<style>
span { border-color: #865E1B; }
span { border-color: rgb(134,94,27); }
td.TdClassName
{
border-color: #865E1B;
}
.TagClassName
{
border-color: #865E1B;
}
</style>