Shades of Hot Curry #875C29
Tints of Hot Curry #875C29
RGB
CMYK
RGB Variations
Color information
#875C29 (or 0x875C29) is known color: Hot Curry. HEX triplet: 87, 5C and 29. RGB value is (135,92,41). Sum of RGB (Red+Green+Blue) = 135+92+41=268 (35% of max value = 765). Red value is 135 (53.12% from 255 or 50.37% from 268); Green value is 92 (36.33% from 255 or 34.33% from 268); Blue value is 41 (16.41% from 255 or 15.30% from 268); Max value from RGB is 135 - color contains mainly: red. Hex color #875C29 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #875C29 is #78A3D6. Grayscale: #636363. Windows color (decimal): -7906263 or 2710663. OLE color: 2710663.
HSL color Cylindrical-coordinate representation of color #875C29: hue angle of 32.55º degrees, saturation: 0.53, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #875C29 is Cyan = 0, Magento = 0.32, Yellow = 0.70 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 92 | 41 | - |
| CMYK | 0 | 0.32 | 0.70 | 0.47 |
| HSL | 32.55º | 0.53% | 0.35% | - |
| HSV(B) | 32.55º | 0.7% | 0.53% | - |
| XYZ | 14.22 | 12.97 | 3.85 | - |
| YUV | 99.04 | 95.25 | 153.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 92 | 41 | 0 | 0.32 | 0.70 | 0.47 | 32.55 | 0.53 | 0.35 |
| Hex | 87 | 5C | 29 | 0 | 20 | 46 | 2F | 21 | 35 | 23 |
| Octal | 207 | 134 | 51 | 0 | 40 | 106 | 57 | 41 | 65 | 43 |
| Binary | 10000111 | 1011100 | 101001 | 0 | 100000 | 1000110 | 101111 | 100001 | 110101 | 100011 |
Color Harmonies of #875C29
Complementary color
Monochromatic Colors of #875C29
Black with #875C29
Text Example
Text Example
White with #875C29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #875C29; }
p { color: rgb(135,92,41); }
H1.HeaderClassName
{
color: #875C29;
}
.AnyTagClassName
{
color: #875C29;
}
</style>
background-color css
<style>
a { background-color: #875C29; }
a { background-color: rgb(135,92,41); }
div.DivClassName
{
background-color: #875C29;
}
.BgClassName
{
background-color: #875C29;
}
</style>
border-color css
<style>
span { border-color: #875C29; }
span { border-color: rgb(135,92,41); }
td.TdClassName
{
border-color: #875C29;
}
.TagClassName
{
border-color: #875C29;
}
</style>