Shades of Hot Curry #805C23
Tints of Hot Curry #805C23
RGB
CMYK
RGB Variations
Color information
#805C23 (or 0x805C23) is known color: Hot Curry. HEX triplet: 80, 5C and 23. RGB value is (128,92,35). Sum of RGB (Red+Green+Blue) = 128+92+35=255 (33% of max value = 765). Red value is 128 (50.39% from 255 or 50.20% from 255); Green value is 92 (36.33% from 255 or 36.08% from 255); Blue value is 35 (14.06% from 255 or 13.73% from 255); Max value from RGB is 128 - color contains mainly: red. Hex color #805C23 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #805C23 is #7FA3DC. Grayscale: #606060. Windows color (decimal): -8365021 or 2317440. OLE color: 2317440.
HSL color Cylindrical-coordinate representation of color #805C23: hue angle of 36.77º 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 #805C23 is Cyan = 0, Magento = 0.28, Yellow = 0.73 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 92 | 35 | - |
| CMYK | 0 | 0.28 | 0.73 | 0.50 |
| HSL | 36.77º | 0.57% | 0.32% | - |
| HSV(B) | 36.77º | 0.73% | 0.5% | - |
| XYZ | 13.03 | 12.36 | 3.29 | - |
| YUV | 96.27 | 93.43 | 150.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 92 | 35 | 0 | 0.28 | 0.73 | 0.50 | 36.77 | 0.57 | 0.32 |
| Hex | 80 | 5C | 23 | 0 | 1C | 49 | 32 | 25 | 39 | 20 |
| Octal | 200 | 134 | 43 | 0 | 34 | 111 | 62 | 45 | 71 | 40 |
| Binary | 10000000 | 1011100 | 100011 | 0 | 11100 | 1001001 | 110010 | 100101 | 111001 | 100000 |
Color Harmonies of #805C23
Complementary color
Monochromatic Colors of #805C23
Black with #805C23
Text Example
Text Example
White with #805C23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #805C23; }
p { color: rgb(128,92,35); }
H1.HeaderClassName
{
color: #805C23;
}
.AnyTagClassName
{
color: #805C23;
}
</style>
background-color css
<style>
a { background-color: #805C23; }
a { background-color: rgb(128,92,35); }
div.DivClassName
{
background-color: #805C23;
}
.BgClassName
{
background-color: #805C23;
}
</style>
border-color css
<style>
span { border-color: #805C23; }
span { border-color: rgb(128,92,35); }
td.TdClassName
{
border-color: #805C23;
}
.TagClassName
{
border-color: #805C23;
}
</style>