#752720

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

Shades of Lusty #752720

Tints of Lusty #752720

Color information

#752720 (or 0x752720) is unknown color: approx Lusty. HEX triplet: 75, 27 and 20. RGB value is (117,39,32). Sum of RGB (Red+Green+Blue) = 117+39+32=188 (24% of max value = 765). Red value is 117 (46.09% from 255 or 62.23% from 188); Green value is 39 (15.62% from 255 or 20.74% from 188); Blue value is 32 (12.89% from 255 or 17.02% from 188); Max value from RGB is 117 - color contains mainly: red. Hex color #752720 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752720 is #8AD8DF. Grayscale: #3D3D3D. Windows color (decimal): -9099488 or 2107253. OLE color: 2107253.

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

Color convert

RGB1173932-
CMYK00.670.730.54
HSL4.94º57.05%29.22%-
HSV(B)4.94º72.65%45.88%-
XYZ8.325.341.96-
YUV61.52111.34167.57-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 62.23%
GREEN value IS 39 (15.62% from 255) = 20.74%
BLUE value IS 32 (12.89% from 255) = 17.02%
R=62.23%
G=20.74%
B=17.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.73
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117393200.670.730.544.9457.0529.22
Hex75272004349365391d
Octal165474001031116657135
Binary111010110011110000001000011100100111011010111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752720

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #752720; }

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

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

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

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

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

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

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

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