Shades of Hot Curry #83602C
Tints of Hot Curry #83602C
RGB
CMYK
RGB Variations
Color information
#83602C (or 0x83602C) is known color: Hot Curry. HEX triplet: 83, 60 and 2C. RGB value is (131,96,44). Sum of RGB (Red+Green+Blue) = 131+96+44=271 (35% of max value = 765). Red value is 131 (51.56% from 255 or 48.34% from 271); Green value is 96 (37.89% from 255 or 35.42% from 271); Blue value is 44 (17.58% from 255 or 16.24% from 271); Max value from RGB is 131 - color contains mainly: red. Hex color #83602C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #83602C is #7C9FD3. Grayscale: #646464. Windows color (decimal): -8167380 or 2908291. OLE color: 2908291.
HSL color Cylindrical-coordinate representation of color #83602C: hue angle of 35.86º degrees, saturation: 0.5, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #83602C is Cyan = 0, Magento = 0.27, Yellow = 0.66 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 96 | 44 | - |
| CMYK | 0 | 0.27 | 0.66 | 0.49 |
| HSL | 35.86º | 0.5% | 0.34% | - |
| HSV(B) | 35.86º | 0.66% | 0.51% | - |
| XYZ | 14 | 13.37 | 4.23 | - |
| YUV | 100.54 | 96.1 | 149.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 96 | 44 | 0 | 0.27 | 0.66 | 0.49 | 35.86 | 0.5 | 0.34 |
| Hex | 83 | 60 | 2C | 0 | 1B | 42 | 31 | 24 | 32 | 22 |
| Octal | 203 | 140 | 54 | 0 | 33 | 102 | 61 | 44 | 62 | 42 |
| Binary | 10000011 | 1100000 | 101100 | 0 | 11011 | 1000010 | 110001 | 100100 | 110010 | 100010 |
Color Harmonies of #83602C
Complementary color
Monochromatic Colors of #83602C
Black with #83602C
Text Example
Text Example
White with #83602C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83602C; }
p { color: rgb(131,96,44); }
H1.HeaderClassName
{
color: #83602C;
}
.AnyTagClassName
{
color: #83602C;
}
</style>
background-color css
<style>
a { background-color: #83602C; }
a { background-color: rgb(131,96,44); }
div.DivClassName
{
background-color: #83602C;
}
.BgClassName
{
background-color: #83602C;
}
</style>
border-color css
<style>
span { border-color: #83602C; }
span { border-color: rgb(131,96,44); }
td.TdClassName
{
border-color: #83602C;
}
.TagClassName
{
border-color: #83602C;
}
</style>