Shades of Hot Curry #845B1F
Tints of Hot Curry #845B1F
RGB
CMYK
RGB Variations
Color information
#845B1F (or 0x845B1F) is known color: Hot Curry. HEX triplet: 84, 5B and 1F. RGB value is (132,91,31). Sum of RGB (Red+Green+Blue) = 132+91+31=254 (33% of max value = 765). Red value is 132 (51.95% from 255 or 51.97% from 254); Green value is 91 (35.94% from 255 or 35.83% from 254); Blue value is 31 (12.5% from 255 or 12.20% from 254); Max value from RGB is 132 - color contains mainly: red. Hex color #845B1F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #845B1F is #7BA4E0. Grayscale: #606060. Windows color (decimal): -8103137 or 2055044. OLE color: 2055044.
HSL color Cylindrical-coordinate representation of color #845B1F: hue angle of 35.64º 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 #845B1F is Cyan = 0, Magento = 0.31, Yellow = 0.77 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 91 | 31 | - |
| CMYK | 0 | 0.31 | 0.77 | 0.48 |
| HSL | 35.64º | 0.62% | 0.32% | - |
| HSV(B) | 35.64º | 0.77% | 0.52% | - |
| XYZ | 13.5 | 12.49 | 2.99 | - |
| YUV | 96.42 | 91.08 | 153.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 91 | 31 | 0 | 0.31 | 0.77 | 0.48 | 35.64 | 0.62 | 0.32 |
| Hex | 84 | 5B | 1F | 0 | 1F | 4D | 30 | 24 | 3E | 20 |
| Octal | 204 | 133 | 37 | 0 | 37 | 115 | 60 | 44 | 76 | 40 |
| Binary | 10000100 | 1011011 | 11111 | 0 | 11111 | 1001101 | 110000 | 100100 | 111110 | 100000 |
Color Harmonies of #845B1F
Complementary color
Monochromatic Colors of #845B1F
Black with #845B1F
Text Example
Text Example
White with #845B1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #845B1F; }
p { color: rgb(132,91,31); }
H1.HeaderClassName
{
color: #845B1F;
}
.AnyTagClassName
{
color: #845B1F;
}
</style>
background-color css
<style>
a { background-color: #845B1F; }
a { background-color: rgb(132,91,31); }
div.DivClassName
{
background-color: #845B1F;
}
.BgClassName
{
background-color: #845B1F;
}
</style>
border-color css
<style>
span { border-color: #845B1F; }
span { border-color: rgb(132,91,31); }
td.TdClassName
{
border-color: #845B1F;
}
.TagClassName
{
border-color: #845B1F;
}
</style>