#752722

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

Shades of Lusty #752722

Tints of Lusty #752722

Color information

#752722 (or 0x752722) is unknown color: approx Lusty. HEX triplet: 75, 27 and 22. RGB value is (117,39,34). Sum of RGB (Red+Green+Blue) = 117+39+34=190 (25% of max value = 765). Red value is 117 (46.09% from 255 or 61.58% from 190); Green value is 39 (15.62% from 255 or 20.53% from 190); Blue value is 34 (13.67% from 255 or 17.89% from 190); Max value from RGB is 117 - color contains mainly: red. Hex color #752722 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752722 is #8AD8DD. Grayscale: #3D3D3D. Windows color (decimal): -9099486 or 2238325. OLE color: 2238325.

HSL color Cylindrical-coordinate representation of color #752722: hue angle of 3.61º degrees, saturation: 0.55, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #752722 is Cyan = 0, Magento = 0.67, Yellow = 0.71 and Black (K on CMYK) = 0.54.

Color convert

RGB1173934-
CMYK00.670.710.54
HSL3.61º54.97%29.61%-
HSV(B)3.61º70.94%45.88%-
XYZ8.355.352.11-
YUV61.75112.34167.41-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 61.58%
GREEN value IS 39 (15.62% from 255) = 20.53%
BLUE value IS 34 (13.67% from 255) = 17.89%
R=61.58%
G=20.53%
B=17.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.71
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117393400.670.710.543.6154.9729.61
Hex75272204347364371e
Octal165474201031076646736
Binary111010110011110001001000011100011111011010011011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752722

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #752722; }

 p { color: rgb(117,39,34); }

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

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

 a { background-color: rgb(117,39,34); }

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

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

 span { border-color: rgb(117,39,34); }

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