Shades of Hot Curry #85582A
Tints of Hot Curry #85582A
RGB
CMYK
RGB Variations
Color information
#85582A (or 0x85582A) is known color: Hot Curry. HEX triplet: 85, 58 and 2A. RGB value is (133,88,42). Sum of RGB (Red+Green+Blue) = 133+88+42=263 (34% of max value = 765). Red value is 133 (52.34% from 255 or 50.57% from 263); Green value is 88 (34.77% from 255 or 33.46% from 263); Blue value is 42 (16.80% from 255 or 15.97% from 263); Max value from RGB is 133 - color contains mainly: red. Hex color #85582A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85582A is #7AA7D5. Grayscale: #606060. Windows color (decimal): -8038358 or 2775173. OLE color: 2775173.
HSL color Cylindrical-coordinate representation of color #85582A: hue angle of 30.33º 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 #85582A is Cyan = 0, Magento = 0.34, Yellow = 0.68 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 88 | 42 | - |
| CMYK | 0 | 0.34 | 0.68 | 0.48 |
| HSL | 30.33º | 0.52% | 0.34% | - |
| HSV(B) | 30.33º | 0.68% | 0.52% | - |
| XYZ | 13.58 | 12.13 | 3.82 | - |
| YUV | 96.21 | 97.41 | 154.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 88 | 42 | 0 | 0.34 | 0.68 | 0.48 | 30.33 | 0.52 | 0.34 |
| Hex | 85 | 58 | 2A | 0 | 22 | 44 | 30 | 1E | 34 | 22 |
| Octal | 205 | 130 | 52 | 0 | 42 | 104 | 60 | 36 | 64 | 42 |
| Binary | 10000101 | 1011000 | 101010 | 0 | 100010 | 1000100 | 110000 | 11110 | 110100 | 100010 |
Color Harmonies of #85582A
Complementary color
Monochromatic Colors of #85582A
Black with #85582A
Text Example
Text Example
White with #85582A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85582A; }
p { color: rgb(133,88,42); }
H1.HeaderClassName
{
color: #85582A;
}
.AnyTagClassName
{
color: #85582A;
}
</style>
background-color css
<style>
a { background-color: #85582A; }
a { background-color: rgb(133,88,42); }
div.DivClassName
{
background-color: #85582A;
}
.BgClassName
{
background-color: #85582A;
}
</style>
border-color css
<style>
span { border-color: #85582A; }
span { border-color: rgb(133,88,42); }
td.TdClassName
{
border-color: #85582A;
}
.TagClassName
{
border-color: #85582A;
}
</style>