#773E1C

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

Shades of Peru Tan #773E1C

Tints of Peru Tan #773E1C

Color information

#773E1C (or 0x773E1C) is unknown color: approx Peru Tan. HEX triplet: 77, 3E and 1C. RGB value is (119,62,28). Sum of RGB (Red+Green+Blue) = 119+62+28=209 (27% of max value = 765). Red value is 119 (46.88% from 255 or 56.94% from 209); Green value is 62 (24.61% from 255 or 29.67% from 209); Blue value is 28 (11.33% from 255 or 13.40% from 209); Max value from RGB is 119 - color contains mainly: red. Hex color #773E1C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #773E1C is #88C1E3. Grayscale: #4B4B4B. Windows color (decimal): -8962532 or 1850999. OLE color: 1850999.

HSL color Cylindrical-coordinate representation of color #773E1C: hue angle of 22.42º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #773E1C is Cyan = 0, Magento = 0.48, Yellow = 0.76 and Black (K on CMYK) = 0.53.

Color convert

RGB1196228-
CMYK00.480.760.53
HSL22.42º61.9%28.82%-
HSV(B)22.42º76.47%46.67%-
XYZ9.547.452.03-
YUV75.17101.38159.26-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 56.94%
GREEN value IS 62 (24.61% from 255) = 29.67%
BLUE value IS 28 (11.33% from 255) = 13.40%
R=56.94%
G=29.67%
B=13.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.76
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119622800.480.760.5322.4261.928.82
Hex773E1C0304C35163e1d
Octal167763406011465267635
Binary111011111111011100011000010011001101011011011111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773E1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #773E1C; }

 p { color: rgb(119,62,28); }

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

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

 a { background-color: rgb(119,62,28); }

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

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

 span { border-color: rgb(119,62,28); }

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