Html Css Color HEX #773511 Peru Tan

📋 copy color: '#773511'

red 119 ◦ green 53 ◦ blue 17

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

Shades of Peru Tan #773511

Tints of Peru Tan #773511

RGB

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

 GREEN value IS 53 (21.09% from 255) = 28.04%

 BLUE value IS 17 (7.03% from 255) = 8.99%

R = 62.96%
G = 28.04%
B = 8.99%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.86

 K value IS 0.53

RGB Variations

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

Color information

#773511 (or 0x773511) is known color: Peru Tan. HEX triplet: 77, 35 and 11. RGB value is (119,53,17). Sum of RGB (Red+Green+Blue) = 119+53+17=189 (25% of max value = 765). Red value is 119 (46.88% from 255 or 62.96% from 189); Green value is 53 (21.09% from 255 or 28.04% from 189); Blue value is 17 (7.03% from 255 or 8.99% from 189); Max value from RGB is 119 - color contains mainly: red. Hex color #773511 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #773511 is #88CAEE. Grayscale: #444444. Windows color (decimal): -8964847 or 1127799. OLE color: 1127799.

HSL color Cylindrical-coordinate representation of color #773511: hue angle of 21.18º degrees, saturation: 0.75, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #773511 is Cyan = 0, Magento = 0.55, Yellow = 0.86 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 53 17 -
CMYK 0 0.55 0.86 0.53
HSL 21.18º 0.75% 0.27% -
HSV(B) 21.18º 0.86% 0.47% -
XYZ 8.98 6.51 1.31 -
YUV 68.63 98.87 163.93 -
System Red Green Blue C M Y K H S L
Decimal 119 53 17 0 0.55 0.86 0.53 21.18 0.75 0.27
Hex 77 35 11 0 37 56 35 15 4B 1B
Octal 167 65 21 0 67 126 65 25 113 33
Binary 1110111 110101 10001 0 110111 1010110 110101 10101 1001011 11011

Color Harmonies of #773511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773511

Black with #773511

Text Example


Text Example

White with #773511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #773511; }

 p { color: rgb(119,53,17); }

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

background-color css

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

 a { background-color: rgb(119,53,17); }

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

border-color css

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

 span { border-color: rgb(119,53,17); }

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