#734322

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

Shades of Peru Tan #734322

Tints of Peru Tan #734322

Color information

#734322 (or 0x734322) is unknown color: approx Peru Tan. HEX triplet: 73, 43 and 22. RGB value is (115,67,34). Sum of RGB (Red+Green+Blue) = 115+67+34=216 (28% of max value = 765). Red value is 115 (45.31% from 255 or 53.24% from 216); Green value is 67 (26.56% from 255 or 31.02% from 216); Blue value is 34 (13.67% from 255 or 15.74% from 216); Max value from RGB is 115 - color contains mainly: red. Hex color #734322 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #734322 is #8CBCDD. Grayscale: #4D4D4D. Windows color (decimal): -9223390 or 2245491. OLE color: 2245491.

HSL color Cylindrical-coordinate representation of color #734322: hue angle of 24.44º degrees, saturation: 0.54, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #734322 is Cyan = 0, Magento = 0.42, Yellow = 0.70 and Black (K on CMYK) = 0.55.

Color convert

RGB1156734-
CMYK00.420.700.55
HSL24.44º54.36%29.22%-
HSV(B)24.44º70.43%45.1%-
XYZ9.377.772.52-
YUV77.59103.4154.68-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 53.24%
GREEN value IS 67 (26.56% from 255) = 31.02%
BLUE value IS 34 (13.67% from 255) = 15.74%
R=53.24%
G=31.02%
B=15.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.70
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115673400.420.700.5524.4454.3629.22
Hex73432202A463718361d
Octal1631034205210667306635
Binary11100111000011100010010101010001101101111100011011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734322

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #734322; }

 p { color: rgb(115,67,34); }

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

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

 a { background-color: rgb(115,67,34); }

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

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

 span { border-color: rgb(115,67,34); }

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