Shades of Hot Curry #865C25
Tints of Hot Curry #865C25
RGB
CMYK
RGB Variations
Color information
#865C25 (or 0x865C25) is known color: Hot Curry. HEX triplet: 86, 5C and 25. RGB value is (134,92,37). Sum of RGB (Red+Green+Blue) = 134+92+37=263 (34% of max value = 765). Red value is 134 (52.73% from 255 or 50.95% from 263); Green value is 92 (36.33% from 255 or 34.98% from 263); Blue value is 37 (14.84% from 255 or 14.07% from 263); Max value from RGB is 134 - color contains mainly: red. Hex color #865C25 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #865C25 is #79A3DA. Grayscale: #626262. Windows color (decimal): -7971803 or 2448518. OLE color: 2448518.
HSL color Cylindrical-coordinate representation of color #865C25: hue angle of 34.02º degrees, saturation: 0.57, 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 #865C25 is Cyan = 0, Magento = 0.31, Yellow = 0.72 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 92 | 37 | - |
| CMYK | 0 | 0.31 | 0.72 | 0.47 |
| HSL | 34.02º | 0.57% | 0.34% | - |
| HSV(B) | 34.02º | 0.72% | 0.53% | - |
| XYZ | 13.99 | 12.86 | 3.49 | - |
| YUV | 98.29 | 93.41 | 153.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 92 | 37 | 0 | 0.31 | 0.72 | 0.47 | 34.02 | 0.57 | 0.34 |
| Hex | 86 | 5C | 25 | 0 | 1F | 48 | 2F | 22 | 39 | 22 |
| Octal | 206 | 134 | 45 | 0 | 37 | 110 | 57 | 42 | 71 | 42 |
| Binary | 10000110 | 1011100 | 100101 | 0 | 11111 | 1001000 | 101111 | 100010 | 111001 | 100010 |
Color Harmonies of #865C25
Complementary color
Monochromatic Colors of #865C25
Black with #865C25
Text Example
Text Example
White with #865C25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #865C25; }
p { color: rgb(134,92,37); }
H1.HeaderClassName
{
color: #865C25;
}
.AnyTagClassName
{
color: #865C25;
}
</style>
background-color css
<style>
a { background-color: #865C25; }
a { background-color: rgb(134,92,37); }
div.DivClassName
{
background-color: #865C25;
}
.BgClassName
{
background-color: #865C25;
}
</style>
border-color css
<style>
span { border-color: #865C25; }
span { border-color: rgb(134,92,37); }
td.TdClassName
{
border-color: #865C25;
}
.TagClassName
{
border-color: #865C25;
}
</style>