#773414

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

Shades of Peru Tan #773414

Tints of Peru Tan #773414

Color information

#773414 (or 0x773414) is unknown color: approx Peru Tan. HEX triplet: 77, 34 and 14. RGB value is (119,52,20). Sum of RGB (Red+Green+Blue) = 119+52+20=191 (25% of max value = 765). Red value is 119 (46.88% from 255 or 62.30% from 191); Green value is 52 (20.70% from 255 or 27.23% from 191); Blue value is 20 (8.20% from 255 or 10.47% from 191); Max value from RGB is 119 - color contains mainly: red. Hex color #773414 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #773414 is #88CBEB. Grayscale: #444444. Windows color (decimal): -8965100 or 1324151. OLE color: 1324151.

HSL color Cylindrical-coordinate representation of color #773414: hue angle of 19.39º 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 #773414 is Cyan = 0, Magento = 0.56, Yellow = 0.83 and Black (K on CMYK) = 0.53.

Color convert

RGB1195220-
CMYK00.560.830.53
HSL19.39º71.22%27.25%-
HSV(B)19.39º83.19%46.67%-
XYZ8.966.431.43-
YUV68.38100.7164.1-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 62.30%
GREEN value IS 52 (20.70% from 255) = 27.23%
BLUE value IS 20 (8.20% from 255) = 10.47%
R=62.30%
G=27.23%
B=10.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.83
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119522000.560.830.5319.3971.2227.25
Hex773414038533513471b
Octal1676424070123652310733
Binary1110111110100101000111000101001111010110011100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773414

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #773414; }

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

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

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

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

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

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

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

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