#773214

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

Shades of Peru Tan #773214

Tints of Peru Tan #773214

Color information

#773214 (or 0x773214) is unknown color: approx Peru Tan. HEX triplet: 77, 32 and 14. RGB value is (119,50,20). Sum of RGB (Red+Green+Blue) = 119+50+20=189 (25% of max value = 765). Red value is 119 (46.88% from 255 or 62.96% from 189); Green value is 50 (19.92% from 255 or 26.46% from 189); Blue value is 20 (8.20% from 255 or 10.58% from 189); Max value from RGB is 119 - color contains mainly: red. Hex color #773214 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #773214 is #88CDEB. Grayscale: #434343. Windows color (decimal): -8965612 or 1323639. OLE color: 1323639.

HSL color Cylindrical-coordinate representation of color #773214: hue angle of 18.18º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #773214 is Cyan = 0, Magento = 0.58, Yellow = 0.83 and Black (K on CMYK) = 0.53.

Color convert

RGB1195020-
CMYK00.580.830.53
HSL18.18º71.22%27.25%-
HSV(B)18.18º83.19%46.67%-
XYZ8.876.251.4-
YUV67.21101.36164.94-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 62.96%
GREEN value IS 50 (19.92% from 255) = 26.46%
BLUE value IS 20 (8.20% from 255) = 10.58%
R=62.96%
G=26.46%
B=10.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.83
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119502000.580.830.5318.1871.2227.25
Hex77321403A533512471b
Octal1676224072123652210733
Binary1110111110010101000111010101001111010110010100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773214

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #773214; }

 p { color: rgb(119,50,20); }

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

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

 a { background-color: rgb(119,50,20); }

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

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

 span { border-color: rgb(119,50,20); }

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