#743713

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

Shades of Peru Tan #743713

Tints of Peru Tan #743713

Color information

#743713 (or 0x743713) is unknown color: approx Peru Tan. HEX triplet: 74, 37 and 13. RGB value is (116,55,19). Sum of RGB (Red+Green+Blue) = 116+55+19=190 (25% of max value = 765). Red value is 116 (45.70% from 255 or 61.05% from 190); Green value is 55 (21.88% from 255 or 28.95% from 190); Blue value is 19 (7.81% from 255 or 10% from 190); Max value from RGB is 116 - color contains mainly: red. Hex color #743713 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #743713 is #8BC8EC. Grayscale: #454545. Windows color (decimal): -9160941 or 1259380. OLE color: 1259380.

HSL color Cylindrical-coordinate representation of color #743713: hue angle of 22.27º degrees, saturation: 0.72, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #743713 is Cyan = 0, Magento = 0.53, Yellow = 0.84 and Black (K on CMYK) = 0.55.

Color convert

RGB1165519-
CMYK00.530.840.55
HSL22.27º71.85%26.47%-
HSV(B)22.27º83.62%45.49%-
XYZ8.696.491.41-
YUV69.1399.71161.43-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 61.05%
GREEN value IS 55 (21.88% from 255) = 28.95%
BLUE value IS 19 (7.81% from 255) = 10%
R=61.05%
G=28.95%
B=10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.84
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116551900.530.840.5522.2771.8526.47
Hex743713035543716481a
Octal1646723065124672611032
Binary1110100110111100110110101101010011011110110100100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #743713

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #743713; }

 p { color: rgb(116,55,19); }

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

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

 a { background-color: rgb(116,55,19); }

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

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

 span { border-color: rgb(116,55,19); }

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