Html Css Color HEX #773B20 Peru Tan

📋 copy color: '#773B20'

red 119 ◦ green 59 ◦ blue 32

#773B20
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Peru Tan #773B20

Tints of Peru Tan #773B20

RGB

 RED value IS 119 (46.88% from 255) = 56.67%

 GREEN value IS 59 (23.44% from 255) = 28.1%

 BLUE value IS 32 (12.89% from 255) = 15.24%

R = 56.67%
G = 28.1%
B = 15.24%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.73

 K value IS 0.53

RGB Variations

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

Color information

#773B20 (or 0x773B20) is known color: Peru Tan. HEX triplet: 77, 3B and 20. RGB value is (119,59,32). Sum of RGB (Red+Green+Blue) = 119+59+32=210 (27% of max value = 765). Red value is 119 (46.88% from 255 or 56.67% from 210); Green value is 59 (23.44% from 255 or 28.10% from 210); Blue value is 32 (12.89% from 255 or 15.24% from 210); Max value from RGB is 119 - color contains mainly: red. Hex color #773B20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #773B20 is #88C4DF. Grayscale: #4A4A4A. Windows color (decimal): -8963296 or 2112375. OLE color: 2112375.

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

Color convert

RGB 119 59 32 -
CMYK 0 0.50 0.73 0.53
HSL 18.62º 0.58% 0.3% -
HSV(B) 18.62º 0.73% 0.47% -
XYZ 9.43 7.15 2.25 -
YUV 73.86 104.38 160.2 -
System Red Green Blue C M Y K H S L
Decimal 119 59 32 0 0.50 0.73 0.53 18.62 0.58 0.3
Hex 77 3B 20 0 32 49 35 13 3A 1E
Octal 167 73 40 0 62 111 65 23 72 36
Binary 1110111 111011 100000 0 110010 1001001 110101 10011 111010 11110

Color Harmonies of #773B20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773B20

Black with #773B20

Text Example


Text Example

White with #773B20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,59,32); }

 H1.HeaderClassName
 {
   color: #773B20;
 }
 .AnyTagClassName
 {
   color: #773B20;
 }
</style>

background-color css

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

 a { background-color: rgb(119,59,32); }

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

border-color css

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

 span { border-color: rgb(119,59,32); }

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