Shades of Hot Curry #845E1D
Tints of Hot Curry #845E1D
RGB
CMYK
RGB Variations
Color information
#845E1D (or 0x845E1D) is known color: Hot Curry. HEX triplet: 84, 5E and 1D. RGB value is (132,94,29). Sum of RGB (Red+Green+Blue) = 132+94+29=255 (33% of max value = 765). Red value is 132 (51.95% from 255 or 51.76% from 255); Green value is 94 (37.11% from 255 or 36.86% from 255); Blue value is 29 (11.72% from 255 or 11.37% from 255); Max value from RGB is 132 - color contains mainly: red. Hex color #845E1D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #845E1D is #7BA1E2. Grayscale: #626262. Windows color (decimal): -8102371 or 1924740. OLE color: 1924740.
HSL color Cylindrical-coordinate representation of color #845E1D: hue angle of 37.86º degrees, saturation: 0.64, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #845E1D is Cyan = 0, Magento = 0.29, Yellow = 0.78 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 94 | 29 | - |
| CMYK | 0 | 0.29 | 0.78 | 0.48 |
| HSL | 37.86º | 0.64% | 0.32% | - |
| HSV(B) | 37.86º | 0.78% | 0.52% | - |
| XYZ | 13.74 | 13 | 2.95 | - |
| YUV | 97.95 | 89.09 | 152.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 94 | 29 | 0 | 0.29 | 0.78 | 0.48 | 37.86 | 0.64 | 0.32 |
| Hex | 84 | 5E | 1D | 0 | 1D | 4E | 30 | 26 | 40 | 20 |
| Octal | 204 | 136 | 35 | 0 | 35 | 116 | 60 | 46 | 100 | 40 |
| Binary | 10000100 | 1011110 | 11101 | 0 | 11101 | 1001110 | 110000 | 100110 | 1000000 | 100000 |
Color Harmonies of #845E1D
Complementary color
Monochromatic Colors of #845E1D
Black with #845E1D
Text Example
Text Example
White with #845E1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #845E1D; }
p { color: rgb(132,94,29); }
H1.HeaderClassName
{
color: #845E1D;
}
.AnyTagClassName
{
color: #845E1D;
}
</style>
background-color css
<style>
a { background-color: #845E1D; }
a { background-color: rgb(132,94,29); }
div.DivClassName
{
background-color: #845E1D;
}
.BgClassName
{
background-color: #845E1D;
}
</style>
border-color css
<style>
span { border-color: #845E1D; }
span { border-color: rgb(132,94,29); }
td.TdClassName
{
border-color: #845E1D;
}
.TagClassName
{
border-color: #845E1D;
}
</style>