#752620

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

Shades of Lusty #752620

Tints of Lusty #752620

Color information

#752620 (or 0x752620) is unknown color: approx Lusty. HEX triplet: 75, 26 and 20. RGB value is (117,38,32). Sum of RGB (Red+Green+Blue) = 117+38+32=187 (24% of max value = 765). Red value is 117 (46.09% from 255 or 62.57% from 187); Green value is 38 (15.23% from 255 or 20.32% from 187); Blue value is 32 (12.89% from 255 or 17.11% from 187); Max value from RGB is 117 - color contains mainly: red. Hex color #752620 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752620 is #8AD9DF. Grayscale: #3D3D3D. Windows color (decimal): -9099744 or 2106997. OLE color: 2106997.

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

Color convert

RGB1173832-
CMYK00.680.730.54
HSL4.24º57.05%29.22%-
HSV(B)4.24º72.65%45.88%-
XYZ8.295.271.95-
YUV60.94111.67167.99-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 62.57%
GREEN value IS 38 (15.23% from 255) = 20.32%
BLUE value IS 32 (12.89% from 255) = 17.11%
R=62.57%
G=20.32%
B=17.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.73
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117383200.680.730.544.2457.0529.22
Hex75262004449364391d
Octal165464001041116647135
Binary111010110011010000001000100100100111011010011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752620

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #752620; }

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

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

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

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

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

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

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

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