#743820

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

Shades of Peru Tan #743820

Tints of Peru Tan #743820

Color information

#743820 (or 0x743820) is unknown color: approx Peru Tan. HEX triplet: 74, 38 and 20. RGB value is (116,56,32). Sum of RGB (Red+Green+Blue) = 116+56+32=204 (27% of max value = 765). Red value is 116 (45.70% from 255 or 56.86% from 204); Green value is 56 (22.27% from 255 or 27.45% from 204); Blue value is 32 (12.89% from 255 or 15.69% from 204); Max value from RGB is 116 - color contains mainly: red. Hex color #743820 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #743820 is #8BC7DF. Grayscale: #474747. Windows color (decimal): -9160672 or 2111604. OLE color: 2111604.

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

Color convert

RGB1165632-
CMYK00.520.720.55
HSL17.14º56.76%29.02%-
HSV(B)17.14º72.41%45.49%-
XYZ8.886.652.18-
YUV71.2105.88159.95-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 56.86%
GREEN value IS 56 (22.27% from 255) = 27.45%
BLUE value IS 32 (12.89% from 255) = 15.69%
R=56.86%
G=27.45%
B=15.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.72
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116563200.520.720.5517.1456.7629.02
Hex743820034483711391d
Octal164704006411067217135
Binary1110100111000100000011010010010001101111000111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #743820

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #743820; }

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

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

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

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

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

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

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

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