Shades of Hot Curry #87592A
Tints of Hot Curry #87592A
RGB
CMYK
RGB Variations
Color information
#87592A (or 0x87592A) is known color: Hot Curry. HEX triplet: 87, 59 and 2A. RGB value is (135,89,42). Sum of RGB (Red+Green+Blue) = 135+89+42=266 (35% of max value = 765). Red value is 135 (53.12% from 255 or 50.75% from 266); Green value is 89 (35.16% from 255 or 33.46% from 266); Blue value is 42 (16.80% from 255 or 15.79% from 266); Max value from RGB is 135 - color contains mainly: red. Hex color #87592A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #87592A is #78A6D5. Grayscale: #616161. Windows color (decimal): -7907030 or 2775431. OLE color: 2775431.
HSL color Cylindrical-coordinate representation of color #87592A: hue angle of 30.32º degrees, saturation: 0.53, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #87592A is Cyan = 0, Magento = 0.34, Yellow = 0.69 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 89 | 42 | - |
| CMYK | 0 | 0.34 | 0.69 | 0.47 |
| HSL | 30.32º | 0.53% | 0.35% | - |
| HSV(B) | 30.32º | 0.69% | 0.53% | - |
| XYZ | 13.98 | 12.46 | 3.86 | - |
| YUV | 97.4 | 96.74 | 154.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 89 | 42 | 0 | 0.34 | 0.69 | 0.47 | 30.32 | 0.53 | 0.35 |
| Hex | 87 | 59 | 2A | 0 | 22 | 45 | 2F | 1E | 35 | 23 |
| Octal | 207 | 131 | 52 | 0 | 42 | 105 | 57 | 36 | 65 | 43 |
| Binary | 10000111 | 1011001 | 101010 | 0 | 100010 | 1000101 | 101111 | 11110 | 110101 | 100011 |
Color Harmonies of #87592A
Complementary color
Monochromatic Colors of #87592A
Black with #87592A
Text Example
Text Example
White with #87592A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87592A; }
p { color: rgb(135,89,42); }
H1.HeaderClassName
{
color: #87592A;
}
.AnyTagClassName
{
color: #87592A;
}
</style>
background-color css
<style>
a { background-color: #87592A; }
a { background-color: rgb(135,89,42); }
div.DivClassName
{
background-color: #87592A;
}
.BgClassName
{
background-color: #87592A;
}
</style>
border-color css
<style>
span { border-color: #87592A; }
span { border-color: rgb(135,89,42); }
td.TdClassName
{
border-color: #87592A;
}
.TagClassName
{
border-color: #87592A;
}
</style>