Shades of Hot Curry #805523
Tints of Hot Curry #805523
RGB
CMYK
RGB Variations
Color information
#805523 (or 0x805523) is known color: Hot Curry. HEX triplet: 80, 55 and 23. RGB value is (128,85,35). Sum of RGB (Red+Green+Blue) = 128+85+35=248 (32% of max value = 765). Red value is 128 (50.39% from 255 or 51.61% from 248); Green value is 85 (33.59% from 255 or 34.27% from 248); Blue value is 35 (14.06% from 255 or 14.11% from 248); Max value from RGB is 128 - color contains mainly: red. Hex color #805523 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #805523 is #7FAADC. Grayscale: #5C5C5C. Windows color (decimal): -8366813 or 2315648. OLE color: 2315648.
HSL color Cylindrical-coordinate representation of color #805523: hue angle of 32.26º degrees, saturation: 0.57, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #805523 is Cyan = 0, Magento = 0.34, Yellow = 0.73 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 85 | 35 | - |
| CMYK | 0 | 0.34 | 0.73 | 0.50 |
| HSL | 32.26º | 0.57% | 0.32% | - |
| HSV(B) | 32.26º | 0.73% | 0.5% | - |
| XYZ | 12.45 | 11.21 | 3.1 | - |
| YUV | 92.16 | 95.75 | 153.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 85 | 35 | 0 | 0.34 | 0.73 | 0.50 | 32.26 | 0.57 | 0.32 |
| Hex | 80 | 55 | 23 | 0 | 22 | 49 | 32 | 20 | 39 | 20 |
| Octal | 200 | 125 | 43 | 0 | 42 | 111 | 62 | 40 | 71 | 40 |
| Binary | 10000000 | 1010101 | 100011 | 0 | 100010 | 1001001 | 110010 | 100000 | 111001 | 100000 |
Color Harmonies of #805523
Complementary color
Monochromatic Colors of #805523
Black with #805523
Text Example
Text Example
White with #805523
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #805523; }
p { color: rgb(128,85,35); }
H1.HeaderClassName
{
color: #805523;
}
.AnyTagClassName
{
color: #805523;
}
</style>
background-color css
<style>
a { background-color: #805523; }
a { background-color: rgb(128,85,35); }
div.DivClassName
{
background-color: #805523;
}
.BgClassName
{
background-color: #805523;
}
</style>
border-color css
<style>
span { border-color: #805523; }
span { border-color: rgb(128,85,35); }
td.TdClassName
{
border-color: #805523;
}
.TagClassName
{
border-color: #805523;
}
</style>