#775C1E

Color #775C1E Hot Curry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hot Curry #775C1E

Tints of Hot Curry #775C1E

Color information

#775C1E (or 0x775C1E) is unknown color: approx 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

RGB1199230-
CMYK00.230.750.53
HSL41.8º59.73%29.22%-
HSV(B)41.8º74.79%46.67%-
XYZ11.6711.672.87-
YUV9392.45146.54-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 119 (46.88% from 255) = 49.38%
GREEN value IS 92 (36.33% from 255) = 38.17%
BLUE value IS 30 (12.11% from 255) = 12.45%
R=49.38%
G=38.17%
B=12.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.75
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119923000.230.750.5341.859.7329.22
Hex775C1E0174B352a3c1d
Octal1671343602711365527435
Binary1110111101110011110010111100101111010110101011110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775C1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>