#743A20

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

Shades of Peru Tan #743A20

Tints of Peru Tan #743A20

Color information

#743A20 (or 0x743A20) is unknown color: approx Peru Tan. HEX triplet: 74, 3A and 20. RGB value is (116,58,32). Sum of RGB (Red+Green+Blue) = 116+58+32=206 (27% of max value = 765). Red value is 116 (45.70% from 255 or 56.31% from 206); Green value is 58 (23.05% from 255 or 28.16% from 206); Blue value is 32 (12.89% from 255 or 15.53% from 206); Max value from RGB is 116 - color contains mainly: red. Hex color #743A20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #743A20 is #8BC5DF. Grayscale: #484848. Windows color (decimal): -9160160 or 2112116. OLE color: 2112116.

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

Color convert

RGB1165832-
CMYK00.50.720.55
HSL18.57º56.76%29.02%-
HSV(B)18.57º72.41%45.49%-
XYZ8.986.842.21-
YUV72.38105.22159.11-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 56.31%
GREEN value IS 58 (23.05% from 255) = 28.16%
BLUE value IS 32 (12.89% from 255) = 15.53%
R=56.31%
G=28.16%
B=15.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.72
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116583200.50.720.5518.5756.7629.02
Hex743A20032483713391d
Octal164724006211067237135
Binary1110100111010100000011001010010001101111001111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #743A20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #743A20; }

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

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

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

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

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

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

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

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