#7A4322

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

Shades of Peru Tan #7A4322

Tints of Peru Tan #7A4322

Color information

#7A4322 (or 0x7A4322) is unknown color: approx Peru Tan. HEX triplet: 7A, 43 and 22. RGB value is (122,67,34). Sum of RGB (Red+Green+Blue) = 122+67+34=223 (29% of max value = 765). Red value is 122 (48.05% from 255 or 54.71% from 223); Green value is 67 (26.56% from 255 or 30.04% from 223); Blue value is 34 (13.67% from 255 or 15.25% from 223); Max value from RGB is 122 - color contains mainly: red. Hex color #7A4322 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A4322 is #85BCDD. Grayscale: #4F4F4F. Windows color (decimal): -8764638 or 2245498. OLE color: 2245498.

HSL color Cylindrical-coordinate representation of color #7A4322: hue angle of 22.5º degrees, saturation: 0.56, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7A4322 is Cyan = 0, Magento = 0.45, Yellow = 0.72 and Black (K on CMYK) = 0.52.

Color convert

RGB1226734-
CMYK00.450.720.52
HSL22.5º56.41%30.59%-
HSV(B)22.5º72.13%47.84%-
XYZ10.328.272.57-
YUV79.68102.22158.18-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 54.71%
GREEN value IS 67 (26.56% from 255) = 30.04%
BLUE value IS 34 (13.67% from 255) = 15.25%
R=54.71%
G=30.04%
B=15.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.72
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122673400.450.720.5222.556.4130.59
Hex7A432202D483417381f
Octal1721034205511064277037
Binary11110101000011100010010110110010001101001011111100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A4322

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7A4322; }

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

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

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

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

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

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

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

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