Html Css Color HEX #773519 Peru Tan

📋 copy color: '#773519'

red 119 ◦ green 53 ◦ blue 25

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

Shades of Peru Tan #773519

Tints of Peru Tan #773519

RGB

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

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

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

R = 60.41%
G = 26.9%
B = 12.69%

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

#773519 (or 0x773519) is known color: Peru Tan. HEX triplet: 77, 35 and 19. RGB value is (119,53,25). Sum of RGB (Red+Green+Blue) = 119+53+25=197 (26% of max value = 765). Red value is 119 (46.88% from 255 or 60.41% from 197); Green value is 53 (21.09% from 255 or 26.90% from 197); Blue value is 25 (10.16% from 255 or 12.69% from 197); Max value from RGB is 119 - color contains mainly: red. Hex color #773519 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #773519 is #88CAE6. Grayscale: #454545. Windows color (decimal): -8964839 or 1652087. OLE color: 1652087.

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

Color convert

RGB 119 53 25 -
CMYK 0 0.55 0.79 0.53
HSL 17.87º 0.65% 0.28% -
HSV(B) 17.87º 0.79% 0.47% -
XYZ 9.06 6.54 1.7 -
YUV 69.54 102.87 163.28 -
System Red Green Blue C M Y K H S L
Decimal 119 53 25 0 0.55 0.79 0.53 17.87 0.65 0.28
Hex 77 35 19 0 37 4F 35 12 41 1C
Octal 167 65 31 0 67 117 65 22 101 34
Binary 1110111 110101 11001 0 110111 1001111 110101 10010 1000001 11100

Color Harmonies of #773519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773519

Black with #773519

Text Example


Text Example

White with #773519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #773519; }

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

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

background-color css

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

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

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

border-color css

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

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

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