Shades of Hot Curry #775D21
Tints of Hot Curry #775D21
RGB
CMYK
RGB Variations
Color information
#775D21 (or 0x775D21) is known color: Hot Curry. HEX triplet: 77, 5D and 21. RGB value is (119,93,33). Sum of RGB (Red+Green+Blue) = 119+93+33=245 (32% of max value = 765). Red value is 119 (46.88% from 255 or 48.57% from 245); Green value is 93 (36.72% from 255 or 37.96% from 245); Blue value is 33 (13.28% from 255 or 13.47% from 245); Max value from RGB is 119 - color contains mainly: red. Hex color #775D21 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775D21 is #88A2DE. Grayscale: #5E5E5E. Windows color (decimal): -8954591 or 2186615. OLE color: 2186615.
HSL color Cylindrical-coordinate representation of color #775D21: hue angle of 41.86º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #775D21 is Cyan = 0, Magento = 0.22, Yellow = 0.72 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 93 | 33 | - |
| CMYK | 0 | 0.22 | 0.72 | 0.53 |
| HSL | 41.86º | 0.57% | 0.3% | - |
| HSV(B) | 41.86º | 0.72% | 0.47% | - |
| XYZ | 11.8 | 11.86 | 3.11 | - |
| YUV | 93.93 | 93.61 | 145.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 93 | 33 | 0 | 0.22 | 0.72 | 0.53 | 41.86 | 0.57 | 0.3 |
| Hex | 77 | 5D | 21 | 0 | 16 | 48 | 35 | 2A | 39 | 1E |
| Octal | 167 | 135 | 41 | 0 | 26 | 110 | 65 | 52 | 71 | 36 |
| Binary | 1110111 | 1011101 | 100001 | 0 | 10110 | 1001000 | 110101 | 101010 | 111001 | 11110 |
Color Harmonies of #775D21
Complementary color
Monochromatic Colors of #775D21
Black with #775D21
Text Example
Text Example
White with #775D21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #775D21; }
p { color: rgb(119,93,33); }
H1.HeaderClassName
{
color: #775D21;
}
.AnyTagClassName
{
color: #775D21;
}
</style>
background-color css
<style>
a { background-color: #775D21; }
a { background-color: rgb(119,93,33); }
div.DivClassName
{
background-color: #775D21;
}
.BgClassName
{
background-color: #775D21;
}
</style>
border-color css
<style>
span { border-color: #775D21; }
span { border-color: rgb(119,93,33); }
td.TdClassName
{
border-color: #775D21;
}
.TagClassName
{
border-color: #775D21;
}
</style>