Shades of Hot Curry #845E22
Tints of Hot Curry #845E22
RGB
CMYK
RGB Variations
Color information
#845E22 (or 0x845E22) is known color: Hot Curry. HEX triplet: 84, 5E and 22. RGB value is (132,94,34). Sum of RGB (Red+Green+Blue) = 132+94+34=260 (34% of max value = 765). Red value is 132 (51.95% from 255 or 50.77% from 260); Green value is 94 (37.11% from 255 or 36.15% from 260); Blue value is 34 (13.67% from 255 or 13.08% from 260); Max value from RGB is 132 - color contains mainly: red. Hex color #845E22 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #845E22 is #7BA1DD. Grayscale: #626262. Windows color (decimal): -8102366 or 2252420. OLE color: 2252420.
HSL color Cylindrical-coordinate representation of color #845E22: hue angle of 36.73º degrees, saturation: 0.59, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #845E22 is Cyan = 0, Magento = 0.29, Yellow = 0.74 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 94 | 34 | - |
| CMYK | 0 | 0.29 | 0.74 | 0.48 |
| HSL | 36.73º | 0.59% | 0.33% | - |
| HSV(B) | 36.73º | 0.74% | 0.52% | - |
| XYZ | 13.81 | 13.03 | 3.3 | - |
| YUV | 98.52 | 91.59 | 151.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 94 | 34 | 0 | 0.29 | 0.74 | 0.48 | 36.73 | 0.59 | 0.33 |
| Hex | 84 | 5E | 22 | 0 | 1D | 4A | 30 | 25 | 3B | 21 |
| Octal | 204 | 136 | 42 | 0 | 35 | 112 | 60 | 45 | 73 | 41 |
| Binary | 10000100 | 1011110 | 100010 | 0 | 11101 | 1001010 | 110000 | 100101 | 111011 | 100001 |
Color Harmonies of #845E22
Complementary color
Monochromatic Colors of #845E22
Black with #845E22
Text Example
Text Example
White with #845E22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #845E22; }
p { color: rgb(132,94,34); }
H1.HeaderClassName
{
color: #845E22;
}
.AnyTagClassName
{
color: #845E22;
}
</style>
background-color css
<style>
a { background-color: #845E22; }
a { background-color: rgb(132,94,34); }
div.DivClassName
{
background-color: #845E22;
}
.BgClassName
{
background-color: #845E22;
}
</style>
border-color css
<style>
span { border-color: #845E22; }
span { border-color: rgb(132,94,34); }
td.TdClassName
{
border-color: #845E22;
}
.TagClassName
{
border-color: #845E22;
}
</style>