#753C20

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

Shades of Peru Tan #753C20

Tints of Peru Tan #753C20

Color information

#753C20 (or 0x753C20) is unknown color: approx Peru Tan. HEX triplet: 75, 3C and 20. RGB value is (117,60,32). Sum of RGB (Red+Green+Blue) = 117+60+32=209 (27% of max value = 765). Red value is 117 (46.09% from 255 or 55.98% from 209); Green value is 60 (23.83% from 255 or 28.71% from 209); Blue value is 32 (12.89% from 255 or 15.31% from 209); Max value from RGB is 117 - color contains mainly: red. Hex color #753C20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753C20 is #8AC3DF. Grayscale: #4A4A4A. Windows color (decimal): -9094112 or 2112629. OLE color: 2112629.

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

Color convert

RGB1176032-
CMYK00.490.730.54
HSL19.76º57.05%29.22%-
HSV(B)19.76º72.65%45.88%-
XYZ9.217.122.25-
YUV73.85104.38158.78-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 55.98%
GREEN value IS 60 (23.83% from 255) = 28.71%
BLUE value IS 32 (12.89% from 255) = 15.31%
R=55.98%
G=28.71%
B=15.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.73
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117603200.490.730.5419.7657.0529.22
Hex753C20031493614391d
Octal165744006111166247135
Binary1110101111100100000011000110010011101101010011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753C20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #753C20; }

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

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

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

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

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

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

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

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