#743F16

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

Shades of Peru Tan #743F16

Tints of Peru Tan #743F16

Color information

#743F16 (or 0x743F16) is unknown color: approx Peru Tan. HEX triplet: 74, 3F and 16. RGB value is (116,63,22). Sum of RGB (Red+Green+Blue) = 116+63+22=201 (26% of max value = 765). Red value is 116 (45.70% from 255 or 57.71% from 201); Green value is 63 (25% from 255 or 31.34% from 201); Blue value is 22 (8.98% from 255 or 10.95% from 201); Max value from RGB is 116 - color contains mainly: red. Hex color #743F16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #743F16 is #8BC0E9. Grayscale: #4A4A4A. Windows color (decimal): -9158890 or 1458036. OLE color: 1458036.

HSL color Cylindrical-coordinate representation of color #743F16: hue angle of 26.17º degrees, saturation: 0.68, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #743F16 is Cyan = 0, Magento = 0.46, Yellow = 0.81 and Black (K on CMYK) = 0.55.

Color convert

RGB1166322-
CMYK00.460.810.55
HSL26.17º68.12%27.06%-
HSV(B)26.17º81.03%45.49%-
XYZ9.127.331.69-
YUV74.1798.56157.83-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 57.71%
GREEN value IS 63 (25% from 255) = 31.34%
BLUE value IS 22 (8.98% from 255) = 10.95%
R=57.71%
G=31.34%
B=10.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.81
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116632200.460.810.5526.1768.1227.06
Hex743F1602E51371a441b
Octal1647726056121673210433
Binary1110100111111101100101110101000111011111010100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #743F16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,63,22); }

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

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

 a { background-color: rgb(116,63,22); }

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

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

 span { border-color: rgb(116,63,22); }

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