#7A4321

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

Shades of Peru Tan #7A4321

Tints of Peru Tan #7A4321

Color information

#7A4321 (or 0x7A4321) is unknown color: approx Peru Tan. HEX triplet: 7A, 43 and 21. RGB value is (122,67,33). Sum of RGB (Red+Green+Blue) = 122+67+33=222 (29% of max value = 765). Red value is 122 (48.05% from 255 or 54.95% from 222); Green value is 67 (26.56% from 255 or 30.18% from 222); Blue value is 33 (13.28% from 255 or 14.86% from 222); Max value from RGB is 122 - color contains mainly: red. Hex color #7A4321 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A4321 is #85BCDE. Grayscale: #4F4F4F. Windows color (decimal): -8764639 or 2179962. OLE color: 2179962.

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

Color convert

RGB1226733-
CMYK00.450.730.52
HSL22.92º57.42%30.39%-
HSV(B)22.92º72.95%47.84%-
XYZ10.318.262.49-
YUV79.57101.72158.26-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 54.95%
GREEN value IS 67 (26.56% from 255) = 30.18%
BLUE value IS 33 (13.28% from 255) = 14.86%
R=54.95%
G=30.18%
B=14.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.73
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122673300.450.730.5222.9257.4230.39
Hex7A432102D493417391e
Octal1721034105511164277136
Binary11110101000011100001010110110010011101001011111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A4321

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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