#775A1A

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

Shades of Hot Curry #775A1A

Tints of Hot Curry #775A1A

Color information

#775A1A (or 0x775A1A) is unknown color: approx Hot Curry. HEX triplet: 77, 5A and 1A. RGB value is (119,90,26). Sum of RGB (Red+Green+Blue) = 119+90+26=235 (31% of max value = 765). Red value is 119 (46.88% from 255 or 50.64% from 235); Green value is 90 (35.55% from 255 or 38.30% from 235); Blue value is 26 (10.55% from 255 or 11.06% from 235); Max value from RGB is 119 - color contains mainly: red. Hex color #775A1A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775A1A is #88A5E5. Grayscale: #5B5B5B. Windows color (decimal): -8955366 or 1727095. OLE color: 1727095.

HSL color Cylindrical-coordinate representation of color #775A1A: hue angle of 41.29º degrees, saturation: 0.64, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #775A1A is Cyan = 0, Magento = 0.24, Yellow = 0.78 and Black (K on CMYK) = 0.53.

Color convert

RGB1199026-
CMYK00.240.780.53
HSL41.29º64.14%28.43%-
HSV(B)41.29º78.15%46.67%-
XYZ11.4511.312.56-
YUV91.3891.11147.7-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 50.64%
GREEN value IS 90 (35.55% from 255) = 38.30%
BLUE value IS 26 (10.55% from 255) = 11.06%
R=50.64%
G=38.30%
B=11.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.78
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119902600.240.780.5341.2964.1428.43
Hex775A1A0184E3529401c
Octal16713232030116655110034
Binary11101111011010110100110001001110110101101001100000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775A1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775A1A; }

 p { color: rgb(119,90,26); }

 H1.HeaderClassName
 {
   color: #775A1A;
 }
 .AnyTagClassName
 {
   color: #775A1A;
 }
</style>
background-color css

<style>
 a { background-color: #775A1A; }

 a { background-color: rgb(119,90,26); }

 div.DivClassName
 {
   background-color: #775A1A;
 }
 .BgClassName
 {
   background-color: #775A1A;
 }
</style>
border-color css

<style>
 span { border-color: #775A1A; }

 span { border-color: rgb(119,90,26); }

 td.TdClassName
 {
   border-color: #775A1A;
 }
 .TagClassName
 {
   border-color: #775A1A;
 }
</style>