#743D21

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

Shades of Peru Tan #743D21

Tints of Peru Tan #743D21

Color information

#743D21 (or 0x743D21) is unknown color: approx Peru Tan. HEX triplet: 74, 3D and 21. RGB value is (116,61,33). Sum of RGB (Red+Green+Blue) = 116+61+33=210 (27% of max value = 765). Red value is 116 (45.70% from 255 or 55.24% from 210); Green value is 61 (24.22% from 255 or 29.05% from 210); Blue value is 33 (13.28% from 255 or 15.71% from 210); Max value from RGB is 116 - color contains mainly: red. Hex color #743D21 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #743D21 is #8BC2DE. Grayscale: #4A4A4A. Windows color (decimal): -9159391 or 2178420. OLE color: 2178420.

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

Color convert

RGB1166133-
CMYK00.470.720.55
HSL20.24º55.7%29.22%-
HSV(B)20.24º71.55%45.49%-
XYZ9.157.162.34-
YUV74.25104.72157.78-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 55.24%
GREEN value IS 61 (24.22% from 255) = 29.05%
BLUE value IS 33 (13.28% from 255) = 15.71%
R=55.24%
G=29.05%
B=15.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.72
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116613300.470.720.5520.2455.729.22
Hex743D2102F483714381d
Octal164754105711067247035
Binary1110100111101100001010111110010001101111010011100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #743D21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,61,33); }

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

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

 a { background-color: rgb(116,61,33); }

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

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

 span { border-color: rgb(116,61,33); }

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