Shades of Hot Curry #83571E
Tints of Hot Curry #83571E
RGB
CMYK
RGB Variations
Color information
#83571E (or 0x83571E) is known color: Hot Curry. HEX triplet: 83, 57 and 1E. RGB value is (131,87,30). Sum of RGB (Red+Green+Blue) = 131+87+30=248 (32% of max value = 765). Red value is 131 (51.56% from 255 or 52.82% from 248); Green value is 87 (34.38% from 255 or 35.08% from 248); Blue value is 30 (12.11% from 255 or 12.10% from 248); Max value from RGB is 131 - color contains mainly: red. Hex color #83571E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #83571E is #7CA8E1. Grayscale: #5D5D5D. Windows color (decimal): -8169698 or 1988483. OLE color: 1988483.
HSL color Cylindrical-coordinate representation of color #83571E: hue angle of 33.86º degrees, saturation: 0.63, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #83571E is Cyan = 0, Magento = 0.34, Yellow = 0.77 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 87 | 30 | - |
| CMYK | 0 | 0.34 | 0.77 | 0.49 |
| HSL | 33.86º | 0.63% | 0.32% | - |
| HSV(B) | 33.86º | 0.77% | 0.51% | - |
| XYZ | 13 | 11.74 | 2.81 | - |
| YUV | 93.66 | 92.08 | 154.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 87 | 30 | 0 | 0.34 | 0.77 | 0.49 | 33.86 | 0.63 | 0.32 |
| Hex | 83 | 57 | 1E | 0 | 22 | 4D | 31 | 22 | 3F | 20 |
| Octal | 203 | 127 | 36 | 0 | 42 | 115 | 61 | 42 | 77 | 40 |
| Binary | 10000011 | 1010111 | 11110 | 0 | 100010 | 1001101 | 110001 | 100010 | 111111 | 100000 |
Color Harmonies of #83571E
Complementary color
Monochromatic Colors of #83571E
Black with #83571E
Text Example
Text Example
White with #83571E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83571E; }
p { color: rgb(131,87,30); }
H1.HeaderClassName
{
color: #83571E;
}
.AnyTagClassName
{
color: #83571E;
}
</style>
background-color css
<style>
a { background-color: #83571E; }
a { background-color: rgb(131,87,30); }
div.DivClassName
{
background-color: #83571E;
}
.BgClassName
{
background-color: #83571E;
}
</style>
border-color css
<style>
span { border-color: #83571E; }
span { border-color: rgb(131,87,30); }
td.TdClassName
{
border-color: #83571E;
}
.TagClassName
{
border-color: #83571E;
}
</style>