Shades of Hot Curry #875525
Tints of Hot Curry #875525
RGB
CMYK
RGB Variations
Color information
#875525 (or 0x875525) is known color: Hot Curry. HEX triplet: 87, 55 and 25. RGB value is (135,85,37). Sum of RGB (Red+Green+Blue) = 135+85+37=257 (34% of max value = 765). Red value is 135 (53.12% from 255 or 52.53% from 257); Green value is 85 (33.59% from 255 or 33.07% from 257); Blue value is 37 (14.84% from 255 or 14.40% from 257); Max value from RGB is 135 - color contains mainly: red. Hex color #875525 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #875525 is #78AADA. Grayscale: #5E5E5E. Windows color (decimal): -7908059 or 2446727. OLE color: 2446727.
HSL color Cylindrical-coordinate representation of color #875525: hue angle of 29.39º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #875525 is Cyan = 0, Magento = 0.37, Yellow = 0.73 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 85 | 37 | - |
| CMYK | 0 | 0.37 | 0.73 | 0.47 |
| HSL | 29.39º | 0.57% | 0.34% | - |
| HSV(B) | 29.39º | 0.73% | 0.53% | - |
| XYZ | 13.57 | 11.78 | 3.31 | - |
| YUV | 94.48 | 95.57 | 156.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 85 | 37 | 0 | 0.37 | 0.73 | 0.47 | 29.39 | 0.57 | 0.34 |
| Hex | 87 | 55 | 25 | 0 | 25 | 49 | 2F | 1D | 39 | 22 |
| Octal | 207 | 125 | 45 | 0 | 45 | 111 | 57 | 35 | 71 | 42 |
| Binary | 10000111 | 1010101 | 100101 | 0 | 100101 | 1001001 | 101111 | 11101 | 111001 | 100010 |
Color Harmonies of #875525
Complementary color
Monochromatic Colors of #875525
Black with #875525
Text Example
Text Example
White with #875525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #875525; }
p { color: rgb(135,85,37); }
H1.HeaderClassName
{
color: #875525;
}
.AnyTagClassName
{
color: #875525;
}
</style>
background-color css
<style>
a { background-color: #875525; }
a { background-color: rgb(135,85,37); }
div.DivClassName
{
background-color: #875525;
}
.BgClassName
{
background-color: #875525;
}
</style>
border-color css
<style>
span { border-color: #875525; }
span { border-color: rgb(135,85,37); }
td.TdClassName
{
border-color: #875525;
}
.TagClassName
{
border-color: #875525;
}
</style>