#744220

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

Shades of Peru Tan #744220

Tints of Peru Tan #744220

Color information

#744220 (or 0x744220) is unknown color: approx Peru Tan. HEX triplet: 74, 42 and 20. RGB value is (116,66,32). Sum of RGB (Red+Green+Blue) = 116+66+32=214 (28% of max value = 765). Red value is 116 (45.70% from 255 or 54.21% from 214); Green value is 66 (26.17% from 255 or 30.84% from 214); Blue value is 32 (12.89% from 255 or 14.95% from 214); Max value from RGB is 116 - color contains mainly: red. Hex color #744220 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #744220 is #8BBDDF. Grayscale: #4D4D4D. Windows color (decimal): -9158112 or 2114164. OLE color: 2114164.

HSL color Cylindrical-coordinate representation of color #744220: hue angle of 24.29º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #744220 is Cyan = 0, Magento = 0.43, Yellow = 0.72 and Black (K on CMYK) = 0.55.

Color convert

RGB1166632-
CMYK00.430.720.55
HSL24.29º56.76%29.02%-
HSV(B)24.29º72.41%45.49%-
XYZ9.417.712.36-
YUV77.07102.56155.76-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 54.21%
GREEN value IS 66 (26.17% from 255) = 30.84%
BLUE value IS 32 (12.89% from 255) = 14.95%
R=54.21%
G=30.84%
B=14.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.72
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116663200.430.720.5524.2956.7629.02
Hex74422002B483718391d
Octal1641024005311067307135
Binary11101001000010100000010101110010001101111100011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #744220

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #744220; }

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

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

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

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

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

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

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

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