Html Css Color HEX #773119 Peru Tan

📋 copy color: '#773119'

red 119 ◦ green 49 ◦ blue 25

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

Shades of Peru Tan #773119

Tints of Peru Tan #773119

RGB

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

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

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

R = 61.66%
G = 25.39%
B = 12.95%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.79

 K value IS 0.53

RGB Variations

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

Color information

#773119 (or 0x773119) is known color: Peru Tan. HEX triplet: 77, 31 and 19. RGB value is (119,49,25). Sum of RGB (Red+Green+Blue) = 119+49+25=193 (25% of max value = 765). Red value is 119 (46.88% from 255 or 61.66% from 193); Green value is 49 (19.53% from 255 or 25.39% from 193); Blue value is 25 (10.16% from 255 or 12.95% from 193); Max value from RGB is 119 - color contains mainly: red. Hex color #773119 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #773119 is #88CEE6. Grayscale: #434343. Windows color (decimal): -8965863 or 1651063. OLE color: 1651063.

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

Color convert

RGB 119 49 25 -
CMYK 0 0.59 0.79 0.53
HSL 15.32º 0.65% 0.28% -
HSV(B) 15.32º 0.79% 0.47% -
XYZ 8.88 6.19 1.65 -
YUV 67.19 104.19 164.95 -
System Red Green Blue C M Y K H S L
Decimal 119 49 25 0 0.59 0.79 0.53 15.32 0.65 0.28
Hex 77 31 19 0 3B 4F 35 F 41 1C
Octal 167 61 31 0 73 117 65 17 101 34
Binary 1110111 110001 11001 0 111011 1001111 110101 1111 1000001 11100

Color Harmonies of #773119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773119

Black with #773119

Text Example


Text Example

White with #773119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #773119; }

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

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

background-color css

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

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

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

border-color css

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

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

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