Shades of Hot Curry #845A2B
Tints of Hot Curry #845A2B
RGB
CMYK
RGB Variations
Color information
#845A2B (or 0x845A2B) is known color: Hot Curry. HEX triplet: 84, 5A and 2B. RGB value is (132,90,43). Sum of RGB (Red+Green+Blue) = 132+90+43=265 (35% of max value = 765). Red value is 132 (51.95% from 255 or 49.81% from 265); Green value is 90 (35.55% from 255 or 33.96% from 265); Blue value is 43 (17.19% from 255 or 16.23% from 265); Max value from RGB is 132 - color contains mainly: red. Hex color #845A2B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #845A2B is #7BA5D4. Grayscale: #616161. Windows color (decimal): -8103381 or 2841220. OLE color: 2841220.
HSL color Cylindrical-coordinate representation of color #845A2B: hue angle of 31.69º degrees, saturation: 0.51, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #845A2B is Cyan = 0, Magento = 0.32, Yellow = 0.67 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 90 | 43 | - |
| CMYK | 0 | 0.32 | 0.67 | 0.48 |
| HSL | 31.69º | 0.51% | 0.34% | - |
| HSV(B) | 31.69º | 0.67% | 0.52% | - |
| XYZ | 13.61 | 12.39 | 3.96 | - |
| YUV | 97.2 | 97.41 | 152.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 90 | 43 | 0 | 0.32 | 0.67 | 0.48 | 31.69 | 0.51 | 0.34 |
| Hex | 84 | 5A | 2B | 0 | 20 | 43 | 30 | 20 | 33 | 22 |
| Octal | 204 | 132 | 53 | 0 | 40 | 103 | 60 | 40 | 63 | 42 |
| Binary | 10000100 | 1011010 | 101011 | 0 | 100000 | 1000011 | 110000 | 100000 | 110011 | 100010 |
Color Harmonies of #845A2B
Complementary color
Monochromatic Colors of #845A2B
Black with #845A2B
Text Example
Text Example
White with #845A2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #845A2B; }
p { color: rgb(132,90,43); }
H1.HeaderClassName
{
color: #845A2B;
}
.AnyTagClassName
{
color: #845A2B;
}
</style>
background-color css
<style>
a { background-color: #845A2B; }
a { background-color: rgb(132,90,43); }
div.DivClassName
{
background-color: #845A2B;
}
.BgClassName
{
background-color: #845A2B;
}
</style>
border-color css
<style>
span { border-color: #845A2B; }
span { border-color: rgb(132,90,43); }
td.TdClassName
{
border-color: #845A2B;
}
.TagClassName
{
border-color: #845A2B;
}
</style>