#775224

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

Shades of Hot Curry #775224

Tints of Hot Curry #775224

Color information

#775224 (or 0x775224) is unknown color: approx Hot Curry. HEX triplet: 77, 52 and 24. RGB value is (119,82,36). Sum of RGB (Red+Green+Blue) = 119+82+36=237 (31% of max value = 765). Red value is 119 (46.88% from 255 or 50.21% from 237); Green value is 82 (32.42% from 255 or 34.60% from 237); Blue value is 36 (14.45% from 255 or 15.19% from 237); Max value from RGB is 119 - color contains mainly: red. Hex color #775224 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775224 is #88ADDB. Grayscale: #585858. Windows color (decimal): -8957404 or 2380407. OLE color: 2380407.

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

Color convert

RGB1198236-
CMYK00.310.700.53
HSL33.25º53.55%30.39%-
HSV(B)33.25º69.75%46.67%-
XYZ10.9410.083.04-
YUV87.8298.76150.24-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 50.21%
GREEN value IS 82 (32.42% from 255) = 34.60%
BLUE value IS 36 (14.45% from 255) = 15.19%
R=50.21%
G=34.60%
B=15.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.70
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119823600.310.700.5333.2553.5530.39
Hex77522401F463521361e
Octal1671224403710665416636
Binary11101111010010100100011111100011011010110000111011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775224

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775224; }

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

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

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

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

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

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

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

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