Shades of Hot Curry #805D23
Tints of Hot Curry #805D23
RGB
CMYK
RGB Variations
Color information
#805D23 (or 0x805D23) is known color: Hot Curry. HEX triplet: 80, 5D and 23. RGB value is (128,93,35). Sum of RGB (Red+Green+Blue) = 128+93+35=256 (33% of max value = 765). Red value is 128 (50.39% from 255 or 50% from 256); Green value is 93 (36.72% from 255 or 36.33% from 256); Blue value is 35 (14.06% from 255 or 13.67% from 256); Max value from RGB is 128 - color contains mainly: red. Hex color #805D23 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #805D23 is #7FA2DC. Grayscale: #616161. Windows color (decimal): -8364765 or 2317696. OLE color: 2317696.
HSL color Cylindrical-coordinate representation of color #805D23: hue angle of 37.42º 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 #805D23 is Cyan = 0, Magento = 0.27, Yellow = 0.73 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 93 | 35 | - |
| CMYK | 0 | 0.27 | 0.73 | 0.50 |
| HSL | 37.42º | 0.57% | 0.32% | - |
| HSV(B) | 37.42º | 0.73% | 0.5% | - |
| XYZ | 13.12 | 12.54 | 3.32 | - |
| YUV | 96.85 | 93.1 | 150.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 93 | 35 | 0 | 0.27 | 0.73 | 0.50 | 37.42 | 0.57 | 0.32 |
| Hex | 80 | 5D | 23 | 0 | 1B | 49 | 32 | 25 | 39 | 20 |
| Octal | 200 | 135 | 43 | 0 | 33 | 111 | 62 | 45 | 71 | 40 |
| Binary | 10000000 | 1011101 | 100011 | 0 | 11011 | 1001001 | 110010 | 100101 | 111001 | 100000 |
Color Harmonies of #805D23
Complementary color
Monochromatic Colors of #805D23
Black with #805D23
Text Example
Text Example
White with #805D23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #805D23; }
p { color: rgb(128,93,35); }
H1.HeaderClassName
{
color: #805D23;
}
.AnyTagClassName
{
color: #805D23;
}
</style>
background-color css
<style>
a { background-color: #805D23; }
a { background-color: rgb(128,93,35); }
div.DivClassName
{
background-color: #805D23;
}
.BgClassName
{
background-color: #805D23;
}
</style>
border-color css
<style>
span { border-color: #805D23; }
span { border-color: rgb(128,93,35); }
td.TdClassName
{
border-color: #805D23;
}
.TagClassName
{
border-color: #805D23;
}
</style>