Shades of Hot Curry #83541F
Tints of Hot Curry #83541F
RGB
CMYK
RGB Variations
Color information
#83541F (or 0x83541F) is known color: Hot Curry. HEX triplet: 83, 54 and 1F. RGB value is (131,84,31). Sum of RGB (Red+Green+Blue) = 131+84+31=246 (32% of max value = 765). Red value is 131 (51.56% from 255 or 53.25% from 246); Green value is 84 (33.20% from 255 or 34.15% from 246); Blue value is 31 (12.5% from 255 or 12.60% from 246); Max value from RGB is 131 - color contains mainly: red. Hex color #83541F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #83541F is #7CABE0. Grayscale: #5C5C5C. Windows color (decimal): -8170465 or 2053251. OLE color: 2053251.
HSL color Cylindrical-coordinate representation of color #83541F: hue angle of 31.8º degrees, saturation: 0.62, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #83541F is Cyan = 0, Magento = 0.36, Yellow = 0.76 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 84 | 31 | - |
| CMYK | 0 | 0.36 | 0.76 | 0.49 |
| HSL | 31.8º | 0.62% | 0.32% | - |
| HSV(B) | 31.8º | 0.76% | 0.51% | - |
| XYZ | 12.78 | 11.26 | 2.8 | - |
| YUV | 92.01 | 93.57 | 155.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 84 | 31 | 0 | 0.36 | 0.76 | 0.49 | 31.8 | 0.62 | 0.32 |
| Hex | 83 | 54 | 1F | 0 | 24 | 4C | 31 | 20 | 3E | 20 |
| Octal | 203 | 124 | 37 | 0 | 44 | 114 | 61 | 40 | 76 | 40 |
| Binary | 10000011 | 1010100 | 11111 | 0 | 100100 | 1001100 | 110001 | 100000 | 111110 | 100000 |
Color Harmonies of #83541F
Complementary color
Monochromatic Colors of #83541F
Black with #83541F
Text Example
Text Example
White with #83541F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83541F; }
p { color: rgb(131,84,31); }
H1.HeaderClassName
{
color: #83541F;
}
.AnyTagClassName
{
color: #83541F;
}
</style>
background-color css
<style>
a { background-color: #83541F; }
a { background-color: rgb(131,84,31); }
div.DivClassName
{
background-color: #83541F;
}
.BgClassName
{
background-color: #83541F;
}
</style>
border-color css
<style>
span { border-color: #83541F; }
span { border-color: rgb(131,84,31); }
td.TdClassName
{
border-color: #83541F;
}
.TagClassName
{
border-color: #83541F;
}
</style>