Shades of Hot Curry #875520
Tints of Hot Curry #875520
RGB
CMYK
RGB Variations
Color information
#875520 (or 0x875520) is known color: Hot Curry. HEX triplet: 87, 55 and 20. RGB value is (135,85,32). Sum of RGB (Red+Green+Blue) = 135+85+32=252 (33% of max value = 765). Red value is 135 (53.12% from 255 or 53.57% from 252); Green value is 85 (33.59% from 255 or 33.73% from 252); Blue value is 32 (12.89% from 255 or 12.70% from 252); Max value from RGB is 135 - color contains mainly: red. Hex color #875520 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #875520 is #78AADF. Grayscale: #5E5E5E. Windows color (decimal): -7908064 or 2119047. OLE color: 2119047.
HSL color Cylindrical-coordinate representation of color #875520: hue angle of 30.87º degrees, saturation: 0.62, 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 #875520 is Cyan = 0, Magento = 0.37, Yellow = 0.76 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 85 | 32 | - |
| CMYK | 0 | 0.37 | 0.76 | 0.47 |
| HSL | 30.87º | 0.62% | 0.33% | - |
| HSV(B) | 30.87º | 0.76% | 0.53% | - |
| XYZ | 13.5 | 11.75 | 2.92 | - |
| YUV | 93.91 | 93.07 | 157.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 85 | 32 | 0 | 0.37 | 0.76 | 0.47 | 30.87 | 0.62 | 0.33 |
| Hex | 87 | 55 | 20 | 0 | 25 | 4C | 2F | 1F | 3E | 21 |
| Octal | 207 | 125 | 40 | 0 | 45 | 114 | 57 | 37 | 76 | 41 |
| Binary | 10000111 | 1010101 | 100000 | 0 | 100101 | 1001100 | 101111 | 11111 | 111110 | 100001 |
Color Harmonies of #875520
Complementary color
Monochromatic Colors of #875520
Black with #875520
Text Example
Text Example
White with #875520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #875520; }
p { color: rgb(135,85,32); }
H1.HeaderClassName
{
color: #875520;
}
.AnyTagClassName
{
color: #875520;
}
</style>
background-color css
<style>
a { background-color: #875520; }
a { background-color: rgb(135,85,32); }
div.DivClassName
{
background-color: #875520;
}
.BgClassName
{
background-color: #875520;
}
</style>
border-color css
<style>
span { border-color: #875520; }
span { border-color: rgb(135,85,32); }
td.TdClassName
{
border-color: #875520;
}
.TagClassName
{
border-color: #875520;
}
</style>