#773533

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

Shades of Lusty #773533

Tints of Lusty #773533

Color information

#773533 (or 0x773533) is unknown color: approx Lusty. HEX triplet: 77, 35 and 33. RGB value is (119,53,51). Sum of RGB (Red+Green+Blue) = 119+53+51=223 (29% of max value = 765). Red value is 119 (46.88% from 255 or 53.36% from 223); Green value is 53 (21.09% from 255 or 23.77% from 223); Blue value is 51 (20.31% from 255 or 22.87% from 223); Max value from RGB is 119 - color contains mainly: red. Hex color #773533 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #773533 is #88CACC. Grayscale: #484848. Windows color (decimal): -8964813 or 3356023. OLE color: 3356023.

HSL color Cylindrical-coordinate representation of color #773533: hue angle of 1.76º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #773533 is Cyan = 0, Magento = 0.55, Yellow = 0.57 and Black (K on CMYK) = 0.53.

Color convert

RGB1195351-
CMYK00.550.570.53
HSL1.76º40%33.33%-
HSV(B)1.76º57.14%46.67%-
XYZ9.486.713.93-
YUV72.51115.87161.16-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 53.36%
GREEN value IS 53 (21.09% from 255) = 23.77%
BLUE value IS 51 (20.31% from 255) = 22.87%
R=53.36%
G=23.77%
B=22.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.57
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119535100.550.570.531.764033.33
Hex773533037393522821
Octal1676563067716525041
Binary1110111110101110011011011111100111010110101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #773533; }

 p { color: rgb(119,53,51); }

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

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

 a { background-color: rgb(119,53,51); }

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

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

 span { border-color: rgb(119,53,51); }

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