Shades of Hot Curry #865C20
Tints of Hot Curry #865C20
RGB
CMYK
RGB Variations
Color information
#865C20 (or 0x865C20) is known color: Hot Curry. HEX triplet: 86, 5C and 20. RGB value is (134,92,32). Sum of RGB (Red+Green+Blue) = 134+92+32=258 (34% of max value = 765). Red value is 134 (52.73% from 255 or 51.94% from 258); Green value is 92 (36.33% from 255 or 35.66% from 258); Blue value is 32 (12.89% from 255 or 12.40% from 258); Max value from RGB is 134 - color contains mainly: red. Hex color #865C20 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #865C20 is #79A3DF. Grayscale: #616161. Windows color (decimal): -7971808 or 2120838. OLE color: 2120838.
HSL color Cylindrical-coordinate representation of color #865C20: hue angle of 35.29º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #865C20 is Cyan = 0, Magento = 0.31, Yellow = 0.76 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 92 | 32 | - |
| CMYK | 0 | 0.31 | 0.76 | 0.47 |
| HSL | 35.29º | 0.61% | 0.33% | - |
| HSV(B) | 35.29º | 0.76% | 0.53% | - |
| XYZ | 13.92 | 12.83 | 3.11 | - |
| YUV | 97.72 | 90.91 | 153.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 92 | 32 | 0 | 0.31 | 0.76 | 0.47 | 35.29 | 0.61 | 0.33 |
| Hex | 86 | 5C | 20 | 0 | 1F | 4C | 2F | 23 | 3D | 21 |
| Octal | 206 | 134 | 40 | 0 | 37 | 114 | 57 | 43 | 75 | 41 |
| Binary | 10000110 | 1011100 | 100000 | 0 | 11111 | 1001100 | 101111 | 100011 | 111101 | 100001 |
Color Harmonies of #865C20
Complementary color
Monochromatic Colors of #865C20
Black with #865C20
Text Example
Text Example
White with #865C20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #865C20; }
p { color: rgb(134,92,32); }
H1.HeaderClassName
{
color: #865C20;
}
.AnyTagClassName
{
color: #865C20;
}
</style>
background-color css
<style>
a { background-color: #865C20; }
a { background-color: rgb(134,92,32); }
div.DivClassName
{
background-color: #865C20;
}
.BgClassName
{
background-color: #865C20;
}
</style>
border-color css
<style>
span { border-color: #865C20; }
span { border-color: rgb(134,92,32); }
td.TdClassName
{
border-color: #865C20;
}
.TagClassName
{
border-color: #865C20;
}
</style>