#743114

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

Shades of Peru Tan #743114

Tints of Peru Tan #743114

Color information

#743114 (or 0x743114) is unknown color: approx Peru Tan. HEX triplet: 74, 31 and 14. RGB value is (116,49,20). Sum of RGB (Red+Green+Blue) = 116+49+20=185 (24% of max value = 765). Red value is 116 (45.70% from 255 or 62.70% from 185); Green value is 49 (19.53% from 255 or 26.49% from 185); Blue value is 20 (8.20% from 255 or 10.81% from 185); Max value from RGB is 116 - color contains mainly: red. Hex color #743114 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #743114 is #8BCEEB. Grayscale: #414141. Windows color (decimal): -9162476 or 1323380. OLE color: 1323380.

HSL color Cylindrical-coordinate representation of color #743114: hue angle of 18.12º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #743114 is Cyan = 0, Magento = 0.58, Yellow = 0.83 and Black (K on CMYK) = 0.55.

Color convert

RGB1164920-
CMYK00.580.830.55
HSL18.12º70.59%26.67%-
HSV(B)18.12º82.76%45.49%-
XYZ8.435.961.37-
YUV65.73102.2163.86-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 62.70%
GREEN value IS 49 (19.53% from 255) = 26.49%
BLUE value IS 20 (8.20% from 255) = 10.81%
R=62.70%
G=26.49%
B=10.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.83
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116492000.580.830.5518.1270.5926.67
Hex74311403A533712471b
Octal1646124072123672210733
Binary1110100110001101000111010101001111011110010100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #743114

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #743114; }

 p { color: rgb(116,49,20); }

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

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

 a { background-color: rgb(116,49,20); }

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

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

 span { border-color: rgb(116,49,20); }

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