#743213

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

Shades of Peru Tan #743213

Tints of Peru Tan #743213

Color information

#743213 (or 0x743213) is unknown color: approx Peru Tan. HEX triplet: 74, 32 and 13. RGB value is (116,50,19). Sum of RGB (Red+Green+Blue) = 116+50+19=185 (24% of max value = 765). Red value is 116 (45.70% from 255 or 62.70% from 185); Green value is 50 (19.92% from 255 or 27.03% from 185); Blue value is 19 (7.81% from 255 or 10.27% from 185); Max value from RGB is 116 - color contains mainly: red. Hex color #743213 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #743213 is #8BCDEC. Grayscale: #424242. Windows color (decimal): -9162221 or 1258100. OLE color: 1258100.

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

Color convert

RGB1165019-
CMYK00.570.840.55
HSL19.18º71.85%26.47%-
HSV(B)19.18º83.62%45.49%-
XYZ8.466.041.34-
YUV66.2101.37163.52-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 62.70%
GREEN value IS 50 (19.92% from 255) = 27.03%
BLUE value IS 19 (7.81% from 255) = 10.27%
R=62.70%
G=27.03%
B=10.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.84
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116501900.570.840.5519.1871.8526.47
Hex743213039543713481a
Octal1646223071124672311032
Binary1110100110010100110111001101010011011110011100100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #743213

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #743213; }

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

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

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

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

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

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

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

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