Shades of Hot Curry #85612D
Tints of Hot Curry #85612D
RGB
CMYK
RGB Variations
Color information
#85612D (or 0x85612D) is known color: Hot Curry. HEX triplet: 85, 61 and 2D. RGB value is (133,97,45). Sum of RGB (Red+Green+Blue) = 133+97+45=275 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.36% from 275); Green value is 97 (38.28% from 255 or 35.27% from 275); Blue value is 45 (17.97% from 255 or 16.36% from 275); Max value from RGB is 133 - color contains mainly: red. Hex color #85612D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85612D is #7A9ED2. Grayscale: #666666. Windows color (decimal): -8036051 or 2974085. OLE color: 2974085.
HSL color Cylindrical-coordinate representation of color #85612D: hue angle of 35.45º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #85612D is Cyan = 0, Magento = 0.27, Yellow = 0.66 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 97 | 45 | - |
| CMYK | 0 | 0.27 | 0.66 | 0.48 |
| HSL | 35.45º | 0.49% | 0.35% | - |
| HSV(B) | 35.45º | 0.66% | 0.52% | - |
| XYZ | 14.42 | 13.73 | 4.37 | - |
| YUV | 101.84 | 95.93 | 150.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 97 | 45 | 0 | 0.27 | 0.66 | 0.48 | 35.45 | 0.49 | 0.35 |
| Hex | 85 | 61 | 2D | 0 | 1B | 42 | 30 | 23 | 31 | 23 |
| Octal | 205 | 141 | 55 | 0 | 33 | 102 | 60 | 43 | 61 | 43 |
| Binary | 10000101 | 1100001 | 101101 | 0 | 11011 | 1000010 | 110000 | 100011 | 110001 | 100011 |
Color Harmonies of #85612D
Complementary color
Monochromatic Colors of #85612D
Black with #85612D
Text Example
Text Example
White with #85612D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85612D; }
p { color: rgb(133,97,45); }
H1.HeaderClassName
{
color: #85612D;
}
.AnyTagClassName
{
color: #85612D;
}
</style>
background-color css
<style>
a { background-color: #85612D; }
a { background-color: rgb(133,97,45); }
div.DivClassName
{
background-color: #85612D;
}
.BgClassName
{
background-color: #85612D;
}
</style>
border-color css
<style>
span { border-color: #85612D; }
span { border-color: rgb(133,97,45); }
td.TdClassName
{
border-color: #85612D;
}
.TagClassName
{
border-color: #85612D;
}
</style>