Html Css Color HEX #773114 Peru Tan

📋 copy color: '#773114'

red 119 ◦ green 49 ◦ blue 20

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

Shades of Peru Tan #773114

Tints of Peru Tan #773114

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 10.64%

R = 63.3%
G = 26.06%
B = 10.64%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.83

 K value IS 0.53

RGB Variations

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

Color information

#773114 (or 0x773114) is known color: Peru Tan. HEX triplet: 77, 31 and 14. RGB value is (119,49,20). Sum of RGB (Red+Green+Blue) = 119+49+20=188 (24% of max value = 765). Red value is 119 (46.88% from 255 or 63.30% from 188); Green value is 49 (19.53% from 255 or 26.06% from 188); Blue value is 20 (8.20% from 255 or 10.64% from 188); Max value from RGB is 119 - color contains mainly: red. Hex color #773114 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #773114 is #88CEEB. Grayscale: #424242. Windows color (decimal): -8965868 or 1323383. OLE color: 1323383.

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

Color convert

RGB 119 49 20 -
CMYK 0 0.59 0.83 0.53
HSL 17.58º 0.71% 0.27% -
HSV(B) 17.58º 0.83% 0.47% -
XYZ 8.83 6.17 1.39 -
YUV 66.62 101.69 165.36 -
System Red Green Blue C M Y K H S L
Decimal 119 49 20 0 0.59 0.83 0.53 17.58 0.71 0.27
Hex 77 31 14 0 3B 53 35 12 47 1B
Octal 167 61 24 0 73 123 65 22 107 33
Binary 1110111 110001 10100 0 111011 1010011 110101 10010 1000111 11011

Color Harmonies of #773114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773114

Black with #773114

Text Example


Text Example

White with #773114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #773114; }

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

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

background-color css

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

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

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

border-color css

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

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

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