Html Css Color HEX #773D1F Peru Tan

📋 copy color: '#773D1F'

red 119 ◦ green 61 ◦ blue 31

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

Shades of Peru Tan #773D1F

Tints of Peru Tan #773D1F

RGB

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

 GREEN value IS 61 (24.22% from 255) = 28.91%

 BLUE value IS 31 (12.5% from 255) = 14.69%

R = 56.4%
G = 28.91%
B = 14.69%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.74

 K value IS 0.53

RGB Variations

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

Color information

#773D1F (or 0x773D1F) is known color: Peru Tan. HEX triplet: 77, 3D and 1F. RGB value is (119,61,31). Sum of RGB (Red+Green+Blue) = 119+61+31=211 (27% of max value = 765). Red value is 119 (46.88% from 255 or 56.40% from 211); Green value is 61 (24.22% from 255 or 28.91% from 211); Blue value is 31 (12.5% from 255 or 14.69% from 211); Max value from RGB is 119 - color contains mainly: red. Hex color #773D1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #773D1F is #88C2E0. Grayscale: #4B4B4B. Windows color (decimal): -8962785 or 2047351. OLE color: 2047351.

HSL color Cylindrical-coordinate representation of color #773D1F: hue angle of 20.45º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #773D1F is Cyan = 0, Magento = 0.49, Yellow = 0.74 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 61 31 -
CMYK 0 0.49 0.74 0.53
HSL 20.45º 0.59% 0.29% -
HSV(B) 20.45º 0.74% 0.47% -
XYZ 9.52 7.36 2.21 -
YUV 74.92 103.22 159.44 -
System Red Green Blue C M Y K H S L
Decimal 119 61 31 0 0.49 0.74 0.53 20.45 0.59 0.29
Hex 77 3D 1F 0 31 4A 35 14 3B 1D
Octal 167 75 37 0 61 112 65 24 73 35
Binary 1110111 111101 11111 0 110001 1001010 110101 10100 111011 11101

Color Harmonies of #773D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773D1F

Black with #773D1F

Text Example


Text Example

White with #773D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,61,31); }

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

background-color css

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

 a { background-color: rgb(119,61,31); }

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

border-color css

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

 span { border-color: rgb(119,61,31); }

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