Shades of Hot Curry #845C27
Tints of Hot Curry #845C27
RGB
CMYK
RGB Variations
Color information
#845C27 (or 0x845C27) is known color: Hot Curry. HEX triplet: 84, 5C and 27. RGB value is (132,92,39). Sum of RGB (Red+Green+Blue) = 132+92+39=263 (34% of max value = 765). Red value is 132 (51.95% from 255 or 50.19% from 263); Green value is 92 (36.33% from 255 or 34.98% from 263); Blue value is 39 (15.62% from 255 or 14.83% from 263); Max value from RGB is 132 - color contains mainly: red. Hex color #845C27 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #845C27 is #7BA3D8. Grayscale: #626262. Windows color (decimal): -8102873 or 2579588. OLE color: 2579588.
HSL color Cylindrical-coordinate representation of color #845C27: hue angle of 34.19º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #845C27 is Cyan = 0, Magento = 0.30, Yellow = 0.70 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 92 | 39 | - |
| CMYK | 0 | 0.30 | 0.70 | 0.48 |
| HSL | 34.19º | 0.54% | 0.34% | - |
| HSV(B) | 34.19º | 0.7% | 0.52% | - |
| XYZ | 13.71 | 12.71 | 3.65 | - |
| YUV | 97.92 | 94.75 | 152.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 92 | 39 | 0 | 0.30 | 0.70 | 0.48 | 34.19 | 0.54 | 0.34 |
| Hex | 84 | 5C | 27 | 0 | 1E | 46 | 30 | 22 | 36 | 22 |
| Octal | 204 | 134 | 47 | 0 | 36 | 106 | 60 | 42 | 66 | 42 |
| Binary | 10000100 | 1011100 | 100111 | 0 | 11110 | 1000110 | 110000 | 100010 | 110110 | 100010 |
Color Harmonies of #845C27
Complementary color
Monochromatic Colors of #845C27
Black with #845C27
Text Example
Text Example
White with #845C27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #845C27; }
p { color: rgb(132,92,39); }
H1.HeaderClassName
{
color: #845C27;
}
.AnyTagClassName
{
color: #845C27;
}
</style>
background-color css
<style>
a { background-color: #845C27; }
a { background-color: rgb(132,92,39); }
div.DivClassName
{
background-color: #845C27;
}
.BgClassName
{
background-color: #845C27;
}
</style>
border-color css
<style>
span { border-color: #845C27; }
span { border-color: rgb(132,92,39); }
td.TdClassName
{
border-color: #845C27;
}
.TagClassName
{
border-color: #845C27;
}
</style>