Shades of Hot Curry #875C19
Tints of Hot Curry #875C19
RGB
CMYK
RGB Variations
Color information
#875C19 (or 0x875C19) is known color: Hot Curry. HEX triplet: 87, 5C and 19. RGB value is (135,92,25). Sum of RGB (Red+Green+Blue) = 135+92+25=252 (33% of max value = 765). Red value is 135 (53.12% from 255 or 53.57% from 252); Green value is 92 (36.33% from 255 or 36.51% from 252); Blue value is 25 (10.16% from 255 or 9.92% from 252); Max value from RGB is 135 - color contains mainly: red. Hex color #875C19 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #875C19 is #78A3E6. Grayscale: #616161. Windows color (decimal): -7906279 or 1662087. OLE color: 1662087.
HSL color Cylindrical-coordinate representation of color #875C19: hue angle of 36.55º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #875C19 is Cyan = 0, Magento = 0.32, Yellow = 0.81 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 92 | 25 | - |
| CMYK | 0 | 0.32 | 0.81 | 0.47 |
| HSL | 36.55º | 0.69% | 0.31% | - |
| HSV(B) | 36.55º | 0.81% | 0.53% | - |
| XYZ | 13.99 | 12.88 | 2.67 | - |
| YUV | 97.22 | 87.25 | 154.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 92 | 25 | 0 | 0.32 | 0.81 | 0.47 | 36.55 | 0.69 | 0.31 |
| Hex | 87 | 5C | 19 | 0 | 20 | 51 | 2F | 25 | 45 | 1F |
| Octal | 207 | 134 | 31 | 0 | 40 | 121 | 57 | 45 | 105 | 37 |
| Binary | 10000111 | 1011100 | 11001 | 0 | 100000 | 1010001 | 101111 | 100101 | 1000101 | 11111 |
Color Harmonies of #875C19
Complementary color
Monochromatic Colors of #875C19
Black with #875C19
Text Example
Text Example
White with #875C19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #875C19; }
p { color: rgb(135,92,25); }
H1.HeaderClassName
{
color: #875C19;
}
.AnyTagClassName
{
color: #875C19;
}
</style>
background-color css
<style>
a { background-color: #875C19; }
a { background-color: rgb(135,92,25); }
div.DivClassName
{
background-color: #875C19;
}
.BgClassName
{
background-color: #875C19;
}
</style>
border-color css
<style>
span { border-color: #875C19; }
span { border-color: rgb(135,92,25); }
td.TdClassName
{
border-color: #875C19;
}
.TagClassName
{
border-color: #875C19;
}
</style>