Shades of Hot Curry #83562A
Tints of Hot Curry #83562A
RGB
CMYK
RGB Variations
Color information
#83562A (or 0x83562A) is known color: Hot Curry. HEX triplet: 83, 56 and 2A. RGB value is (131,86,42). Sum of RGB (Red+Green+Blue) = 131+86+42=259 (34% of max value = 765). Red value is 131 (51.56% from 255 or 50.58% from 259); Green value is 86 (33.98% from 255 or 33.20% from 259); Blue value is 42 (16.80% from 255 or 16.22% from 259); Max value from RGB is 131 - color contains mainly: red. Hex color #83562A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #83562A is #7CA9D5. Grayscale: #5E5E5E. Windows color (decimal): -8169942 or 2774659. OLE color: 2774659.
HSL color Cylindrical-coordinate representation of color #83562A: hue angle of 29.66º degrees, saturation: 0.51, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #83562A is Cyan = 0, Magento = 0.34, Yellow = 0.68 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 86 | 42 | - |
| CMYK | 0 | 0.34 | 0.68 | 0.49 |
| HSL | 29.66º | 0.51% | 0.34% | - |
| HSV(B) | 29.66º | 0.68% | 0.51% | - |
| XYZ | 13.11 | 11.65 | 3.75 | - |
| YUV | 94.44 | 98.41 | 154.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 86 | 42 | 0 | 0.34 | 0.68 | 0.49 | 29.66 | 0.51 | 0.34 |
| Hex | 83 | 56 | 2A | 0 | 22 | 44 | 31 | 1E | 33 | 22 |
| Octal | 203 | 126 | 52 | 0 | 42 | 104 | 61 | 36 | 63 | 42 |
| Binary | 10000011 | 1010110 | 101010 | 0 | 100010 | 1000100 | 110001 | 11110 | 110011 | 100010 |
Color Harmonies of #83562A
Complementary color
Monochromatic Colors of #83562A
Black with #83562A
Text Example
Text Example
White with #83562A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83562A; }
p { color: rgb(131,86,42); }
H1.HeaderClassName
{
color: #83562A;
}
.AnyTagClassName
{
color: #83562A;
}
</style>
background-color css
<style>
a { background-color: #83562A; }
a { background-color: rgb(131,86,42); }
div.DivClassName
{
background-color: #83562A;
}
.BgClassName
{
background-color: #83562A;
}
</style>
border-color css
<style>
span { border-color: #83562A; }
span { border-color: rgb(131,86,42); }
td.TdClassName
{
border-color: #83562A;
}
.TagClassName
{
border-color: #83562A;
}
</style>