Shades of Hot Curry #875D1C
Tints of Hot Curry #875D1C
RGB
CMYK
RGB Variations
Color information
#875D1C (or 0x875D1C) is known color: Hot Curry. HEX triplet: 87, 5D and 1C. RGB value is (135,93,28). Sum of RGB (Red+Green+Blue) = 135+93+28=256 (33% of max value = 765). Red value is 135 (53.12% from 255 or 52.73% from 256); Green value is 93 (36.72% from 255 or 36.33% from 256); Blue value is 28 (11.33% from 255 or 10.94% from 256); Max value from RGB is 135 - color contains mainly: red. Hex color #875D1C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #875D1C is #78A2E3. Grayscale: #626262. Windows color (decimal): -7906020 or 1858951. OLE color: 1858951.
HSL color Cylindrical-coordinate representation of color #875D1C: hue angle of 36.45º degrees, saturation: 0.66, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #875D1C is Cyan = 0, Magento = 0.31, Yellow = 0.79 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 93 | 28 | - |
| CMYK | 0 | 0.31 | 0.79 | 0.47 |
| HSL | 36.45º | 0.66% | 0.32% | - |
| HSV(B) | 36.45º | 0.79% | 0.53% | - |
| XYZ | 14.12 | 13.06 | 2.88 | - |
| YUV | 98.15 | 88.41 | 154.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 93 | 28 | 0 | 0.31 | 0.79 | 0.47 | 36.45 | 0.66 | 0.32 |
| Hex | 87 | 5D | 1C | 0 | 1F | 4F | 2F | 24 | 42 | 20 |
| Octal | 207 | 135 | 34 | 0 | 37 | 117 | 57 | 44 | 102 | 40 |
| Binary | 10000111 | 1011101 | 11100 | 0 | 11111 | 1001111 | 101111 | 100100 | 1000010 | 100000 |
Color Harmonies of #875D1C
Complementary color
Monochromatic Colors of #875D1C
Black with #875D1C
Text Example
Text Example
White with #875D1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #875D1C; }
p { color: rgb(135,93,28); }
H1.HeaderClassName
{
color: #875D1C;
}
.AnyTagClassName
{
color: #875D1C;
}
</style>
background-color css
<style>
a { background-color: #875D1C; }
a { background-color: rgb(135,93,28); }
div.DivClassName
{
background-color: #875D1C;
}
.BgClassName
{
background-color: #875D1C;
}
</style>
border-color css
<style>
span { border-color: #875D1C; }
span { border-color: rgb(135,93,28); }
td.TdClassName
{
border-color: #875D1C;
}
.TagClassName
{
border-color: #875D1C;
}
</style>