Shades of Hot Curry #835528
Tints of Hot Curry #835528
RGB
CMYK
RGB Variations
Color information
#835528 (or 0x835528) is known color: Hot Curry. HEX triplet: 83, 55 and 28. RGB value is (131,85,40). Sum of RGB (Red+Green+Blue) = 131+85+40=256 (33% of max value = 765). Red value is 131 (51.56% from 255 or 51.17% from 256); Green value is 85 (33.59% from 255 or 33.20% from 256); Blue value is 40 (16.02% from 255 or 15.62% from 256); Max value from RGB is 131 - color contains mainly: red. Hex color #835528 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #835528 is #7CAAD7. Grayscale: #5D5D5D. Windows color (decimal): -8170200 or 2643331. OLE color: 2643331.
HSL color Cylindrical-coordinate representation of color #835528: hue angle of 29.67º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #835528 is Cyan = 0, Magento = 0.35, Yellow = 0.69 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 85 | 40 | - |
| CMYK | 0 | 0.35 | 0.69 | 0.49 |
| HSL | 29.67º | 0.53% | 0.34% | - |
| HSV(B) | 29.67º | 0.69% | 0.51% | - |
| XYZ | 12.99 | 11.48 | 3.54 | - |
| YUV | 93.62 | 97.74 | 154.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 85 | 40 | 0 | 0.35 | 0.69 | 0.49 | 29.67 | 0.53 | 0.34 |
| Hex | 83 | 55 | 28 | 0 | 23 | 45 | 31 | 1E | 35 | 22 |
| Octal | 203 | 125 | 50 | 0 | 43 | 105 | 61 | 36 | 65 | 42 |
| Binary | 10000011 | 1010101 | 101000 | 0 | 100011 | 1000101 | 110001 | 11110 | 110101 | 100010 |
Color Harmonies of #835528
Complementary color
Monochromatic Colors of #835528
Black with #835528
Text Example
Text Example
White with #835528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #835528; }
p { color: rgb(131,85,40); }
H1.HeaderClassName
{
color: #835528;
}
.AnyTagClassName
{
color: #835528;
}
</style>
background-color css
<style>
a { background-color: #835528; }
a { background-color: rgb(131,85,40); }
div.DivClassName
{
background-color: #835528;
}
.BgClassName
{
background-color: #835528;
}
</style>
border-color css
<style>
span { border-color: #835528; }
span { border-color: rgb(131,85,40); }
td.TdClassName
{
border-color: #835528;
}
.TagClassName
{
border-color: #835528;
}
</style>