Html Css Color HEX #773C19 Peru Tan

📋 copy color: '#773C19'

red 119 ◦ green 60 ◦ blue 25

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

Shades of Peru Tan #773C19

Tints of Peru Tan #773C19

RGB

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

 GREEN value IS 60 (23.83% from 255) = 29.41%

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

R = 58.33%
G = 29.41%
B = 12.25%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.79

 K value IS 0.53

RGB Variations

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

Color information

#773C19 (or 0x773C19) is known color: Peru Tan. HEX triplet: 77, 3C and 19. RGB value is (119,60,25). Sum of RGB (Red+Green+Blue) = 119+60+25=204 (27% of max value = 765). Red value is 119 (46.88% from 255 or 58.33% from 204); Green value is 60 (23.83% from 255 or 29.41% from 204); Blue value is 25 (10.16% from 255 or 12.25% from 204); Max value from RGB is 119 - color contains mainly: red. Hex color #773C19 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #773C19 is #88C3E6. Grayscale: #494949. Windows color (decimal): -8963047 or 1653879. OLE color: 1653879.

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

Color convert

RGB 119 60 25 -
CMYK 0 0.50 0.79 0.53
HSL 22.34º 0.65% 0.28% -
HSV(B) 22.34º 0.79% 0.47% -
XYZ 9.4 7.22 1.82 -
YUV 73.65 100.55 160.35 -
System Red Green Blue C M Y K H S L
Decimal 119 60 25 0 0.50 0.79 0.53 22.34 0.65 0.28
Hex 77 3C 19 0 32 4F 35 16 41 1C
Octal 167 74 31 0 62 117 65 26 101 34
Binary 1110111 111100 11001 0 110010 1001111 110101 10110 1000001 11100

Color Harmonies of #773C19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773C19

Black with #773C19

Text Example


Text Example

White with #773C19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #773C19; }

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

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

background-color css

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

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

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

border-color css

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

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

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