Shades of Hot Curry #865D29
Tints of Hot Curry #865D29
RGB
CMYK
RGB Variations
Color information
#865D29 (or 0x865D29) is known color: Hot Curry. HEX triplet: 86, 5D and 29. RGB value is (134,93,41). Sum of RGB (Red+Green+Blue) = 134+93+41=268 (35% of max value = 765). Red value is 134 (52.73% from 255 or 50% from 268); Green value is 93 (36.72% from 255 or 34.70% from 268); Blue value is 41 (16.41% from 255 or 15.30% from 268); Max value from RGB is 134 - color contains mainly: red. Hex color #865D29 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #865D29 is #79A2D6. Grayscale: #636363. Windows color (decimal): -7971543 or 2710918. OLE color: 2710918.
HSL color Cylindrical-coordinate representation of color #865D29: hue angle of 33.55º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #865D29 is Cyan = 0, Magento = 0.31, Yellow = 0.69 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 93 | 41 | - |
| CMYK | 0 | 0.31 | 0.69 | 0.47 |
| HSL | 33.55º | 0.53% | 0.34% | - |
| HSV(B) | 33.55º | 0.69% | 0.53% | - |
| XYZ | 14.15 | 13.06 | 3.87 | - |
| YUV | 99.33 | 95.08 | 152.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 93 | 41 | 0 | 0.31 | 0.69 | 0.47 | 33.55 | 0.53 | 0.34 |
| Hex | 86 | 5D | 29 | 0 | 1F | 45 | 2F | 22 | 35 | 22 |
| Octal | 206 | 135 | 51 | 0 | 37 | 105 | 57 | 42 | 65 | 42 |
| Binary | 10000110 | 1011101 | 101001 | 0 | 11111 | 1000101 | 101111 | 100010 | 110101 | 100010 |
Color Harmonies of #865D29
Complementary color
Monochromatic Colors of #865D29
Black with #865D29
Text Example
Text Example
White with #865D29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #865D29; }
p { color: rgb(134,93,41); }
H1.HeaderClassName
{
color: #865D29;
}
.AnyTagClassName
{
color: #865D29;
}
</style>
background-color css
<style>
a { background-color: #865D29; }
a { background-color: rgb(134,93,41); }
div.DivClassName
{
background-color: #865D29;
}
.BgClassName
{
background-color: #865D29;
}
</style>
border-color css
<style>
span { border-color: #865D29; }
span { border-color: rgb(134,93,41); }
td.TdClassName
{
border-color: #865D29;
}
.TagClassName
{
border-color: #865D29;
}
</style>