#773C1B

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

Shades of Peru Tan #773C1B

Tints of Peru Tan #773C1B

Color information

#773C1B (or 0x773C1B) is unknown color: approx Peru Tan. HEX triplet: 77, 3C and 1B. RGB value is (119,60,27). Sum of RGB (Red+Green+Blue) = 119+60+27=206 (27% of max value = 765). Red value is 119 (46.88% from 255 or 57.77% from 206); Green value is 60 (23.83% from 255 or 29.13% from 206); Blue value is 27 (10.94% from 255 or 13.11% from 206); Max value from RGB is 119 - color contains mainly: red. Hex color #773C1B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #773C1B is #88C3E4. Grayscale: #4A4A4A. Windows color (decimal): -8963045 or 1784951. OLE color: 1784951.

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

Color convert

RGB1196027-
CMYK00.500.770.53
HSL21.52º63.01%28.63%-
HSV(B)21.52º77.31%46.67%-
XYZ9.427.231.94-
YUV73.88101.55160.18-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 57.77%
GREEN value IS 60 (23.83% from 255) = 29.13%
BLUE value IS 27 (10.94% from 255) = 13.11%
R=57.77%
G=29.13%
B=13.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.77
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119602700.500.770.5321.5263.0128.63
Hex773C1B0324D35163f1d
Octal167743306211565267735
Binary111011111110011011011001010011011101011011011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773C1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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