#773F1C

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

Shades of Peru Tan #773F1C

Tints of Peru Tan #773F1C

Color information

#773F1C (or 0x773F1C) is unknown color: approx Peru Tan. HEX triplet: 77, 3F and 1C. RGB value is (119,63,28). Sum of RGB (Red+Green+Blue) = 119+63+28=210 (27% of max value = 765). Red value is 119 (46.88% from 255 or 56.67% from 210); Green value is 63 (25% from 255 or 30% from 210); Blue value is 28 (11.33% from 255 or 13.33% from 210); Max value from RGB is 119 - color contains mainly: red. Hex color #773F1C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #773F1C is #88C0E3. Grayscale: #4B4B4B. Windows color (decimal): -8962276 or 1851255. OLE color: 1851255.

HSL color Cylindrical-coordinate representation of color #773F1C: hue angle of 23.08º 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 #773F1C is Cyan = 0, Magento = 0.47, Yellow = 0.76 and Black (K on CMYK) = 0.53.

Color convert

RGB1196328-
CMYK00.470.760.53
HSL23.08º61.9%28.82%-
HSV(B)23.08º76.47%46.67%-
XYZ9.597.562.05-
YUV75.75101.05158.85-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 56.67%
GREEN value IS 63 (25% from 255) = 30%
BLUE value IS 28 (11.33% from 255) = 13.33%
R=56.67%
G=30%
B=13.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.76
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119632800.470.760.5323.0861.928.82
Hex773F1C02F4C35173e1d
Octal167773405711465277635
Binary111011111111111100010111110011001101011011111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773F1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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