Shades of Hot Curry #875E19
Tints of Hot Curry #875E19
RGB
CMYK
RGB Variations
Color information
#875E19 (or 0x875E19) is known color: Hot Curry. HEX triplet: 87, 5E and 19. RGB value is (135,94,25). Sum of RGB (Red+Green+Blue) = 135+94+25=254 (33% of max value = 765). Red value is 135 (53.12% from 255 or 53.15% from 254); Green value is 94 (37.11% from 255 or 37.01% from 254); Blue value is 25 (10.16% from 255 or 9.84% from 254); Max value from RGB is 135 - color contains mainly: red. Hex color #875E19 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #875E19 is #78A1E6. Grayscale: #626262. Windows color (decimal): -7905767 or 1662599. OLE color: 1662599.
HSL color Cylindrical-coordinate representation of color #875E19: hue angle of 37.64º 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 #875E19 is Cyan = 0, Magento = 0.30, Yellow = 0.81 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 94 | 25 | - |
| CMYK | 0 | 0.30 | 0.81 | 0.47 |
| HSL | 37.64º | 0.69% | 0.31% | - |
| HSV(B) | 37.64º | 0.81% | 0.53% | - |
| XYZ | 14.17 | 13.23 | 2.73 | - |
| YUV | 98.39 | 86.58 | 154.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 94 | 25 | 0 | 0.30 | 0.81 | 0.47 | 37.64 | 0.69 | 0.31 |
| Hex | 87 | 5E | 19 | 0 | 1E | 51 | 2F | 26 | 45 | 1F |
| Octal | 207 | 136 | 31 | 0 | 36 | 121 | 57 | 46 | 105 | 37 |
| Binary | 10000111 | 1011110 | 11001 | 0 | 11110 | 1010001 | 101111 | 100110 | 1000101 | 11111 |
Color Harmonies of #875E19
Complementary color
Monochromatic Colors of #875E19
Black with #875E19
Text Example
Text Example
White with #875E19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #875E19; }
p { color: rgb(135,94,25); }
H1.HeaderClassName
{
color: #875E19;
}
.AnyTagClassName
{
color: #875E19;
}
</style>
background-color css
<style>
a { background-color: #875E19; }
a { background-color: rgb(135,94,25); }
div.DivClassName
{
background-color: #875E19;
}
.BgClassName
{
background-color: #875E19;
}
</style>
border-color css
<style>
span { border-color: #875E19; }
span { border-color: rgb(135,94,25); }
td.TdClassName
{
border-color: #875E19;
}
.TagClassName
{
border-color: #875E19;
}
</style>