Shades of Hot Curry #775C22
Tints of Hot Curry #775C22
RGB
CMYK
RGB Variations
Color information
#775C22 (or 0x775C22) is known color: Hot Curry. HEX triplet: 77, 5C and 22. RGB value is (119,92,34). Sum of RGB (Red+Green+Blue) = 119+92+34=245 (32% of max value = 765). Red value is 119 (46.88% from 255 or 48.57% from 245); Green value is 92 (36.33% from 255 or 37.55% from 245); Blue value is 34 (13.67% from 255 or 13.88% from 245); Max value from RGB is 119 - color contains mainly: red. Hex color #775C22 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775C22 is #88A3DD. Grayscale: #5D5D5D. Windows color (decimal): -8954846 or 2251895. OLE color: 2251895.
HSL color Cylindrical-coordinate representation of color #775C22: hue angle of 40.94º degrees, saturation: 0.56, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #775C22 is Cyan = 0, Magento = 0.23, Yellow = 0.71 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 92 | 34 | - |
| CMYK | 0 | 0.23 | 0.71 | 0.53 |
| HSL | 40.94º | 0.56% | 0.3% | - |
| HSV(B) | 40.94º | 0.71% | 0.47% | - |
| XYZ | 11.72 | 11.69 | 3.15 | - |
| YUV | 93.46 | 94.45 | 146.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 92 | 34 | 0 | 0.23 | 0.71 | 0.53 | 40.94 | 0.56 | 0.3 |
| Hex | 77 | 5C | 22 | 0 | 17 | 47 | 35 | 29 | 38 | 1E |
| Octal | 167 | 134 | 42 | 0 | 27 | 107 | 65 | 51 | 70 | 36 |
| Binary | 1110111 | 1011100 | 100010 | 0 | 10111 | 1000111 | 110101 | 101001 | 111000 | 11110 |
Color Harmonies of #775C22
Complementary color
Monochromatic Colors of #775C22
Black with #775C22
Text Example
Text Example
White with #775C22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #775C22; }
p { color: rgb(119,92,34); }
H1.HeaderClassName
{
color: #775C22;
}
.AnyTagClassName
{
color: #775C22;
}
</style>
background-color css
<style>
a { background-color: #775C22; }
a { background-color: rgb(119,92,34); }
div.DivClassName
{
background-color: #775C22;
}
.BgClassName
{
background-color: #775C22;
}
</style>
border-color css
<style>
span { border-color: #775C22; }
span { border-color: rgb(119,92,34); }
td.TdClassName
{
border-color: #775C22;
}
.TagClassName
{
border-color: #775C22;
}
</style>