#753720

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

Shades of Peru Tan #753720

Tints of Peru Tan #753720

Color information

#753720 (or 0x753720) is unknown color: approx Peru Tan. HEX triplet: 75, 37 and 20. RGB value is (117,55,32). Sum of RGB (Red+Green+Blue) = 117+55+32=204 (27% of max value = 765). Red value is 117 (46.09% from 255 or 57.35% from 204); Green value is 55 (21.88% from 255 or 26.96% from 204); Blue value is 32 (12.89% from 255 or 15.69% from 204); Max value from RGB is 117 - color contains mainly: red. Hex color #753720 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753720 is #8AC8DF. Grayscale: #474747. Windows color (decimal): -9095392 or 2111349. OLE color: 2111349.

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

Color convert

RGB1175532-
CMYK00.530.730.54
HSL16.24º57.05%29.22%-
HSV(B)16.24º72.65%45.88%-
XYZ8.966.622.17-
YUV70.92106.04160.87-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 57.35%
GREEN value IS 55 (21.88% from 255) = 26.96%
BLUE value IS 32 (12.89% from 255) = 15.69%
R=57.35%
G=26.96%
B=15.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.73
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117553200.530.730.5416.2457.0529.22
Hex753720035493610391d
Octal165674006511166207135
Binary1110101110111100000011010110010011101101000011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753720

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #753720; }

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

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

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

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

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

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

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

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