Shades of Hot Curry #84551F
Tints of Hot Curry #84551F
RGB
CMYK
RGB Variations
Color information
#84551F (or 0x84551F) is known color: Hot Curry. HEX triplet: 84, 55 and 1F. RGB value is (132,85,31). Sum of RGB (Red+Green+Blue) = 132+85+31=248 (32% of max value = 765). Red value is 132 (51.95% from 255 or 53.23% from 248); Green value is 85 (33.59% from 255 or 34.27% from 248); Blue value is 31 (12.5% from 255 or 12.5% from 248); Max value from RGB is 132 - color contains mainly: red. Hex color #84551F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #84551F is #7BAAE0. Grayscale: #5D5D5D. Windows color (decimal): -8104673 or 2053508. OLE color: 2053508.
HSL color Cylindrical-coordinate representation of color #84551F: hue angle of 32.08º degrees, saturation: 0.62, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #84551F is Cyan = 0, Magento = 0.36, Yellow = 0.77 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 85 | 31 | - |
| CMYK | 0 | 0.36 | 0.77 | 0.48 |
| HSL | 32.08º | 0.62% | 0.32% | - |
| HSV(B) | 32.08º | 0.77% | 0.52% | - |
| XYZ | 13.01 | 11.5 | 2.83 | - |
| YUV | 92.9 | 93.07 | 155.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 85 | 31 | 0 | 0.36 | 0.77 | 0.48 | 32.08 | 0.62 | 0.32 |
| Hex | 84 | 55 | 1F | 0 | 24 | 4D | 30 | 20 | 3E | 20 |
| Octal | 204 | 125 | 37 | 0 | 44 | 115 | 60 | 40 | 76 | 40 |
| Binary | 10000100 | 1010101 | 11111 | 0 | 100100 | 1001101 | 110000 | 100000 | 111110 | 100000 |
Color Harmonies of #84551F
Complementary color
Monochromatic Colors of #84551F
Black with #84551F
Text Example
Text Example
White with #84551F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84551F; }
p { color: rgb(132,85,31); }
H1.HeaderClassName
{
color: #84551F;
}
.AnyTagClassName
{
color: #84551F;
}
</style>
background-color css
<style>
a { background-color: #84551F; }
a { background-color: rgb(132,85,31); }
div.DivClassName
{
background-color: #84551F;
}
.BgClassName
{
background-color: #84551F;
}
</style>
border-color css
<style>
span { border-color: #84551F; }
span { border-color: rgb(132,85,31); }
td.TdClassName
{
border-color: #84551F;
}
.TagClassName
{
border-color: #84551F;
}
</style>