#775624

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

Shades of Hot Curry #775624

Tints of Hot Curry #775624

Color information

#775624 (or 0x775624) is unknown color: approx Hot Curry. HEX triplet: 77, 56 and 24. RGB value is (119,86,36). Sum of RGB (Red+Green+Blue) = 119+86+36=241 (31% of max value = 765). Red value is 119 (46.88% from 255 or 49.38% from 241); Green value is 86 (33.98% from 255 or 35.68% from 241); Blue value is 36 (14.45% from 255 or 14.94% from 241); Max value from RGB is 119 - color contains mainly: red. Hex color #775624 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775624 is #88A9DB. Grayscale: #5A5A5A. Windows color (decimal): -8956380 or 2381431. OLE color: 2381431.

HSL color Cylindrical-coordinate representation of color #775624: hue angle of 36.14º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #775624 is Cyan = 0, Magento = 0.28, Yellow = 0.70 and Black (K on CMYK) = 0.53.

Color convert

RGB1198636-
CMYK00.280.700.53
HSL36.14º53.55%30.39%-
HSV(B)36.14º69.75%46.67%-
XYZ11.2510.73.14-
YUV90.1797.43148.57-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 49.38%
GREEN value IS 86 (33.98% from 255) = 35.68%
BLUE value IS 36 (14.45% from 255) = 14.94%
R=49.38%
G=35.68%
B=14.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.70
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119863600.280.700.5336.1453.5530.39
Hex77562401C463524361e
Octal1671264403410665446636
Binary11101111010110100100011100100011011010110010011011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775624

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775624; }

 p { color: rgb(119,86,36); }

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

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

 a { background-color: rgb(119,86,36); }

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

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

 span { border-color: rgb(119,86,36); }

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