Shades of Hot Curry #845B29
Tints of Hot Curry #845B29
RGB
CMYK
RGB Variations
Color information
#845B29 (or 0x845B29) is known color: Hot Curry. HEX triplet: 84, 5B and 29. RGB value is (132,91,41). Sum of RGB (Red+Green+Blue) = 132+91+41=264 (34% of max value = 765). Red value is 132 (51.95% from 255 or 50% from 264); Green value is 91 (35.94% from 255 or 34.47% from 264); Blue value is 41 (16.41% from 255 or 15.53% from 264); Max value from RGB is 132 - color contains mainly: red. Hex color #845B29 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #845B29 is #7BA4D6. Grayscale: #616161. Windows color (decimal): -8103127 or 2710404. OLE color: 2710404.
HSL color Cylindrical-coordinate representation of color #845B29: hue angle of 32.97º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #845B29 is Cyan = 0, Magento = 0.31, Yellow = 0.69 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 91 | 41 | - |
| CMYK | 0 | 0.31 | 0.69 | 0.48 |
| HSL | 32.97º | 0.53% | 0.34% | - |
| HSV(B) | 32.97º | 0.69% | 0.52% | - |
| XYZ | 13.66 | 12.55 | 3.8 | - |
| YUV | 97.56 | 96.08 | 152.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 91 | 41 | 0 | 0.31 | 0.69 | 0.48 | 32.97 | 0.53 | 0.34 |
| Hex | 84 | 5B | 29 | 0 | 1F | 45 | 30 | 21 | 35 | 22 |
| Octal | 204 | 133 | 51 | 0 | 37 | 105 | 60 | 41 | 65 | 42 |
| Binary | 10000100 | 1011011 | 101001 | 0 | 11111 | 1000101 | 110000 | 100001 | 110101 | 100010 |
Color Harmonies of #845B29
Complementary color
Monochromatic Colors of #845B29
Black with #845B29
Text Example
Text Example
White with #845B29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #845B29; }
p { color: rgb(132,91,41); }
H1.HeaderClassName
{
color: #845B29;
}
.AnyTagClassName
{
color: #845B29;
}
</style>
background-color css
<style>
a { background-color: #845B29; }
a { background-color: rgb(132,91,41); }
div.DivClassName
{
background-color: #845B29;
}
.BgClassName
{
background-color: #845B29;
}
</style>
border-color css
<style>
span { border-color: #845B29; }
span { border-color: rgb(132,91,41); }
td.TdClassName
{
border-color: #845B29;
}
.TagClassName
{
border-color: #845B29;
}
</style>