#744420

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

Shades of Peru Tan #744420

Tints of Peru Tan #744420

Color information

#744420 (or 0x744420) is unknown color: approx Peru Tan. HEX triplet: 74, 44 and 20. RGB value is (116,68,32). Sum of RGB (Red+Green+Blue) = 116+68+32=216 (28% of max value = 765). Red value is 116 (45.70% from 255 or 53.70% from 216); Green value is 68 (26.95% from 255 or 31.48% from 216); Blue value is 32 (12.89% from 255 or 14.81% from 216); Max value from RGB is 116 - color contains mainly: red. Hex color #744420 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #744420 is #8BBBDF. Grayscale: #4E4E4E. Windows color (decimal): -9157600 or 2114676. OLE color: 2114676.

HSL color Cylindrical-coordinate representation of color #744420: hue angle of 25.71º 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 #744420 is Cyan = 0, Magento = 0.41, Yellow = 0.72 and Black (K on CMYK) = 0.55.

Color convert

RGB1166832-
CMYK00.410.720.55
HSL25.71º56.76%29.02%-
HSV(B)25.71º72.41%45.49%-
XYZ9.537.952.4-
YUV78.25101.9154.93-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 53.70%
GREEN value IS 68 (26.95% from 255) = 31.48%
BLUE value IS 32 (12.89% from 255) = 14.81%
R=53.70%
G=31.48%
B=14.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.72
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116683200.410.720.5525.7156.7629.02
Hex74442002948371a391d
Octal1641044005111067327135
Binary11101001000100100000010100110010001101111101011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #744420

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #744420; }

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

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

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

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

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

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

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

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