Shades of Hot Curry #85612C
Tints of Hot Curry #85612C
RGB
CMYK
RGB Variations
Color information
#85612C (or 0x85612C) is known color: Hot Curry. HEX triplet: 85, 61 and 2C. RGB value is (133,97,44). Sum of RGB (Red+Green+Blue) = 133+97+44=274 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.54% from 274); Green value is 97 (38.28% from 255 or 35.40% from 274); Blue value is 44 (17.58% from 255 or 16.06% from 274); Max value from RGB is 133 - color contains mainly: red. Hex color #85612C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85612C is #7A9ED3. Grayscale: #656565. Windows color (decimal): -8036052 or 2908549. OLE color: 2908549.
HSL color Cylindrical-coordinate representation of color #85612C: hue angle of 35.73º 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 #85612C is Cyan = 0, Magento = 0.27, Yellow = 0.67 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 97 | 44 | - |
| CMYK | 0 | 0.27 | 0.67 | 0.48 |
| HSL | 35.73º | 0.5% | 0.35% | - |
| HSV(B) | 35.73º | 0.67% | 0.52% | - |
| XYZ | 14.4 | 13.72 | 4.27 | - |
| YUV | 101.72 | 95.43 | 150.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 97 | 44 | 0 | 0.27 | 0.67 | 0.48 | 35.73 | 0.5 | 0.35 |
| Hex | 85 | 61 | 2C | 0 | 1B | 43 | 30 | 24 | 32 | 23 |
| Octal | 205 | 141 | 54 | 0 | 33 | 103 | 60 | 44 | 62 | 43 |
| Binary | 10000101 | 1100001 | 101100 | 0 | 11011 | 1000011 | 110000 | 100100 | 110010 | 100011 |
Color Harmonies of #85612C
Complementary color
Monochromatic Colors of #85612C
Black with #85612C
Text Example
Text Example
White with #85612C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85612C; }
p { color: rgb(133,97,44); }
H1.HeaderClassName
{
color: #85612C;
}
.AnyTagClassName
{
color: #85612C;
}
</style>
background-color css
<style>
a { background-color: #85612C; }
a { background-color: rgb(133,97,44); }
div.DivClassName
{
background-color: #85612C;
}
.BgClassName
{
background-color: #85612C;
}
</style>
border-color css
<style>
span { border-color: #85612C; }
span { border-color: rgb(133,97,44); }
td.TdClassName
{
border-color: #85612C;
}
.TagClassName
{
border-color: #85612C;
}
</style>