Shades of Hot Curry #875B28
Tints of Hot Curry #875B28
RGB
CMYK
RGB Variations
Color information
#875B28 (or 0x875B28) is known color: Hot Curry. HEX triplet: 87, 5B and 28. RGB value is (135,91,40). Sum of RGB (Red+Green+Blue) = 135+91+40=266 (35% of max value = 765). Red value is 135 (53.12% from 255 or 50.75% from 266); Green value is 91 (35.94% from 255 or 34.21% from 266); Blue value is 40 (16.02% from 255 or 15.04% from 266); Max value from RGB is 135 - color contains mainly: red. Hex color #875B28 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #875B28 is #78A4D7. Grayscale: #626262. Windows color (decimal): -7906520 or 2644871. OLE color: 2644871.
HSL color Cylindrical-coordinate representation of color #875B28: hue angle of 32.21º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #875B28 is Cyan = 0, Magento = 0.33, Yellow = 0.70 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 91 | 40 | - |
| CMYK | 0 | 0.33 | 0.70 | 0.47 |
| HSL | 32.21º | 0.54% | 0.34% | - |
| HSV(B) | 32.21º | 0.7% | 0.53% | - |
| XYZ | 14.12 | 12.79 | 3.73 | - |
| YUV | 98.34 | 95.08 | 154.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 91 | 40 | 0 | 0.33 | 0.70 | 0.47 | 32.21 | 0.54 | 0.34 |
| Hex | 87 | 5B | 28 | 0 | 21 | 46 | 2F | 20 | 36 | 22 |
| Octal | 207 | 133 | 50 | 0 | 41 | 106 | 57 | 40 | 66 | 42 |
| Binary | 10000111 | 1011011 | 101000 | 0 | 100001 | 1000110 | 101111 | 100000 | 110110 | 100010 |
Color Harmonies of #875B28
Complementary color
Monochromatic Colors of #875B28
Black with #875B28
Text Example
Text Example
White with #875B28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #875B28; }
p { color: rgb(135,91,40); }
H1.HeaderClassName
{
color: #875B28;
}
.AnyTagClassName
{
color: #875B28;
}
</style>
background-color css
<style>
a { background-color: #875B28; }
a { background-color: rgb(135,91,40); }
div.DivClassName
{
background-color: #875B28;
}
.BgClassName
{
background-color: #875B28;
}
</style>
border-color css
<style>
span { border-color: #875B28; }
span { border-color: rgb(135,91,40); }
td.TdClassName
{
border-color: #875B28;
}
.TagClassName
{
border-color: #875B28;
}
</style>