Shades of Hot Curry #865B29
Tints of Hot Curry #865B29
RGB
CMYK
RGB Variations
Color information
#865B29 (or 0x865B29) is known color: Hot Curry. HEX triplet: 86, 5B and 29. RGB value is (134,91,41). Sum of RGB (Red+Green+Blue) = 134+91+41=266 (35% of max value = 765). Red value is 134 (52.73% from 255 or 50.38% from 266); Green value is 91 (35.94% from 255 or 34.21% from 266); Blue value is 41 (16.41% from 255 or 15.41% from 266); Max value from RGB is 134 - color contains mainly: red. Hex color #865B29 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #865B29 is #79A4D6. Grayscale: #626262. Windows color (decimal): -7972055 or 2710406. OLE color: 2710406.
HSL color Cylindrical-coordinate representation of color #865B29: hue angle of 32.26º 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 #865B29 is Cyan = 0, Magento = 0.32, Yellow = 0.69 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 91 | 41 | - |
| CMYK | 0 | 0.32 | 0.69 | 0.47 |
| HSL | 32.26º | 0.53% | 0.34% | - |
| HSV(B) | 32.26º | 0.69% | 0.53% | - |
| XYZ | 13.97 | 12.71 | 3.81 | - |
| YUV | 98.16 | 95.75 | 153.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 91 | 41 | 0 | 0.32 | 0.69 | 0.47 | 32.26 | 0.53 | 0.34 |
| Hex | 86 | 5B | 29 | 0 | 20 | 45 | 2F | 20 | 35 | 22 |
| Octal | 206 | 133 | 51 | 0 | 40 | 105 | 57 | 40 | 65 | 42 |
| Binary | 10000110 | 1011011 | 101001 | 0 | 100000 | 1000101 | 101111 | 100000 | 110101 | 100010 |
Color Harmonies of #865B29
Complementary color
Monochromatic Colors of #865B29
Black with #865B29
Text Example
Text Example
White with #865B29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #865B29; }
p { color: rgb(134,91,41); }
H1.HeaderClassName
{
color: #865B29;
}
.AnyTagClassName
{
color: #865B29;
}
</style>
background-color css
<style>
a { background-color: #865B29; }
a { background-color: rgb(134,91,41); }
div.DivClassName
{
background-color: #865B29;
}
.BgClassName
{
background-color: #865B29;
}
</style>
border-color css
<style>
span { border-color: #865B29; }
span { border-color: rgb(134,91,41); }
td.TdClassName
{
border-color: #865B29;
}
.TagClassName
{
border-color: #865B29;
}
</style>