#754120

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

Shades of Peru Tan #754120

Tints of Peru Tan #754120

Color information

#754120 (or 0x754120) is unknown color: approx Peru Tan. HEX triplet: 75, 41 and 20. RGB value is (117,65,32). Sum of RGB (Red+Green+Blue) = 117+65+32=214 (28% of max value = 765). Red value is 117 (46.09% from 255 or 54.67% from 214); Green value is 65 (25.78% from 255 or 30.37% from 214); Blue value is 32 (12.89% from 255 or 14.95% from 214); Max value from RGB is 117 - color contains mainly: red. Hex color #754120 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #754120 is #8ABEDF. Grayscale: #4C4C4C. Windows color (decimal): -9092832 or 2113909. OLE color: 2113909.

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

Color convert

RGB1176532-
CMYK00.440.730.54
HSL23.29º57.05%29.22%-
HSV(B)23.29º72.65%45.88%-
XYZ9.497.672.35-
YUV76.79102.73156.68-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 54.67%
GREEN value IS 65 (25.78% from 255) = 30.37%
BLUE value IS 32 (12.89% from 255) = 14.95%
R=54.67%
G=30.37%
B=14.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.73
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117653200.440.730.5423.2957.0529.22
Hex75412002C493617391d
Octal1651014005411166277135
Binary11101011000001100000010110010010011101101011111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754120

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #754120; }

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

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

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

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

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

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

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

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