Shades of Hot Curry #865B26
Tints of Hot Curry #865B26
RGB
CMYK
RGB Variations
Color information
#865B26 (or 0x865B26) is known color: Hot Curry. HEX triplet: 86, 5B and 26. RGB value is (134,91,38). Sum of RGB (Red+Green+Blue) = 134+91+38=263 (34% of max value = 765). Red value is 134 (52.73% from 255 or 50.95% from 263); Green value is 91 (35.94% from 255 or 34.60% from 263); Blue value is 38 (15.23% from 255 or 14.45% from 263); Max value from RGB is 134 - color contains mainly: red. Hex color #865B26 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #865B26 is #79A4D9. Grayscale: #626262. Windows color (decimal): -7972058 or 2513798. OLE color: 2513798.
HSL color Cylindrical-coordinate representation of color #865B26: hue angle of 33.12º degrees, saturation: 0.56, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #865B26 is Cyan = 0, Magento = 0.32, Yellow = 0.72 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 91 | 38 | - |
| CMYK | 0 | 0.32 | 0.72 | 0.47 |
| HSL | 33.13º | 0.56% | 0.34% | - |
| HSV(B) | 33.13º | 0.72% | 0.53% | - |
| XYZ | 13.92 | 12.69 | 3.55 | - |
| YUV | 97.82 | 94.25 | 153.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 91 | 38 | 0 | 0.32 | 0.72 | 0.47 | 33.13 | 0.56 | 0.34 |
| Hex | 86 | 5B | 26 | 0 | 20 | 48 | 2F | 21 | 38 | 22 |
| Octal | 206 | 133 | 46 | 0 | 40 | 110 | 57 | 41 | 70 | 42 |
| Binary | 10000110 | 1011011 | 100110 | 0 | 100000 | 1001000 | 101111 | 100001 | 111000 | 100010 |
Color Harmonies of #865B26
Complementary color
Monochromatic Colors of #865B26
Black with #865B26
Text Example
Text Example
White with #865B26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #865B26; }
p { color: rgb(134,91,38); }
H1.HeaderClassName
{
color: #865B26;
}
.AnyTagClassName
{
color: #865B26;
}
</style>
background-color css
<style>
a { background-color: #865B26; }
a { background-color: rgb(134,91,38); }
div.DivClassName
{
background-color: #865B26;
}
.BgClassName
{
background-color: #865B26;
}
</style>
border-color css
<style>
span { border-color: #865B26; }
span { border-color: rgb(134,91,38); }
td.TdClassName
{
border-color: #865B26;
}
.TagClassName
{
border-color: #865B26;
}
</style>