#743B1A

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

Shades of Peru Tan #743B1A

Tints of Peru Tan #743B1A

Color information

#743B1A (or 0x743B1A) is unknown color: approx Peru Tan. HEX triplet: 74, 3B and 1A. RGB value is (116,59,26). Sum of RGB (Red+Green+Blue) = 116+59+26=201 (26% of max value = 765). Red value is 116 (45.70% from 255 or 57.71% from 201); Green value is 59 (23.44% from 255 or 29.35% from 201); Blue value is 26 (10.55% from 255 or 12.94% from 201); Max value from RGB is 116 - color contains mainly: red. Hex color #743B1A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #743B1A is #8BC4E5. Grayscale: #484848. Windows color (decimal): -9159910 or 1719156. OLE color: 1719156.

HSL color Cylindrical-coordinate representation of color #743B1A: hue angle of 22º degrees, saturation: 0.63, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #743B1A is Cyan = 0, Magento = 0.49, Yellow = 0.78 and Black (K on CMYK) = 0.55.

Color convert

RGB1165926-
CMYK00.490.780.55
HSL22º63.38%27.84%-
HSV(B)22º77.59%45.49%-
XYZ8.956.921.84-
YUV72.28101.88159.18-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 57.71%
GREEN value IS 59 (23.44% from 255) = 29.35%
BLUE value IS 26 (10.55% from 255) = 12.94%
R=57.71%
G=29.35%
B=12.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.78
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116592600.490.780.552263.3827.84
Hex743B1A0314E37163f1c
Octal164733206111667267734
Binary111010011101111010011000110011101101111011011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #743B1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,59,26); }

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

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

 a { background-color: rgb(116,59,26); }

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

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

 span { border-color: rgb(116,59,26); }

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