Shades of Hot Curry #845D1A
Tints of Hot Curry #845D1A
RGB
CMYK
RGB Variations
Color information
#845D1A (or 0x845D1A) is known color: Hot Curry. HEX triplet: 84, 5D and 1A. RGB value is (132,93,26). Sum of RGB (Red+Green+Blue) = 132+93+26=251 (33% of max value = 765). Red value is 132 (51.95% from 255 or 52.59% from 251); Green value is 93 (36.72% from 255 or 37.05% from 251); Blue value is 26 (10.55% from 255 or 10.36% from 251); Max value from RGB is 132 - color contains mainly: red. Hex color #845D1A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #845D1A is #7BA2E5. Grayscale: #616161. Windows color (decimal): -8102630 or 1727876. OLE color: 1727876.
HSL color Cylindrical-coordinate representation of color #845D1A: hue angle of 37.92º degrees, saturation: 0.67, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #845D1A is Cyan = 0, Magento = 0.30, Yellow = 0.80 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 93 | 26 | - |
| CMYK | 0 | 0.30 | 0.80 | 0.48 |
| HSL | 37.92º | 0.67% | 0.31% | - |
| HSV(B) | 37.92º | 0.8% | 0.52% | - |
| XYZ | 13.62 | 12.81 | 2.73 | - |
| YUV | 97.02 | 87.92 | 152.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 93 | 26 | 0 | 0.30 | 0.80 | 0.48 | 37.92 | 0.67 | 0.31 |
| Hex | 84 | 5D | 1A | 0 | 1E | 50 | 30 | 26 | 43 | 1F |
| Octal | 204 | 135 | 32 | 0 | 36 | 120 | 60 | 46 | 103 | 37 |
| Binary | 10000100 | 1011101 | 11010 | 0 | 11110 | 1010000 | 110000 | 100110 | 1000011 | 11111 |
Color Harmonies of #845D1A
Complementary color
Monochromatic Colors of #845D1A
Black with #845D1A
Text Example
Text Example
White with #845D1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #845D1A; }
p { color: rgb(132,93,26); }
H1.HeaderClassName
{
color: #845D1A;
}
.AnyTagClassName
{
color: #845D1A;
}
</style>
background-color css
<style>
a { background-color: #845D1A; }
a { background-color: rgb(132,93,26); }
div.DivClassName
{
background-color: #845D1A;
}
.BgClassName
{
background-color: #845D1A;
}
</style>
border-color css
<style>
span { border-color: #845D1A; }
span { border-color: rgb(132,93,26); }
td.TdClassName
{
border-color: #845D1A;
}
.TagClassName
{
border-color: #845D1A;
}
</style>