Shades of Hot Curry #875524
Tints of Hot Curry #875524
RGB
CMYK
RGB Variations
Color information
#875524 (or 0x875524) is known color: Hot Curry. HEX triplet: 87, 55 and 24. RGB value is (135,85,36). Sum of RGB (Red+Green+Blue) = 135+85+36=256 (33% of max value = 765). Red value is 135 (53.12% from 255 or 52.73% from 256); Green value is 85 (33.59% from 255 or 33.20% from 256); Blue value is 36 (14.45% from 255 or 14.06% from 256); Max value from RGB is 135 - color contains mainly: red. Hex color #875524 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #875524 is #78AADB. Grayscale: #5E5E5E. Windows color (decimal): -7908060 or 2381191. OLE color: 2381191.
HSL color Cylindrical-coordinate representation of color #875524: hue angle of 29.7º degrees, saturation: 0.58, 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 #875524 is Cyan = 0, Magento = 0.37, Yellow = 0.73 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 85 | 36 | - |
| CMYK | 0 | 0.37 | 0.73 | 0.47 |
| HSL | 29.7º | 0.58% | 0.34% | - |
| HSV(B) | 29.7º | 0.73% | 0.53% | - |
| XYZ | 13.56 | 11.78 | 3.23 | - |
| YUV | 94.36 | 95.07 | 156.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 85 | 36 | 0 | 0.37 | 0.73 | 0.47 | 29.7 | 0.58 | 0.34 |
| Hex | 87 | 55 | 24 | 0 | 25 | 49 | 2F | 1E | 3A | 22 |
| Octal | 207 | 125 | 44 | 0 | 45 | 111 | 57 | 36 | 72 | 42 |
| Binary | 10000111 | 1010101 | 100100 | 0 | 100101 | 1001001 | 101111 | 11110 | 111010 | 100010 |
Color Harmonies of #875524
Complementary color
Monochromatic Colors of #875524
Black with #875524
Text Example
Text Example
White with #875524
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #875524; }
p { color: rgb(135,85,36); }
H1.HeaderClassName
{
color: #875524;
}
.AnyTagClassName
{
color: #875524;
}
</style>
background-color css
<style>
a { background-color: #875524; }
a { background-color: rgb(135,85,36); }
div.DivClassName
{
background-color: #875524;
}
.BgClassName
{
background-color: #875524;
}
</style>
border-color css
<style>
span { border-color: #875524; }
span { border-color: rgb(135,85,36); }
td.TdClassName
{
border-color: #875524;
}
.TagClassName
{
border-color: #875524;
}
</style>