Html Css Color HEX #773619 Peru Tan

📋 copy color: '#773619'

red 119 ◦ green 54 ◦ blue 25

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

Shades of Peru Tan #773619

Tints of Peru Tan #773619

RGB

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

 GREEN value IS 54 (21.48% from 255) = 27.27%

 BLUE value IS 25 (10.16% from 255) = 12.63%

R = 60.1%
G = 27.27%
B = 12.63%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.79

 K value IS 0.53

RGB Variations

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

Color information

#773619 (or 0x773619) is known color: Peru Tan. HEX triplet: 77, 36 and 19. RGB value is (119,54,25). Sum of RGB (Red+Green+Blue) = 119+54+25=198 (26% of max value = 765). Red value is 119 (46.88% from 255 or 60.10% from 198); Green value is 54 (21.48% from 255 or 27.27% from 198); Blue value is 25 (10.16% from 255 or 12.63% from 198); Max value from RGB is 119 - color contains mainly: red. Hex color #773619 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #773619 is #88C9E6. Grayscale: #464646. Windows color (decimal): -8964583 or 1652343. OLE color: 1652343.

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

Color convert

RGB 119 54 25 -
CMYK 0 0.55 0.79 0.53
HSL 18.51º 0.65% 0.28% -
HSV(B) 18.51º 0.79% 0.47% -
XYZ 9.1 6.63 1.72 -
YUV 70.13 102.53 162.86 -
System Red Green Blue C M Y K H S L
Decimal 119 54 25 0 0.55 0.79 0.53 18.51 0.65 0.28
Hex 77 36 19 0 37 4F 35 13 41 1C
Octal 167 66 31 0 67 117 65 23 101 34
Binary 1110111 110110 11001 0 110111 1001111 110101 10011 1000001 11100

Color Harmonies of #773619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773619

Black with #773619

Text Example


Text Example

White with #773619

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #773619; }

 p { color: rgb(119,54,25); }

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

background-color css

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

 a { background-color: rgb(119,54,25); }

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

border-color css

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

 span { border-color: rgb(119,54,25); }

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