Html Css Color HEX #773A1F Peru Tan

📋 copy color: '#773A1F'

red 119 ◦ green 58 ◦ blue 31

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

Shades of Peru Tan #773A1F

Tints of Peru Tan #773A1F

RGB

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

 GREEN value IS 58 (23.05% from 255) = 27.88%

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

R = 57.21%
G = 27.88%
B = 14.9%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.74

 K value IS 0.53

RGB Variations

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

Color information

#773A1F (or 0x773A1F) is known color: Peru Tan. HEX triplet: 77, 3A and 1F. RGB value is (119,58,31). Sum of RGB (Red+Green+Blue) = 119+58+31=208 (27% of max value = 765). Red value is 119 (46.88% from 255 or 57.21% from 208); Green value is 58 (23.05% from 255 or 27.88% from 208); Blue value is 31 (12.5% from 255 or 14.90% from 208); Max value from RGB is 119 - color contains mainly: red. Hex color #773A1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #773A1F is #88C5E0. Grayscale: #494949. Windows color (decimal): -8963553 or 2046583. OLE color: 2046583.

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

Color convert

RGB 119 58 31 -
CMYK 0 0.51 0.74 0.53
HSL 18.41º 0.59% 0.29% -
HSV(B) 18.41º 0.74% 0.47% -
XYZ 9.37 7.05 2.16 -
YUV 73.16 104.21 160.7 -
System Red Green Blue C M Y K H S L
Decimal 119 58 31 0 0.51 0.74 0.53 18.41 0.59 0.29
Hex 77 3A 1F 0 33 4A 35 12 3B 1D
Octal 167 72 37 0 63 112 65 22 73 35
Binary 1110111 111010 11111 0 110011 1001010 110101 10010 111011 11101

Color Harmonies of #773A1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773A1F

Black with #773A1F

Text Example


Text Example

White with #773A1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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