Shades of Hot Curry #865723
Tints of Hot Curry #865723
RGB
CMYK
RGB Variations
Color information
#865723 (or 0x865723) is known color: Hot Curry. HEX triplet: 86, 57 and 23. RGB value is (134,87,35). Sum of RGB (Red+Green+Blue) = 134+87+35=256 (33% of max value = 765). Red value is 134 (52.73% from 255 or 52.34% from 256); Green value is 87 (34.38% from 255 or 33.98% from 256); Blue value is 35 (14.06% from 255 or 13.67% from 256); Max value from RGB is 134 - color contains mainly: red. Hex color #865723 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #865723 is #79A8DC. Grayscale: #5F5F5F. Windows color (decimal): -7973085 or 2316166. OLE color: 2316166.
HSL color Cylindrical-coordinate representation of color #865723: hue angle of 31.52º degrees, saturation: 0.59, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #865723 is Cyan = 0, Magento = 0.35, Yellow = 0.74 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 87 | 35 | - |
| CMYK | 0 | 0.35 | 0.74 | 0.47 |
| HSL | 31.52º | 0.59% | 0.33% | - |
| HSV(B) | 31.52º | 0.74% | 0.53% | - |
| XYZ | 13.54 | 12.01 | 3.19 | - |
| YUV | 95.13 | 94.07 | 155.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 87 | 35 | 0 | 0.35 | 0.74 | 0.47 | 31.52 | 0.59 | 0.33 |
| Hex | 86 | 57 | 23 | 0 | 23 | 4A | 2F | 20 | 3B | 21 |
| Octal | 206 | 127 | 43 | 0 | 43 | 112 | 57 | 40 | 73 | 41 |
| Binary | 10000110 | 1010111 | 100011 | 0 | 100011 | 1001010 | 101111 | 100000 | 111011 | 100001 |
Color Harmonies of #865723
Complementary color
Monochromatic Colors of #865723
Black with #865723
Text Example
Text Example
White with #865723
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #865723; }
p { color: rgb(134,87,35); }
H1.HeaderClassName
{
color: #865723;
}
.AnyTagClassName
{
color: #865723;
}
</style>
background-color css
<style>
a { background-color: #865723; }
a { background-color: rgb(134,87,35); }
div.DivClassName
{
background-color: #865723;
}
.BgClassName
{
background-color: #865723;
}
</style>
border-color css
<style>
span { border-color: #865723; }
span { border-color: rgb(134,87,35); }
td.TdClassName
{
border-color: #865723;
}
.TagClassName
{
border-color: #865723;
}
</style>