Shades of Hot Curry #83662E
Tints of Hot Curry #83662E
RGB
CMYK
RGB Variations
Color information
#83662E (or 0x83662E) is known color: Hot Curry. HEX triplet: 83, 66 and 2E. RGB value is (131,102,46). Sum of RGB (Red+Green+Blue) = 131+102+46=279 (36% of max value = 765). Red value is 131 (51.56% from 255 or 46.95% from 279); Green value is 102 (40.23% from 255 or 36.56% from 279); Blue value is 46 (18.36% from 255 or 16.49% from 279); Max value from RGB is 131 - color contains mainly: red. Hex color #83662E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #83662E is #7C99D1. Grayscale: #686868. Windows color (decimal): -8165842 or 3040899. OLE color: 3040899.
HSL color Cylindrical-coordinate representation of color #83662E: hue angle of 39.53º degrees, saturation: 0.48, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #83662E is Cyan = 0, Magento = 0.22, Yellow = 0.65 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 102 | 46 | - |
| CMYK | 0 | 0.22 | 0.65 | 0.49 |
| HSL | 39.53º | 0.48% | 0.35% | - |
| HSV(B) | 39.53º | 0.65% | 0.51% | - |
| XYZ | 14.6 | 14.53 | 4.62 | - |
| YUV | 104.29 | 95.11 | 147.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 102 | 46 | 0 | 0.22 | 0.65 | 0.49 | 39.53 | 0.48 | 0.35 |
| Hex | 83 | 66 | 2E | 0 | 16 | 41 | 31 | 28 | 30 | 23 |
| Octal | 203 | 146 | 56 | 0 | 26 | 101 | 61 | 50 | 60 | 43 |
| Binary | 10000011 | 1100110 | 101110 | 0 | 10110 | 1000001 | 110001 | 101000 | 110000 | 100011 |
Color Harmonies of #83662E
Complementary color
Monochromatic Colors of #83662E
Black with #83662E
Text Example
Text Example
White with #83662E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83662E; }
p { color: rgb(131,102,46); }
H1.HeaderClassName
{
color: #83662E;
}
.AnyTagClassName
{
color: #83662E;
}
</style>
background-color css
<style>
a { background-color: #83662E; }
a { background-color: rgb(131,102,46); }
div.DivClassName
{
background-color: #83662E;
}
.BgClassName
{
background-color: #83662E;
}
</style>
border-color css
<style>
span { border-color: #83662E; }
span { border-color: rgb(131,102,46); }
td.TdClassName
{
border-color: #83662E;
}
.TagClassName
{
border-color: #83662E;
}
</style>