Shades of Hot Curry #845A1A
Tints of Hot Curry #845A1A
RGB
CMYK
RGB Variations
Color information
#845A1A (or 0x845A1A) is known color: Hot Curry. HEX triplet: 84, 5A and 1A. RGB value is (132,90,26). Sum of RGB (Red+Green+Blue) = 132+90+26=248 (32% of max value = 765). Red value is 132 (51.95% from 255 or 53.23% from 248); Green value is 90 (35.55% from 255 or 36.29% from 248); Blue value is 26 (10.55% from 255 or 10.48% from 248); Max value from RGB is 132 - color contains mainly: red. Hex color #845A1A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #845A1A is #7BA5E5. Grayscale: #5F5F5F. Windows color (decimal): -8103398 or 1727108. OLE color: 1727108.
HSL color Cylindrical-coordinate representation of color #845A1A: hue angle of 36.23º 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 #845A1A is Cyan = 0, Magento = 0.32, Yellow = 0.80 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 90 | 26 | - |
| CMYK | 0 | 0.32 | 0.80 | 0.48 |
| HSL | 36.23º | 0.67% | 0.31% | - |
| HSV(B) | 36.23º | 0.8% | 0.52% | - |
| XYZ | 13.36 | 12.29 | 2.65 | - |
| YUV | 95.26 | 88.91 | 154.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 90 | 26 | 0 | 0.32 | 0.80 | 0.48 | 36.23 | 0.67 | 0.31 |
| Hex | 84 | 5A | 1A | 0 | 20 | 50 | 30 | 24 | 43 | 1F |
| Octal | 204 | 132 | 32 | 0 | 40 | 120 | 60 | 44 | 103 | 37 |
| Binary | 10000100 | 1011010 | 11010 | 0 | 100000 | 1010000 | 110000 | 100100 | 1000011 | 11111 |
Color Harmonies of #845A1A
Complementary color
Monochromatic Colors of #845A1A
Black with #845A1A
Text Example
Text Example
White with #845A1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #845A1A; }
p { color: rgb(132,90,26); }
H1.HeaderClassName
{
color: #845A1A;
}
.AnyTagClassName
{
color: #845A1A;
}
</style>
background-color css
<style>
a { background-color: #845A1A; }
a { background-color: rgb(132,90,26); }
div.DivClassName
{
background-color: #845A1A;
}
.BgClassName
{
background-color: #845A1A;
}
</style>
border-color css
<style>
span { border-color: #845A1A; }
span { border-color: rgb(132,90,26); }
td.TdClassName
{
border-color: #845A1A;
}
.TagClassName
{
border-color: #845A1A;
}
</style>