Shades of Hot Curry #875D19
Tints of Hot Curry #875D19
RGB
CMYK
RGB Variations
Color information
#875D19 (or 0x875D19) is known color: Hot Curry. HEX triplet: 87, 5D and 19. RGB value is (135,93,25). Sum of RGB (Red+Green+Blue) = 135+93+25=253 (33% of max value = 765). Red value is 135 (53.12% from 255 or 53.36% from 253); Green value is 93 (36.72% from 255 or 36.76% from 253); Blue value is 25 (10.16% from 255 or 9.88% from 253); Max value from RGB is 135 - color contains mainly: red. Hex color #875D19 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #875D19 is #78A2E6. Grayscale: #626262. Windows color (decimal): -7906023 or 1662343. OLE color: 1662343.
HSL color Cylindrical-coordinate representation of color #875D19: hue angle of 37.09º 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 #875D19 is Cyan = 0, Magento = 0.31, Yellow = 0.81 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 93 | 25 | - |
| CMYK | 0 | 0.31 | 0.81 | 0.47 |
| HSL | 37.09º | 0.69% | 0.31% | - |
| HSV(B) | 37.09º | 0.81% | 0.53% | - |
| XYZ | 14.08 | 13.05 | 2.7 | - |
| YUV | 97.81 | 86.91 | 154.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 93 | 25 | 0 | 0.31 | 0.81 | 0.47 | 37.09 | 0.69 | 0.31 |
| Hex | 87 | 5D | 19 | 0 | 1F | 51 | 2F | 25 | 45 | 1F |
| Octal | 207 | 135 | 31 | 0 | 37 | 121 | 57 | 45 | 105 | 37 |
| Binary | 10000111 | 1011101 | 11001 | 0 | 11111 | 1010001 | 101111 | 100101 | 1000101 | 11111 |
Color Harmonies of #875D19
Complementary color
Monochromatic Colors of #875D19
Black with #875D19
Text Example
Text Example
White with #875D19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #875D19; }
p { color: rgb(135,93,25); }
H1.HeaderClassName
{
color: #875D19;
}
.AnyTagClassName
{
color: #875D19;
}
</style>
background-color css
<style>
a { background-color: #875D19; }
a { background-color: rgb(135,93,25); }
div.DivClassName
{
background-color: #875D19;
}
.BgClassName
{
background-color: #875D19;
}
</style>
border-color css
<style>
span { border-color: #875D19; }
span { border-color: rgb(135,93,25); }
td.TdClassName
{
border-color: #875D19;
}
.TagClassName
{
border-color: #875D19;
}
</style>