Shades of Hot Curry #845A1C
Tints of Hot Curry #845A1C
RGB
CMYK
RGB Variations
Color information
#845A1C (or 0x845A1C) is known color: Hot Curry. HEX triplet: 84, 5A and 1C. RGB value is (132,90,28). Sum of RGB (Red+Green+Blue) = 132+90+28=250 (33% of max value = 765). Red value is 132 (51.95% from 255 or 52.8% from 250); Green value is 90 (35.55% from 255 or 36% from 250); Blue value is 28 (11.33% from 255 or 11.2% from 250); Max value from RGB is 132 - color contains mainly: red. Hex color #845A1C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #845A1C is #7BA5E3. Grayscale: #5F5F5F. Windows color (decimal): -8103396 or 1858180. OLE color: 1858180.
HSL color Cylindrical-coordinate representation of color #845A1C: hue angle of 35.77º degrees, saturation: 0.65, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #845A1C is Cyan = 0, Magento = 0.32, Yellow = 0.79 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 90 | 28 | - |
| CMYK | 0 | 0.32 | 0.79 | 0.48 |
| HSL | 35.77º | 0.65% | 0.31% | - |
| HSV(B) | 35.77º | 0.79% | 0.52% | - |
| XYZ | 13.38 | 12.3 | 2.77 | - |
| YUV | 95.49 | 89.91 | 154.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 90 | 28 | 0 | 0.32 | 0.79 | 0.48 | 35.77 | 0.65 | 0.31 |
| Hex | 84 | 5A | 1C | 0 | 20 | 4F | 30 | 24 | 41 | 1F |
| Octal | 204 | 132 | 34 | 0 | 40 | 117 | 60 | 44 | 101 | 37 |
| Binary | 10000100 | 1011010 | 11100 | 0 | 100000 | 1001111 | 110000 | 100100 | 1000001 | 11111 |
Color Harmonies of #845A1C
Complementary color
Monochromatic Colors of #845A1C
Black with #845A1C
Text Example
Text Example
White with #845A1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #845A1C; }
p { color: rgb(132,90,28); }
H1.HeaderClassName
{
color: #845A1C;
}
.AnyTagClassName
{
color: #845A1C;
}
</style>
background-color css
<style>
a { background-color: #845A1C; }
a { background-color: rgb(132,90,28); }
div.DivClassName
{
background-color: #845A1C;
}
.BgClassName
{
background-color: #845A1C;
}
</style>
border-color css
<style>
span { border-color: #845A1C; }
span { border-color: rgb(132,90,28); }
td.TdClassName
{
border-color: #845A1C;
}
.TagClassName
{
border-color: #845A1C;
}
</style>