#775422

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

Shades of Hot Curry #775422

Tints of Hot Curry #775422

Color information

#775422 (or 0x775422) is unknown color: approx Hot Curry. HEX triplet: 77, 54 and 22. RGB value is (119,84,34). Sum of RGB (Red+Green+Blue) = 119+84+34=237 (31% of max value = 765). Red value is 119 (46.88% from 255 or 50.21% from 237); Green value is 84 (33.20% from 255 or 35.44% from 237); Blue value is 34 (13.67% from 255 or 14.35% from 237); Max value from RGB is 119 - color contains mainly: red. Hex color #775422 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775422 is #88ABDD. Grayscale: #585858. Windows color (decimal): -8956894 or 2249847. OLE color: 2249847.

HSL color Cylindrical-coordinate representation of color #775422: hue angle of 35.29º degrees, saturation: 0.56, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #775422 is Cyan = 0, Magento = 0.29, Yellow = 0.71 and Black (K on CMYK) = 0.53.

Color convert

RGB1198434-
CMYK00.290.710.53
HSL35.29º55.56%30%-
HSV(B)35.29º71.43%46.67%-
XYZ11.0710.382.93-
YUV88.7697.1149.57-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 50.21%
GREEN value IS 84 (33.20% from 255) = 35.44%
BLUE value IS 34 (13.67% from 255) = 14.35%
R=50.21%
G=35.44%
B=14.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.71
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119843400.290.710.5335.2955.5630
Hex77542201D473523381e
Octal1671244203510765437036
Binary11101111010100100010011101100011111010110001111100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775422

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775422; }

 p { color: rgb(119,84,34); }

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

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

 a { background-color: rgb(119,84,34); }

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

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

 span { border-color: rgb(119,84,34); }

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