Shades of Hot Curry #875521
Tints of Hot Curry #875521
RGB
CMYK
RGB Variations
Color information
#875521 (or 0x875521) is known color: Hot Curry. HEX triplet: 87, 55 and 21. RGB value is (135,85,33). Sum of RGB (Red+Green+Blue) = 135+85+33=253 (33% of max value = 765). Red value is 135 (53.12% from 255 or 53.36% from 253); Green value is 85 (33.59% from 255 or 33.60% from 253); Blue value is 33 (13.28% from 255 or 13.04% from 253); Max value from RGB is 135 - color contains mainly: red. Hex color #875521 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #875521 is #78AADE. Grayscale: #5E5E5E. Windows color (decimal): -7908063 or 2184583. OLE color: 2184583.
HSL color Cylindrical-coordinate representation of color #875521: hue angle of 30.59º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #875521 is Cyan = 0, Magento = 0.37, Yellow = 0.76 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 85 | 33 | - |
| CMYK | 0 | 0.37 | 0.76 | 0.47 |
| HSL | 30.59º | 0.61% | 0.33% | - |
| HSV(B) | 30.59º | 0.76% | 0.53% | - |
| XYZ | 13.51 | 11.76 | 3 | - |
| YUV | 94.02 | 93.57 | 157.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 85 | 33 | 0 | 0.37 | 0.76 | 0.47 | 30.59 | 0.61 | 0.33 |
| Hex | 87 | 55 | 21 | 0 | 25 | 4C | 2F | 1F | 3D | 21 |
| Octal | 207 | 125 | 41 | 0 | 45 | 114 | 57 | 37 | 75 | 41 |
| Binary | 10000111 | 1010101 | 100001 | 0 | 100101 | 1001100 | 101111 | 11111 | 111101 | 100001 |
Color Harmonies of #875521
Complementary color
Monochromatic Colors of #875521
Black with #875521
Text Example
Text Example
White with #875521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #875521; }
p { color: rgb(135,85,33); }
H1.HeaderClassName
{
color: #875521;
}
.AnyTagClassName
{
color: #875521;
}
</style>
background-color css
<style>
a { background-color: #875521; }
a { background-color: rgb(135,85,33); }
div.DivClassName
{
background-color: #875521;
}
.BgClassName
{
background-color: #875521;
}
</style>
border-color css
<style>
span { border-color: #875521; }
span { border-color: rgb(135,85,33); }
td.TdClassName
{
border-color: #875521;
}
.TagClassName
{
border-color: #875521;
}
</style>