Shades of Hot Curry #85632C
Tints of Hot Curry #85632C
RGB
CMYK
RGB Variations
Color information
#85632C (or 0x85632C) is known color: Hot Curry. HEX triplet: 85, 63 and 2C. RGB value is (133,99,44). Sum of RGB (Red+Green+Blue) = 133+99+44=276 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.19% from 276); Green value is 99 (39.06% from 255 or 35.87% from 276); Blue value is 44 (17.58% from 255 or 15.94% from 276); Max value from RGB is 133 - color contains mainly: red. Hex color #85632C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85632C is #7A9CD3. Grayscale: #676767. Windows color (decimal): -8035540 or 2909061. OLE color: 2909061.
HSL color Cylindrical-coordinate representation of color #85632C: hue angle of 37.08º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #85632C is Cyan = 0, Magento = 0.26, Yellow = 0.67 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 99 | 44 | - |
| CMYK | 0 | 0.26 | 0.67 | 0.48 |
| HSL | 37.08º | 0.5% | 0.35% | - |
| HSV(B) | 37.08º | 0.67% | 0.52% | - |
| XYZ | 14.59 | 14.09 | 4.33 | - |
| YUV | 102.9 | 94.76 | 149.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 99 | 44 | 0 | 0.26 | 0.67 | 0.48 | 37.08 | 0.5 | 0.35 |
| Hex | 85 | 63 | 2C | 0 | 1A | 43 | 30 | 25 | 32 | 23 |
| Octal | 205 | 143 | 54 | 0 | 32 | 103 | 60 | 45 | 62 | 43 |
| Binary | 10000101 | 1100011 | 101100 | 0 | 11010 | 1000011 | 110000 | 100101 | 110010 | 100011 |
Color Harmonies of #85632C
Complementary color
Monochromatic Colors of #85632C
Black with #85632C
Text Example
Text Example
White with #85632C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85632C; }
p { color: rgb(133,99,44); }
H1.HeaderClassName
{
color: #85632C;
}
.AnyTagClassName
{
color: #85632C;
}
</style>
background-color css
<style>
a { background-color: #85632C; }
a { background-color: rgb(133,99,44); }
div.DivClassName
{
background-color: #85632C;
}
.BgClassName
{
background-color: #85632C;
}
</style>
border-color css
<style>
span { border-color: #85632C; }
span { border-color: rgb(133,99,44); }
td.TdClassName
{
border-color: #85632C;
}
.TagClassName
{
border-color: #85632C;
}
</style>