Shades of Hot Curry #845919
Tints of Hot Curry #845919
RGB
CMYK
RGB Variations
Color information
#845919 (or 0x845919) is known color: Hot Curry. HEX triplet: 84, 59 and 19. RGB value is (132,89,25). Sum of RGB (Red+Green+Blue) = 132+89+25=246 (32% of max value = 765). Red value is 132 (51.95% from 255 or 53.66% from 246); Green value is 89 (35.16% from 255 or 36.18% from 246); Blue value is 25 (10.16% from 255 or 10.16% from 246); Max value from RGB is 132 - color contains mainly: red. Hex color #845919 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #845919 is #7BA6E6. Grayscale: #5E5E5E. Windows color (decimal): -8103655 or 1661316. OLE color: 1661316.
HSL color Cylindrical-coordinate representation of color #845919: hue angle of 35.89º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #845919 is Cyan = 0, Magento = 0.33, Yellow = 0.81 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 89 | 25 | - |
| CMYK | 0 | 0.33 | 0.81 | 0.48 |
| HSL | 35.89º | 0.68% | 0.31% | - |
| HSV(B) | 35.89º | 0.81% | 0.52% | - |
| XYZ | 13.26 | 12.12 | 2.56 | - |
| YUV | 94.56 | 88.75 | 154.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 89 | 25 | 0 | 0.33 | 0.81 | 0.48 | 35.89 | 0.68 | 0.31 |
| Hex | 84 | 59 | 19 | 0 | 21 | 51 | 30 | 24 | 44 | 1F |
| Octal | 204 | 131 | 31 | 0 | 41 | 121 | 60 | 44 | 104 | 37 |
| Binary | 10000100 | 1011001 | 11001 | 0 | 100001 | 1010001 | 110000 | 100100 | 1000100 | 11111 |
Color Harmonies of #845919
Complementary color
Monochromatic Colors of #845919
Black with #845919
Text Example
Text Example
White with #845919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #845919; }
p { color: rgb(132,89,25); }
H1.HeaderClassName
{
color: #845919;
}
.AnyTagClassName
{
color: #845919;
}
</style>
background-color css
<style>
a { background-color: #845919; }
a { background-color: rgb(132,89,25); }
div.DivClassName
{
background-color: #845919;
}
.BgClassName
{
background-color: #845919;
}
</style>
border-color css
<style>
span { border-color: #845919; }
span { border-color: rgb(132,89,25); }
td.TdClassName
{
border-color: #845919;
}
.TagClassName
{
border-color: #845919;
}
</style>