Shades of Hot Curry #865C19
Tints of Hot Curry #865C19
RGB
CMYK
RGB Variations
Color information
#865C19 (or 0x865C19) is known color: Hot Curry. HEX triplet: 86, 5C and 19. RGB value is (134,92,25). Sum of RGB (Red+Green+Blue) = 134+92+25=251 (33% of max value = 765). Red value is 134 (52.73% from 255 or 53.39% from 251); Green value is 92 (36.33% from 255 or 36.65% from 251); Blue value is 25 (10.16% from 255 or 9.96% from 251); Max value from RGB is 134 - color contains mainly: red. Hex color #865C19 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #865C19 is #79A3E6. Grayscale: #616161. Windows color (decimal): -7971815 or 1662086. OLE color: 1662086.
HSL color Cylindrical-coordinate representation of color #865C19: hue angle of 36.88º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #865C19 is Cyan = 0, Magento = 0.31, Yellow = 0.81 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 92 | 25 | - |
| CMYK | 0 | 0.31 | 0.81 | 0.47 |
| HSL | 36.88º | 0.69% | 0.31% | - |
| HSV(B) | 36.88º | 0.81% | 0.53% | - |
| XYZ | 13.83 | 12.79 | 2.66 | - |
| YUV | 96.92 | 87.41 | 154.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 92 | 25 | 0 | 0.31 | 0.81 | 0.47 | 36.88 | 0.69 | 0.31 |
| Hex | 86 | 5C | 19 | 0 | 1F | 51 | 2F | 25 | 45 | 1F |
| Octal | 206 | 134 | 31 | 0 | 37 | 121 | 57 | 45 | 105 | 37 |
| Binary | 10000110 | 1011100 | 11001 | 0 | 11111 | 1010001 | 101111 | 100101 | 1000101 | 11111 |
Color Harmonies of #865C19
Complementary color
Monochromatic Colors of #865C19
Black with #865C19
Text Example
Text Example
White with #865C19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #865C19; }
p { color: rgb(134,92,25); }
H1.HeaderClassName
{
color: #865C19;
}
.AnyTagClassName
{
color: #865C19;
}
</style>
background-color css
<style>
a { background-color: #865C19; }
a { background-color: rgb(134,92,25); }
div.DivClassName
{
background-color: #865C19;
}
.BgClassName
{
background-color: #865C19;
}
</style>
border-color css
<style>
span { border-color: #865C19; }
span { border-color: rgb(134,92,25); }
td.TdClassName
{
border-color: #865C19;
}
.TagClassName
{
border-color: #865C19;
}
</style>