#7A3F21

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

Shades of Peru Tan #7A3F21

Tints of Peru Tan #7A3F21

Color information

#7A3F21 (or 0x7A3F21) is unknown color: approx Peru Tan. HEX triplet: 7A, 3F and 21. RGB value is (122,63,33). Sum of RGB (Red+Green+Blue) = 122+63+33=218 (28% of max value = 765). Red value is 122 (48.05% from 255 or 55.96% from 218); Green value is 63 (25% from 255 or 28.90% from 218); Blue value is 33 (13.28% from 255 or 15.14% from 218); Max value from RGB is 122 - color contains mainly: red. Hex color #7A3F21 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A3F21 is #85C0DE. Grayscale: #4D4D4D. Windows color (decimal): -8765663 or 2178938. OLE color: 2178938.

HSL color Cylindrical-coordinate representation of color #7A3F21: hue angle of 20.22º 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 #7A3F21 is Cyan = 0, Magento = 0.48, Yellow = 0.73 and Black (K on CMYK) = 0.52.

Color convert

RGB1226333-
CMYK00.480.730.52
HSL20.22º57.42%30.39%-
HSV(B)20.22º72.95%47.84%-
XYZ10.087.82.41-
YUV77.22103.05159.94-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 55.96%
GREEN value IS 63 (25% from 255) = 28.90%
BLUE value IS 33 (13.28% from 255) = 15.14%
R=55.96%
G=28.90%
B=15.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.73
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122633300.480.730.5220.2257.4230.39
Hex7A3F21030493414391e
Octal172774106011164247136
Binary1111010111111100001011000010010011101001010011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A3F21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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