#743214

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

Shades of Peru Tan #743214

Tints of Peru Tan #743214

Color information

#743214 (or 0x743214) is unknown color: approx Peru Tan. HEX triplet: 74, 32 and 14. RGB value is (116,50,20). Sum of RGB (Red+Green+Blue) = 116+50+20=186 (24% of max value = 765). Red value is 116 (45.70% from 255 or 62.37% from 186); Green value is 50 (19.92% from 255 or 26.88% from 186); Blue value is 20 (8.20% from 255 or 10.75% from 186); Max value from RGB is 116 - color contains mainly: red. Hex color #743214 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #743214 is #8BCDEB. Grayscale: #424242. Windows color (decimal): -9162220 or 1323636. OLE color: 1323636.

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

Color convert

RGB1165020-
CMYK00.570.830.55
HSL18.75º70.59%26.67%-
HSV(B)18.75º82.76%45.49%-
XYZ8.476.041.38-
YUV66.31101.87163.44-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 62.37%
GREEN value IS 50 (19.92% from 255) = 26.88%
BLUE value IS 20 (8.20% from 255) = 10.75%
R=62.37%
G=26.88%
B=10.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.83
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116502000.570.830.5518.7570.5926.67
Hex743214039533713471b
Octal1646224071123672310733
Binary1110100110010101000111001101001111011110011100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #743214

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #743214; }

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

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

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

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

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

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

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

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