Shades of Hot Curry #865D21
Tints of Hot Curry #865D21
RGB
CMYK
RGB Variations
Color information
#865D21 (or 0x865D21) is known color: Hot Curry. HEX triplet: 86, 5D and 21. RGB value is (134,93,33). Sum of RGB (Red+Green+Blue) = 134+93+33=260 (34% of max value = 765). Red value is 134 (52.73% from 255 or 51.54% from 260); Green value is 93 (36.72% from 255 or 35.77% from 260); Blue value is 33 (13.28% from 255 or 12.69% from 260); Max value from RGB is 134 - color contains mainly: red. Hex color #865D21 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #865D21 is #79A2DE. Grayscale: #626262. Windows color (decimal): -7971551 or 2186630. OLE color: 2186630.
HSL color Cylindrical-coordinate representation of color #865D21: hue angle of 35.64º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #865D21 is Cyan = 0, Magento = 0.31, Yellow = 0.75 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 93 | 33 | - |
| CMYK | 0 | 0.31 | 0.75 | 0.47 |
| HSL | 35.64º | 0.6% | 0.33% | - |
| HSV(B) | 35.64º | 0.75% | 0.53% | - |
| XYZ | 14.02 | 13.01 | 3.21 | - |
| YUV | 98.42 | 91.08 | 153.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 93 | 33 | 0 | 0.31 | 0.75 | 0.47 | 35.64 | 0.6 | 0.33 |
| Hex | 86 | 5D | 21 | 0 | 1F | 4B | 2F | 24 | 3C | 21 |
| Octal | 206 | 135 | 41 | 0 | 37 | 113 | 57 | 44 | 74 | 41 |
| Binary | 10000110 | 1011101 | 100001 | 0 | 11111 | 1001011 | 101111 | 100100 | 111100 | 100001 |
Color Harmonies of #865D21
Complementary color
Monochromatic Colors of #865D21
Black with #865D21
Text Example
Text Example
White with #865D21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #865D21; }
p { color: rgb(134,93,33); }
H1.HeaderClassName
{
color: #865D21;
}
.AnyTagClassName
{
color: #865D21;
}
</style>
background-color css
<style>
a { background-color: #865D21; }
a { background-color: rgb(134,93,33); }
div.DivClassName
{
background-color: #865D21;
}
.BgClassName
{
background-color: #865D21;
}
</style>
border-color css
<style>
span { border-color: #865D21; }
span { border-color: rgb(134,93,33); }
td.TdClassName
{
border-color: #865D21;
}
.TagClassName
{
border-color: #865D21;
}
</style>