Shades of Hot Curry #845A1D
Tints of Hot Curry #845A1D
RGB
CMYK
RGB Variations
Color information
#845A1D (or 0x845A1D) is known color: Hot Curry. HEX triplet: 84, 5A and 1D. RGB value is (132,90,29). Sum of RGB (Red+Green+Blue) = 132+90+29=251 (33% of max value = 765). Red value is 132 (51.95% from 255 or 52.59% from 251); Green value is 90 (35.55% from 255 or 35.86% from 251); Blue value is 29 (11.72% from 255 or 11.55% from 251); Max value from RGB is 132 - color contains mainly: red. Hex color #845A1D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #845A1D is #7BA5E2. Grayscale: #5F5F5F. Windows color (decimal): -8103395 or 1923716. OLE color: 1923716.
HSL color Cylindrical-coordinate representation of color #845A1D: hue angle of 35.53º degrees, saturation: 0.64, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #845A1D is Cyan = 0, Magento = 0.32, Yellow = 0.78 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 90 | 29 | - |
| CMYK | 0 | 0.32 | 0.78 | 0.48 |
| HSL | 35.53º | 0.64% | 0.32% | - |
| HSV(B) | 35.53º | 0.78% | 0.52% | - |
| XYZ | 13.39 | 12.31 | 2.83 | - |
| YUV | 95.6 | 90.41 | 153.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 90 | 29 | 0 | 0.32 | 0.78 | 0.48 | 35.53 | 0.64 | 0.32 |
| Hex | 84 | 5A | 1D | 0 | 20 | 4E | 30 | 24 | 40 | 20 |
| Octal | 204 | 132 | 35 | 0 | 40 | 116 | 60 | 44 | 100 | 40 |
| Binary | 10000100 | 1011010 | 11101 | 0 | 100000 | 1001110 | 110000 | 100100 | 1000000 | 100000 |
Color Harmonies of #845A1D
Complementary color
Monochromatic Colors of #845A1D
Black with #845A1D
Text Example
Text Example
White with #845A1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #845A1D; }
p { color: rgb(132,90,29); }
H1.HeaderClassName
{
color: #845A1D;
}
.AnyTagClassName
{
color: #845A1D;
}
</style>
background-color css
<style>
a { background-color: #845A1D; }
a { background-color: rgb(132,90,29); }
div.DivClassName
{
background-color: #845A1D;
}
.BgClassName
{
background-color: #845A1D;
}
</style>
border-color css
<style>
span { border-color: #845A1D; }
span { border-color: rgb(132,90,29); }
td.TdClassName
{
border-color: #845A1D;
}
.TagClassName
{
border-color: #845A1D;
}
</style>