Shades of Hot Curry #775C1E
Tints of Hot Curry #775C1E
RGB
CMYK
RGB Variations
Color information
#775C1E (or 0x775C1E) is known color: Hot Curry. HEX triplet: 77, 5C and 1E. RGB value is (119,92,30). Sum of RGB (Red+Green+Blue) = 119+92+30=241 (31% of max value = 765). Red value is 119 (46.88% from 255 or 49.38% from 241); Green value is 92 (36.33% from 255 or 38.17% from 241); Blue value is 30 (12.11% from 255 or 12.45% from 241); Max value from RGB is 119 - color contains mainly: red. Hex color #775C1E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775C1E is #88A3E1. Grayscale: #5D5D5D. Windows color (decimal): -8954850 or 1989751. OLE color: 1989751.
HSL color Cylindrical-coordinate representation of color #775C1E: hue angle of 41.8º degrees, saturation: 0.6, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #775C1E is Cyan = 0, Magento = 0.23, Yellow = 0.75 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 92 | 30 | - |
| CMYK | 0 | 0.23 | 0.75 | 0.53 |
| HSL | 41.8º | 0.6% | 0.29% | - |
| HSV(B) | 41.8º | 0.75% | 0.47% | - |
| XYZ | 11.67 | 11.67 | 2.87 | - |
| YUV | 93.01 | 92.45 | 146.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 92 | 30 | 0 | 0.23 | 0.75 | 0.53 | 41.8 | 0.6 | 0.29 |
| Hex | 77 | 5C | 1E | 0 | 17 | 4B | 35 | 2A | 3C | 1D |
| Octal | 167 | 134 | 36 | 0 | 27 | 113 | 65 | 52 | 74 | 35 |
| Binary | 1110111 | 1011100 | 11110 | 0 | 10111 | 1001011 | 110101 | 101010 | 111100 | 11101 |
Color Harmonies of #775C1E
Complementary color
Monochromatic Colors of #775C1E
Black with #775C1E
Text Example
Text Example
White with #775C1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #775C1E; }
p { color: rgb(119,92,30); }
H1.HeaderClassName
{
color: #775C1E;
}
.AnyTagClassName
{
color: #775C1E;
}
</style>
background-color css
<style>
a { background-color: #775C1E; }
a { background-color: rgb(119,92,30); }
div.DivClassName
{
background-color: #775C1E;
}
.BgClassName
{
background-color: #775C1E;
}
</style>
border-color css
<style>
span { border-color: #775C1E; }
span { border-color: rgb(119,92,30); }
td.TdClassName
{
border-color: #775C1E;
}
.TagClassName
{
border-color: #775C1E;
}
</style>