Html Css Color HEX #773111 Peru Tan

📋 copy color: '#773111'

red 119 ◦ green 49 ◦ blue 17

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

Shades of Peru Tan #773111

Tints of Peru Tan #773111

RGB

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

 GREEN value IS 49 (19.53% from 255) = 26.49%

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

R = 64.32%
G = 26.49%
B = 9.19%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.86

 K value IS 0.53

RGB Variations

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

Color information

#773111 (or 0x773111) is known color: Peru Tan. HEX triplet: 77, 31 and 11. RGB value is (119,49,17). Sum of RGB (Red+Green+Blue) = 119+49+17=185 (24% of max value = 765). Red value is 119 (46.88% from 255 or 64.32% from 185); Green value is 49 (19.53% from 255 or 26.49% from 185); Blue value is 17 (7.03% from 255 or 9.19% from 185); Max value from RGB is 119 - color contains mainly: red. Hex color #773111 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #773111 is #88CEEE. Grayscale: #424242. Windows color (decimal): -8965871 or 1126775. OLE color: 1126775.

HSL color Cylindrical-coordinate representation of color #773111: hue angle of 18.82º 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 #773111 is Cyan = 0, Magento = 0.59, Yellow = 0.86 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 49 17 -
CMYK 0 0.59 0.86 0.53
HSL 18.82º 0.75% 0.27% -
HSV(B) 18.82º 0.86% 0.47% -
XYZ 8.81 6.16 1.25 -
YUV 66.28 100.19 165.6 -
System Red Green Blue C M Y K H S L
Decimal 119 49 17 0 0.59 0.86 0.53 18.82 0.75 0.27
Hex 77 31 11 0 3B 56 35 13 4B 1B
Octal 167 61 21 0 73 126 65 23 113 33
Binary 1110111 110001 10001 0 111011 1010110 110101 10011 1001011 11011

Color Harmonies of #773111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773111

Black with #773111

Text Example


Text Example

White with #773111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #773111; }

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

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

background-color css

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

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

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

border-color css

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

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

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