#743918

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

Shades of Peru Tan #743918

Tints of Peru Tan #743918

Color information

#743918 (or 0x743918) is unknown color: approx Peru Tan. HEX triplet: 74, 39 and 18. RGB value is (116,57,24). Sum of RGB (Red+Green+Blue) = 116+57+24=197 (26% of max value = 765). Red value is 116 (45.70% from 255 or 58.88% from 197); Green value is 57 (22.66% from 255 or 28.93% from 197); Blue value is 24 (9.77% from 255 or 12.18% from 197); Max value from RGB is 116 - color contains mainly: red. Hex color #743918 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #743918 is #8BC6E7. Grayscale: #474747. Windows color (decimal): -9160424 or 1587572. OLE color: 1587572.

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

Color convert

RGB1165724-
CMYK00.510.790.55
HSL21.52º65.71%27.45%-
HSV(B)21.52º79.31%45.49%-
XYZ8.836.711.69-
YUV70.88101.55160.18-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 58.88%
GREEN value IS 57 (22.66% from 255) = 28.93%
BLUE value IS 24 (9.77% from 255) = 12.18%
R=58.88%
G=28.93%
B=12.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.79
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116572400.510.790.5521.5265.7127.45
Hex7439180334F3716421b
Octal1647130063117672610233
Binary1110100111001110000110011100111111011110110100001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #743918

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #743918; }

 p { color: rgb(116,57,24); }

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

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

 a { background-color: rgb(116,57,24); }

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

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

 span { border-color: rgb(116,57,24); }

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