#773C1E

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

Shades of Peru Tan #773C1E

Tints of Peru Tan #773C1E

Color information

#773C1E (or 0x773C1E) is unknown color: approx Peru Tan. HEX triplet: 77, 3C and 1E. RGB value is (119,60,30). Sum of RGB (Red+Green+Blue) = 119+60+30=209 (27% of max value = 765). Red value is 119 (46.88% from 255 or 56.94% from 209); Green value is 60 (23.83% from 255 or 28.71% from 209); Blue value is 30 (12.11% from 255 or 14.35% from 209); Max value from RGB is 119 - color contains mainly: red. Hex color #773C1E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #773C1E is #88C3E1. Grayscale: #4A4A4A. Windows color (decimal): -8963042 or 1981559. OLE color: 1981559.

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

Color convert

RGB1196030-
CMYK00.500.750.53
HSL20.22º59.73%29.22%-
HSV(B)20.22º74.79%46.67%-
XYZ9.467.252.13-
YUV74.22103.05159.94-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 56.94%
GREEN value IS 60 (23.83% from 255) = 28.71%
BLUE value IS 30 (12.11% from 255) = 14.35%
R=56.94%
G=28.71%
B=14.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.75
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119603000.500.750.5320.2259.7329.22
Hex773C1E0324B35143c1d
Octal167743606211365247435
Binary111011111110011110011001010010111101011010011110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773C1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,60,30); }

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

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

 a { background-color: rgb(119,60,30); }

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

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

 span { border-color: rgb(119,60,30); }

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