Shades of Hot Curry #865D24
Tints of Hot Curry #865D24
RGB
CMYK
RGB Variations
Color information
#865D24 (or 0x865D24) is known color: Hot Curry. HEX triplet: 86, 5D and 24. RGB value is (134,93,36). Sum of RGB (Red+Green+Blue) = 134+93+36=263 (34% of max value = 765). Red value is 134 (52.73% from 255 or 50.95% from 263); Green value is 93 (36.72% from 255 or 35.36% from 263); Blue value is 36 (14.45% from 255 or 13.69% from 263); Max value from RGB is 134 - color contains mainly: red. Hex color #865D24 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #865D24 is #79A2DB. Grayscale: #636363. Windows color (decimal): -7971548 or 2383238. OLE color: 2383238.
HSL color Cylindrical-coordinate representation of color #865D24: hue angle of 34.9º degrees, saturation: 0.58, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #865D24 is Cyan = 0, Magento = 0.31, Yellow = 0.73 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 93 | 36 | - |
| CMYK | 0 | 0.31 | 0.73 | 0.47 |
| HSL | 34.9º | 0.58% | 0.33% | - |
| HSV(B) | 34.9º | 0.73% | 0.53% | - |
| XYZ | 14.06 | 13.02 | 3.44 | - |
| YUV | 98.76 | 92.58 | 153.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 93 | 36 | 0 | 0.31 | 0.73 | 0.47 | 34.9 | 0.58 | 0.33 |
| Hex | 86 | 5D | 24 | 0 | 1F | 49 | 2F | 23 | 3A | 21 |
| Octal | 206 | 135 | 44 | 0 | 37 | 111 | 57 | 43 | 72 | 41 |
| Binary | 10000110 | 1011101 | 100100 | 0 | 11111 | 1001001 | 101111 | 100011 | 111010 | 100001 |
Color Harmonies of #865D24
Complementary color
Monochromatic Colors of #865D24
Black with #865D24
Text Example
Text Example
White with #865D24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #865D24; }
p { color: rgb(134,93,36); }
H1.HeaderClassName
{
color: #865D24;
}
.AnyTagClassName
{
color: #865D24;
}
</style>
background-color css
<style>
a { background-color: #865D24; }
a { background-color: rgb(134,93,36); }
div.DivClassName
{
background-color: #865D24;
}
.BgClassName
{
background-color: #865D24;
}
</style>
border-color css
<style>
span { border-color: #865D24; }
span { border-color: rgb(134,93,36); }
td.TdClassName
{
border-color: #865D24;
}
.TagClassName
{
border-color: #865D24;
}
</style>