Shades of Hot Curry #805423
Tints of Hot Curry #805423
RGB
CMYK
RGB Variations
Color information
#805423 (or 0x805423) is known color: Hot Curry. HEX triplet: 80, 54 and 23. RGB value is (128,84,35). Sum of RGB (Red+Green+Blue) = 128+84+35=247 (32% of max value = 765). Red value is 128 (50.39% from 255 or 51.82% from 247); Green value is 84 (33.20% from 255 or 34.01% from 247); Blue value is 35 (14.06% from 255 or 14.17% from 247); Max value from RGB is 128 - color contains mainly: red. Hex color #805423 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #805423 is #7FABDC. Grayscale: #5B5B5B. Windows color (decimal): -8367069 or 2315392. OLE color: 2315392.
HSL color Cylindrical-coordinate representation of color #805423: hue angle of 31.61º 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 #805423 is Cyan = 0, Magento = 0.34, Yellow = 0.73 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 84 | 35 | - |
| CMYK | 0 | 0.34 | 0.73 | 0.50 |
| HSL | 31.61º | 0.57% | 0.32% | - |
| HSV(B) | 31.61º | 0.73% | 0.5% | - |
| XYZ | 12.38 | 11.05 | 3.07 | - |
| YUV | 91.57 | 96.08 | 153.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 84 | 35 | 0 | 0.34 | 0.73 | 0.50 | 31.61 | 0.57 | 0.32 |
| Hex | 80 | 54 | 23 | 0 | 22 | 49 | 32 | 20 | 39 | 20 |
| Octal | 200 | 124 | 43 | 0 | 42 | 111 | 62 | 40 | 71 | 40 |
| Binary | 10000000 | 1010100 | 100011 | 0 | 100010 | 1001001 | 110010 | 100000 | 111001 | 100000 |
Color Harmonies of #805423
Complementary color
Monochromatic Colors of #805423
Black with #805423
Text Example
Text Example
White with #805423
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #805423; }
p { color: rgb(128,84,35); }
H1.HeaderClassName
{
color: #805423;
}
.AnyTagClassName
{
color: #805423;
}
</style>
background-color css
<style>
a { background-color: #805423; }
a { background-color: rgb(128,84,35); }
div.DivClassName
{
background-color: #805423;
}
.BgClassName
{
background-color: #805423;
}
</style>
border-color css
<style>
span { border-color: #805423; }
span { border-color: rgb(128,84,35); }
td.TdClassName
{
border-color: #805423;
}
.TagClassName
{
border-color: #805423;
}
</style>