Shades of Hot Curry #865C2A
Tints of Hot Curry #865C2A
RGB
CMYK
RGB Variations
Color information
#865C2A (or 0x865C2A) is known color: Hot Curry. HEX triplet: 86, 5C and 2A. RGB value is (134,92,42). Sum of RGB (Red+Green+Blue) = 134+92+42=268 (35% of max value = 765). Red value is 134 (52.73% from 255 or 50% from 268); Green value is 92 (36.33% from 255 or 34.33% from 268); Blue value is 42 (16.80% from 255 or 15.67% from 268); Max value from RGB is 134 - color contains mainly: red. Hex color #865C2A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #865C2A is #79A3D5. Grayscale: #636363. Windows color (decimal): -7971798 or 2776198. OLE color: 2776198.
HSL color Cylindrical-coordinate representation of color #865C2A: hue angle of 32.61º degrees, saturation: 0.52, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #865C2A is Cyan = 0, Magento = 0.31, Yellow = 0.69 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 92 | 42 | - |
| CMYK | 0 | 0.31 | 0.69 | 0.47 |
| HSL | 32.61º | 0.52% | 0.35% | - |
| HSV(B) | 32.61º | 0.69% | 0.53% | - |
| XYZ | 14.08 | 12.89 | 3.94 | - |
| YUV | 98.86 | 95.91 | 153.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 92 | 42 | 0 | 0.31 | 0.69 | 0.47 | 32.61 | 0.52 | 0.35 |
| Hex | 86 | 5C | 2A | 0 | 1F | 45 | 2F | 21 | 34 | 23 |
| Octal | 206 | 134 | 52 | 0 | 37 | 105 | 57 | 41 | 64 | 43 |
| Binary | 10000110 | 1011100 | 101010 | 0 | 11111 | 1000101 | 101111 | 100001 | 110100 | 100011 |
Color Harmonies of #865C2A
Complementary color
Monochromatic Colors of #865C2A
Black with #865C2A
Text Example
Text Example
White with #865C2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #865C2A; }
p { color: rgb(134,92,42); }
H1.HeaderClassName
{
color: #865C2A;
}
.AnyTagClassName
{
color: #865C2A;
}
</style>
background-color css
<style>
a { background-color: #865C2A; }
a { background-color: rgb(134,92,42); }
div.DivClassName
{
background-color: #865C2A;
}
.BgClassName
{
background-color: #865C2A;
}
</style>
border-color css
<style>
span { border-color: #865C2A; }
span { border-color: rgb(134,92,42); }
td.TdClassName
{
border-color: #865C2A;
}
.TagClassName
{
border-color: #865C2A;
}
</style>