#773A1B

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

Shades of Peru Tan #773A1B

Tints of Peru Tan #773A1B

Color information

#773A1B (or 0x773A1B) is unknown color: approx Peru Tan. HEX triplet: 77, 3A and 1B. RGB value is (119,58,27). Sum of RGB (Red+Green+Blue) = 119+58+27=204 (27% of max value = 765). Red value is 119 (46.88% from 255 or 58.33% from 204); Green value is 58 (23.05% from 255 or 28.43% from 204); Blue value is 27 (10.94% from 255 or 13.24% from 204); Max value from RGB is 119 - color contains mainly: red. Hex color #773A1B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #773A1B is #88C5E4. Grayscale: #484848. Windows color (decimal): -8963557 or 1784439. OLE color: 1784439.

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

Color convert

RGB1195827-
CMYK00.510.770.53
HSL20.22º63.01%28.63%-
HSV(B)20.22º77.31%46.67%-
XYZ9.327.031.9-
YUV72.7102.21161.02-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 58.33%
GREEN value IS 58 (23.05% from 255) = 28.43%
BLUE value IS 27 (10.94% from 255) = 13.24%
R=58.33%
G=28.43%
B=13.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.77
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119582700.510.770.5320.2263.0128.63
Hex773A1B0334D35143f1d
Octal167723306311565247735
Binary111011111101011011011001110011011101011010011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773A1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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