Shades of Hot Curry #87531C
Tints of Hot Curry #87531C
RGB
CMYK
RGB Variations
Color information
#87531C (or 0x87531C) is known color: Hot Curry. HEX triplet: 87, 53 and 1C. RGB value is (135,83,28). Sum of RGB (Red+Green+Blue) = 135+83+28=246 (32% of max value = 765). Red value is 135 (53.12% from 255 or 54.88% from 246); Green value is 83 (32.81% from 255 or 33.74% from 246); Blue value is 28 (11.33% from 255 or 11.38% from 246); Max value from RGB is 135 - color contains mainly: red. Hex color #87531C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #87531C is #78ACE3. Grayscale: #5C5C5C. Windows color (decimal): -7908580 or 1856391. OLE color: 1856391.
HSL color Cylindrical-coordinate representation of color #87531C: hue angle of 30.84º degrees, saturation: 0.66, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #87531C is Cyan = 0, Magento = 0.39, Yellow = 0.79 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 83 | 28 | - |
| CMYK | 0 | 0.39 | 0.79 | 0.47 |
| HSL | 30.84º | 0.66% | 0.32% | - |
| HSV(B) | 30.84º | 0.79% | 0.53% | - |
| XYZ | 13.29 | 11.42 | 2.6 | - |
| YUV | 92.28 | 91.73 | 158.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 83 | 28 | 0 | 0.39 | 0.79 | 0.47 | 30.84 | 0.66 | 0.32 |
| Hex | 87 | 53 | 1C | 0 | 27 | 4F | 2F | 1F | 42 | 20 |
| Octal | 207 | 123 | 34 | 0 | 47 | 117 | 57 | 37 | 102 | 40 |
| Binary | 10000111 | 1010011 | 11100 | 0 | 100111 | 1001111 | 101111 | 11111 | 1000010 | 100000 |
Color Harmonies of #87531C
Complementary color
Monochromatic Colors of #87531C
Black with #87531C
Text Example
Text Example
White with #87531C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87531C; }
p { color: rgb(135,83,28); }
H1.HeaderClassName
{
color: #87531C;
}
.AnyTagClassName
{
color: #87531C;
}
</style>
background-color css
<style>
a { background-color: #87531C; }
a { background-color: rgb(135,83,28); }
div.DivClassName
{
background-color: #87531C;
}
.BgClassName
{
background-color: #87531C;
}
</style>
border-color css
<style>
span { border-color: #87531C; }
span { border-color: rgb(135,83,28); }
td.TdClassName
{
border-color: #87531C;
}
.TagClassName
{
border-color: #87531C;
}
</style>