#773E1A

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

Shades of Peru Tan #773E1A

Tints of Peru Tan #773E1A

Color information

#773E1A (or 0x773E1A) is unknown color: approx Peru Tan. HEX triplet: 77, 3E and 1A. RGB value is (119,62,26). Sum of RGB (Red+Green+Blue) = 119+62+26=207 (27% of max value = 765). Red value is 119 (46.88% from 255 or 57.49% from 207); Green value is 62 (24.61% from 255 or 29.95% from 207); Blue value is 26 (10.55% from 255 or 12.56% from 207); Max value from RGB is 119 - color contains mainly: red. Hex color #773E1A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #773E1A is #88C1E5. Grayscale: #4B4B4B. Windows color (decimal): -8962534 or 1719927. OLE color: 1719927.

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

Color convert

RGB1196226-
CMYK00.480.780.53
HSL23.23º64.14%28.43%-
HSV(B)23.23º78.15%46.67%-
XYZ9.527.441.91-
YUV74.94100.38159.43-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 57.49%
GREEN value IS 62 (24.61% from 255) = 29.95%
BLUE value IS 26 (10.55% from 255) = 12.56%
R=57.49%
G=29.95%
B=12.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.78
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119622600.480.780.5323.2364.1428.43
Hex773E1A0304E3517401c
Octal1677632060116652710034
Binary1110111111110110100110000100111011010110111100000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773E1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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