Shades of Hot Curry #865D1B
Tints of Hot Curry #865D1B
RGB
CMYK
RGB Variations
Color information
#865D1B (or 0x865D1B) is known color: Hot Curry. HEX triplet: 86, 5D and 1B. RGB value is (134,93,27). Sum of RGB (Red+Green+Blue) = 134+93+27=254 (33% of max value = 765). Red value is 134 (52.73% from 255 or 52.76% from 254); Green value is 93 (36.72% from 255 or 36.61% from 254); Blue value is 27 (10.94% from 255 or 10.63% from 254); Max value from RGB is 134 - color contains mainly: red. Hex color #865D1B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #865D1B is #79A2E4. Grayscale: #626262. Windows color (decimal): -7971557 or 1793414. OLE color: 1793414.
HSL color Cylindrical-coordinate representation of color #865D1B: hue angle of 37.01º degrees, saturation: 0.66, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #865D1B is Cyan = 0, Magento = 0.31, Yellow = 0.80 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 93 | 27 | - |
| CMYK | 0 | 0.31 | 0.80 | 0.47 |
| HSL | 37.01º | 0.66% | 0.32% | - |
| HSV(B) | 37.01º | 0.8% | 0.53% | - |
| XYZ | 13.94 | 12.98 | 2.81 | - |
| YUV | 97.74 | 88.08 | 153.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 93 | 27 | 0 | 0.31 | 0.80 | 0.47 | 37.01 | 0.66 | 0.32 |
| Hex | 86 | 5D | 1B | 0 | 1F | 50 | 2F | 25 | 42 | 20 |
| Octal | 206 | 135 | 33 | 0 | 37 | 120 | 57 | 45 | 102 | 40 |
| Binary | 10000110 | 1011101 | 11011 | 0 | 11111 | 1010000 | 101111 | 100101 | 1000010 | 100000 |
Color Harmonies of #865D1B
Complementary color
Monochromatic Colors of #865D1B
Black with #865D1B
Text Example
Text Example
White with #865D1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #865D1B; }
p { color: rgb(134,93,27); }
H1.HeaderClassName
{
color: #865D1B;
}
.AnyTagClassName
{
color: #865D1B;
}
</style>
background-color css
<style>
a { background-color: #865D1B; }
a { background-color: rgb(134,93,27); }
div.DivClassName
{
background-color: #865D1B;
}
.BgClassName
{
background-color: #865D1B;
}
</style>
border-color css
<style>
span { border-color: #865D1B; }
span { border-color: rgb(134,93,27); }
td.TdClassName
{
border-color: #865D1B;
}
.TagClassName
{
border-color: #865D1B;
}
</style>