Shades of Hot Curry #85632A
Tints of Hot Curry #85632A
RGB
CMYK
RGB Variations
Color information
#85632A (or 0x85632A) is known color: Hot Curry. HEX triplet: 85, 63 and 2A. RGB value is (133,99,42). Sum of RGB (Red+Green+Blue) = 133+99+42=274 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.54% from 274); Green value is 99 (39.06% from 255 or 36.13% from 274); Blue value is 42 (16.80% from 255 or 15.33% from 274); Max value from RGB is 133 - color contains mainly: red. Hex color #85632A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85632A is #7A9CD5. Grayscale: #666666. Windows color (decimal): -8035542 or 2777989. OLE color: 2777989.
HSL color Cylindrical-coordinate representation of color #85632A: hue angle of 37.58º degrees, saturation: 0.52, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #85632A is Cyan = 0, Magento = 0.26, Yellow = 0.68 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 99 | 42 | - |
| CMYK | 0 | 0.26 | 0.68 | 0.48 |
| HSL | 37.58º | 0.52% | 0.34% | - |
| HSV(B) | 37.58º | 0.68% | 0.52% | - |
| XYZ | 14.55 | 14.08 | 4.14 | - |
| YUV | 102.67 | 93.76 | 149.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 99 | 42 | 0 | 0.26 | 0.68 | 0.48 | 37.58 | 0.52 | 0.34 |
| Hex | 85 | 63 | 2A | 0 | 1A | 44 | 30 | 26 | 34 | 22 |
| Octal | 205 | 143 | 52 | 0 | 32 | 104 | 60 | 46 | 64 | 42 |
| Binary | 10000101 | 1100011 | 101010 | 0 | 11010 | 1000100 | 110000 | 100110 | 110100 | 100010 |
Color Harmonies of #85632A
Complementary color
Monochromatic Colors of #85632A
Black with #85632A
Text Example
Text Example
White with #85632A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85632A; }
p { color: rgb(133,99,42); }
H1.HeaderClassName
{
color: #85632A;
}
.AnyTagClassName
{
color: #85632A;
}
</style>
background-color css
<style>
a { background-color: #85632A; }
a { background-color: rgb(133,99,42); }
div.DivClassName
{
background-color: #85632A;
}
.BgClassName
{
background-color: #85632A;
}
</style>
border-color css
<style>
span { border-color: #85632A; }
span { border-color: rgb(133,99,42); }
td.TdClassName
{
border-color: #85632A;
}
.TagClassName
{
border-color: #85632A;
}
</style>