#743212

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

Shades of Peru Tan #743212

Tints of Peru Tan #743212

Color information

#743212 (or 0x743212) is unknown color: approx Peru Tan. HEX triplet: 74, 32 and 12. RGB value is (116,50,18). Sum of RGB (Red+Green+Blue) = 116+50+18=184 (24% of max value = 765). Red value is 116 (45.70% from 255 or 63.04% from 184); Green value is 50 (19.92% from 255 or 27.17% from 184); Blue value is 18 (7.42% from 255 or 9.78% from 184); Max value from RGB is 116 - color contains mainly: red. Hex color #743212 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #743212 is #8BCDED. Grayscale: #424242. Windows color (decimal): -9162222 or 1192564. OLE color: 1192564.

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

Color convert

RGB1165018-
CMYK00.570.840.55
HSL19.59º73.13%26.27%-
HSV(B)19.59º84.48%45.49%-
XYZ8.456.041.29-
YUV66.09100.87163.6-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 63.04%
GREEN value IS 50 (19.92% from 255) = 27.17%
BLUE value IS 18 (7.42% from 255) = 9.78%
R=63.04%
G=27.17%
B=9.78%

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
Decimal116501800.570.840.5519.5973.1326.27
Hex743212039543714491a
Octal1646222071124672411132
Binary1110100110010100100111001101010011011110100100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #743212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #743212; }

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

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

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

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

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

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

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

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