#752820

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

Shades of Lusty #752820

Tints of Lusty #752820

Color information

#752820 (or 0x752820) is unknown color: approx Lusty. HEX triplet: 75, 28 and 20. RGB value is (117,40,32). Sum of RGB (Red+Green+Blue) = 117+40+32=189 (25% of max value = 765). Red value is 117 (46.09% from 255 or 61.90% from 189); Green value is 40 (16.02% from 255 or 21.16% from 189); Blue value is 32 (12.89% from 255 or 16.93% from 189); Max value from RGB is 117 - color contains mainly: red. Hex color #752820 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752820 is #8AD7DF. Grayscale: #3E3E3E. Windows color (decimal): -9099232 or 2107509. OLE color: 2107509.

HSL color Cylindrical-coordinate representation of color #752820: hue angle of 5.65º 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 #752820 is Cyan = 0, Magento = 0.66, Yellow = 0.73 and Black (K on CMYK) = 0.54.

Color convert

RGB1174032-
CMYK00.660.730.54
HSL5.65º57.05%29.22%-
HSV(B)5.65º72.65%45.88%-
XYZ8.365.41.97-
YUV62.11111.01167.15-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 61.90%
GREEN value IS 40 (16.02% from 255) = 21.16%
BLUE value IS 32 (12.89% from 255) = 16.93%
R=61.90%
G=21.16%
B=16.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.73
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117403200.660.730.545.6557.0529.22
Hex75282004249366391d
Octal165504001021116667135
Binary111010110100010000001000010100100111011011011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752820

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #752820; }

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

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

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

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

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

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

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

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