#754220

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

Shades of Peru Tan #754220

Tints of Peru Tan #754220

Color information

#754220 (or 0x754220) is unknown color: approx Peru Tan. HEX triplet: 75, 42 and 20. RGB value is (117,66,32). Sum of RGB (Red+Green+Blue) = 117+66+32=215 (28% of max value = 765). Red value is 117 (46.09% from 255 or 54.42% from 215); Green value is 66 (26.17% from 255 or 30.70% from 215); Blue value is 32 (12.89% from 255 or 14.88% from 215); Max value from RGB is 117 - color contains mainly: red. Hex color #754220 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #754220 is #8ABDDF. Grayscale: #4D4D4D. Windows color (decimal): -9092576 or 2114165. OLE color: 2114165.

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

Color convert

RGB1176632-
CMYK00.440.730.54
HSL24º57.05%29.22%-
HSV(B)24º72.65%45.88%-
XYZ9.557.782.37-
YUV77.37102.4156.26-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 54.42%
GREEN value IS 66 (26.17% from 255) = 30.70%
BLUE value IS 32 (12.89% from 255) = 14.88%
R=54.42%
G=30.70%
B=14.88%

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
Decimal117663200.440.730.542457.0529.22
Hex75422002C493618391d
Octal1651024005411166307135
Binary11101011000010100000010110010010011101101100011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754220

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #754220; }

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

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

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

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

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

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

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

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