Html Css Color HEX #773D16 Peru Tan

📋 copy color: '#773D16'

red 119 ◦ green 61 ◦ blue 22

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

Shades of Peru Tan #773D16

Tints of Peru Tan #773D16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 10.89%

R = 58.91%
G = 30.2%
B = 10.89%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.82

 K value IS 0.53

RGB Variations

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

Color information

#773D16 (or 0x773D16) is known color: Peru Tan. HEX triplet: 77, 3D and 16. RGB value is (119,61,22). Sum of RGB (Red+Green+Blue) = 119+61+22=202 (26% of max value = 765). Red value is 119 (46.88% from 255 or 58.91% from 202); Green value is 61 (24.22% from 255 or 30.20% from 202); Blue value is 22 (8.98% from 255 or 10.89% from 202); Max value from RGB is 119 - color contains mainly: red. Hex color #773D16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #773D16 is #88C2E9. Grayscale: #4A4A4A. Windows color (decimal): -8962794 or 1457527. OLE color: 1457527.

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

Color convert

RGB 119 61 22 -
CMYK 0 0.49 0.82 0.53
HSL 24.12º 0.69% 0.28% -
HSV(B) 24.12º 0.82% 0.47% -
XYZ 9.42 7.32 1.67 -
YUV 73.9 98.72 160.17 -
System Red Green Blue C M Y K H S L
Decimal 119 61 22 0 0.49 0.82 0.53 24.12 0.69 0.28
Hex 77 3D 16 0 31 52 35 18 45 1C
Octal 167 75 26 0 61 122 65 30 105 34
Binary 1110111 111101 10110 0 110001 1010010 110101 11000 1000101 11100

Color Harmonies of #773D16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773D16

Black with #773D16

Text Example


Text Example

White with #773D16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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