#775429

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

Shades of Hot Curry #775429

Tints of Hot Curry #775429

Color information

#775429 (or 0x775429) is unknown color: approx Hot Curry. HEX triplet: 77, 54 and 29. RGB value is (119,84,41). Sum of RGB (Red+Green+Blue) = 119+84+41=244 (32% of max value = 765). Red value is 119 (46.88% from 255 or 48.77% from 244); Green value is 84 (33.20% from 255 or 34.43% from 244); Blue value is 41 (16.41% from 255 or 16.80% from 244); Max value from RGB is 119 - color contains mainly: red. Hex color #775429 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775429 is #88ABD6. Grayscale: #595959. Windows color (decimal): -8956887 or 2708599. OLE color: 2708599.

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

Color convert

RGB1198441-
CMYK00.290.660.53
HSL33.08º48.75%31.37%-
HSV(B)33.08º65.55%46.67%-
XYZ11.1810.423.52-
YUV89.56100.6149-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 48.77%
GREEN value IS 84 (33.20% from 255) = 34.43%
BLUE value IS 41 (16.41% from 255) = 16.80%
R=48.77%
G=34.43%
B=16.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.66
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119844100.290.660.5333.0848.7531.37
Hex77542901D423521311f
Octal1671245103510265416137
Binary11101111010100101001011101100001011010110000111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775429

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775429; }

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

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

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

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

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

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

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

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