Shades of Hot Curry #875D16
Tints of Hot Curry #875D16
RGB
CMYK
RGB Variations
Color information
#875D16 (or 0x875D16) is known color: Hot Curry. HEX triplet: 87, 5D and 16. RGB value is (135,93,22). Sum of RGB (Red+Green+Blue) = 135+93+22=250 (33% of max value = 765). Red value is 135 (53.12% from 255 or 54% from 250); Green value is 93 (36.72% from 255 or 37.2% from 250); Blue value is 22 (8.98% from 255 or 8.8% from 250); Max value from RGB is 135 - color contains mainly: red. Hex color #875D16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #875D16 is #78A2E9. Grayscale: #616161. Windows color (decimal): -7906026 or 1465735. OLE color: 1465735.
HSL color Cylindrical-coordinate representation of color #875D16: hue angle of 37.7º degrees, saturation: 0.72, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #875D16 is Cyan = 0, Magento = 0.31, Yellow = 0.84 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 93 | 22 | - |
| CMYK | 0 | 0.31 | 0.84 | 0.47 |
| HSL | 37.7º | 0.72% | 0.31% | - |
| HSV(B) | 37.7º | 0.84% | 0.53% | - |
| XYZ | 14.05 | 13.04 | 2.53 | - |
| YUV | 97.46 | 85.41 | 154.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 93 | 22 | 0 | 0.31 | 0.84 | 0.47 | 37.7 | 0.72 | 0.31 |
| Hex | 87 | 5D | 16 | 0 | 1F | 54 | 2F | 26 | 48 | 1F |
| Octal | 207 | 135 | 26 | 0 | 37 | 124 | 57 | 46 | 110 | 37 |
| Binary | 10000111 | 1011101 | 10110 | 0 | 11111 | 1010100 | 101111 | 100110 | 1001000 | 11111 |
Color Harmonies of #875D16
Complementary color
Monochromatic Colors of #875D16
Black with #875D16
Text Example
Text Example
White with #875D16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #875D16; }
p { color: rgb(135,93,22); }
H1.HeaderClassName
{
color: #875D16;
}
.AnyTagClassName
{
color: #875D16;
}
</style>
background-color css
<style>
a { background-color: #875D16; }
a { background-color: rgb(135,93,22); }
div.DivClassName
{
background-color: #875D16;
}
.BgClassName
{
background-color: #875D16;
}
</style>
border-color css
<style>
span { border-color: #875D16; }
span { border-color: rgb(135,93,22); }
td.TdClassName
{
border-color: #875D16;
}
.TagClassName
{
border-color: #875D16;
}
</style>