Shades of Hot Curry #875C17
Tints of Hot Curry #875C17
RGB
CMYK
RGB Variations
Color information
#875C17 (or 0x875C17) is known color: Hot Curry. HEX triplet: 87, 5C and 17. RGB value is (135,92,23). Sum of RGB (Red+Green+Blue) = 135+92+23=250 (33% of max value = 765). Red value is 135 (53.12% from 255 or 54% from 250); Green value is 92 (36.33% from 255 or 36.8% from 250); Blue value is 23 (9.38% from 255 or 9.2% from 250); Max value from RGB is 135 - color contains mainly: red. Hex color #875C17 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #875C17 is #78A3E8. Grayscale: #616161. Windows color (decimal): -7906281 or 1531015. OLE color: 1531015.
HSL color Cylindrical-coordinate representation of color #875C17: hue angle of 36.96º degrees, saturation: 0.71, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #875C17 is Cyan = 0, Magento = 0.32, Yellow = 0.83 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 92 | 23 | - |
| CMYK | 0 | 0.32 | 0.83 | 0.47 |
| HSL | 36.96º | 0.71% | 0.31% | - |
| HSV(B) | 36.96º | 0.83% | 0.53% | - |
| XYZ | 13.97 | 12.87 | 2.56 | - |
| YUV | 96.99 | 86.25 | 155.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 92 | 23 | 0 | 0.32 | 0.83 | 0.47 | 36.96 | 0.71 | 0.31 |
| Hex | 87 | 5C | 17 | 0 | 20 | 53 | 2F | 25 | 47 | 1F |
| Octal | 207 | 134 | 27 | 0 | 40 | 123 | 57 | 45 | 107 | 37 |
| Binary | 10000111 | 1011100 | 10111 | 0 | 100000 | 1010011 | 101111 | 100101 | 1000111 | 11111 |
Color Harmonies of #875C17
Complementary color
Monochromatic Colors of #875C17
Black with #875C17
Text Example
Text Example
White with #875C17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #875C17; }
p { color: rgb(135,92,23); }
H1.HeaderClassName
{
color: #875C17;
}
.AnyTagClassName
{
color: #875C17;
}
</style>
background-color css
<style>
a { background-color: #875C17; }
a { background-color: rgb(135,92,23); }
div.DivClassName
{
background-color: #875C17;
}
.BgClassName
{
background-color: #875C17;
}
</style>
border-color css
<style>
span { border-color: #875C17; }
span { border-color: rgb(135,92,23); }
td.TdClassName
{
border-color: #875C17;
}
.TagClassName
{
border-color: #875C17;
}
</style>