#775324

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

Shades of Hot Curry #775324

Tints of Hot Curry #775324

Color information

#775324 (or 0x775324) is unknown color: approx Hot Curry. HEX triplet: 77, 53 and 24. RGB value is (119,83,36). Sum of RGB (Red+Green+Blue) = 119+83+36=238 (31% of max value = 765). Red value is 119 (46.88% from 255 or 50% from 238); Green value is 83 (32.81% from 255 or 34.87% from 238); Blue value is 36 (14.45% from 255 or 15.13% from 238); Max value from RGB is 119 - color contains mainly: red. Hex color #775324 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775324 is #88ACDB. Grayscale: #585858. Windows color (decimal): -8957148 or 2380663. OLE color: 2380663.

HSL color Cylindrical-coordinate representation of color #775324: hue angle of 33.98º 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 #775324 is Cyan = 0, Magento = 0.30, Yellow = 0.70 and Black (K on CMYK) = 0.53.

Color convert

RGB1198336-
CMYK00.300.700.53
HSL33.98º53.55%30.39%-
HSV(B)33.98º69.75%46.67%-
XYZ11.0210.243.06-
YUV88.4198.43149.82-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 50%
GREEN value IS 83 (32.81% from 255) = 34.87%
BLUE value IS 36 (14.45% from 255) = 15.13%
R=50%
G=34.87%
B=15.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.70
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119833600.300.700.5333.9853.5530.39
Hex77532401E463522361e
Octal1671234403610665426636
Binary11101111010011100100011110100011011010110001011011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775324

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775324; }

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

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

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

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

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

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

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

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