Shades of Hot Curry #865F2C
Tints of Hot Curry #865F2C
RGB
CMYK
RGB Variations
Color information
#865F2C (or 0x865F2C) is known color: Hot Curry. HEX triplet: 86, 5F and 2C. RGB value is (134,95,44). Sum of RGB (Red+Green+Blue) = 134+95+44=273 (36% of max value = 765). Red value is 134 (52.73% from 255 or 49.08% from 273); Green value is 95 (37.5% from 255 or 34.80% from 273); Blue value is 44 (17.58% from 255 or 16.12% from 273); Max value from RGB is 134 - color contains mainly: red. Hex color #865F2C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #865F2C is #79A0D3. Grayscale: #656565. Windows color (decimal): -7971028 or 2908038. OLE color: 2908038.
HSL color Cylindrical-coordinate representation of color #865F2C: hue angle of 34º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #865F2C is Cyan = 0, Magento = 0.29, Yellow = 0.67 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 95 | 44 | - |
| CMYK | 0 | 0.29 | 0.67 | 0.47 |
| HSL | 34º | 0.51% | 0.35% | - |
| HSV(B) | 34º | 0.67% | 0.53% | - |
| XYZ | 14.38 | 13.43 | 4.22 | - |
| YUV | 100.85 | 95.92 | 151.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 95 | 44 | 0 | 0.29 | 0.67 | 0.47 | 34 | 0.51 | 0.35 |
| Hex | 86 | 5F | 2C | 0 | 1D | 43 | 2F | 22 | 33 | 23 |
| Octal | 206 | 137 | 54 | 0 | 35 | 103 | 57 | 42 | 63 | 43 |
| Binary | 10000110 | 1011111 | 101100 | 0 | 11101 | 1000011 | 101111 | 100010 | 110011 | 100011 |
Color Harmonies of #865F2C
Complementary color
Monochromatic Colors of #865F2C
Black with #865F2C
Text Example
Text Example
White with #865F2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #865F2C; }
p { color: rgb(134,95,44); }
H1.HeaderClassName
{
color: #865F2C;
}
.AnyTagClassName
{
color: #865F2C;
}
</style>
background-color css
<style>
a { background-color: #865F2C; }
a { background-color: rgb(134,95,44); }
div.DivClassName
{
background-color: #865F2C;
}
.BgClassName
{
background-color: #865F2C;
}
</style>
border-color css
<style>
span { border-color: #865F2C; }
span { border-color: rgb(134,95,44); }
td.TdClassName
{
border-color: #865F2C;
}
.TagClassName
{
border-color: #865F2C;
}
</style>