Html Css Color HEX #773117 Peru Tan

📋 copy color: '#773117'

red 119 ◦ green 49 ◦ blue 23

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

Shades of Peru Tan #773117

Tints of Peru Tan #773117

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 12.04%

R = 62.3%
G = 25.65%
B = 12.04%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.81

 K value IS 0.53

RGB Variations

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

Color information

#773117 (or 0x773117) is known color: Peru Tan. HEX triplet: 77, 31 and 17. RGB value is (119,49,23). Sum of RGB (Red+Green+Blue) = 119+49+23=191 (25% of max value = 765). Red value is 119 (46.88% from 255 or 62.30% from 191); Green value is 49 (19.53% from 255 or 25.65% from 191); Blue value is 23 (9.38% from 255 or 12.04% from 191); Max value from RGB is 119 - color contains mainly: red. Hex color #773117 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #773117 is #88CEE8. Grayscale: #434343. Windows color (decimal): -8965865 or 1519991. OLE color: 1519991.

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

Color convert

RGB 119 49 23 -
CMYK 0 0.59 0.81 0.53
HSL 16.25º 0.68% 0.28% -
HSV(B) 16.25º 0.81% 0.47% -
XYZ 8.86 6.18 1.54 -
YUV 66.97 103.19 165.11 -
System Red Green Blue C M Y K H S L
Decimal 119 49 23 0 0.59 0.81 0.53 16.25 0.68 0.28
Hex 77 31 17 0 3B 51 35 10 44 1C
Octal 167 61 27 0 73 121 65 20 104 34
Binary 1110111 110001 10111 0 111011 1010001 110101 10000 1000100 11100

Color Harmonies of #773117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773117

Black with #773117

Text Example


Text Example

White with #773117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #773117; }

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

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

background-color css

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

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

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

border-color css

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

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

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