Html Css Color HEX #773616 Peru Tan

📋 copy color: '#773616'

red 119 ◦ green 54 ◦ blue 22

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

Shades of Peru Tan #773616

Tints of Peru Tan #773616

RGB

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

 GREEN value IS 54 (21.48% from 255) = 27.69%

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

R = 61.03%
G = 27.69%
B = 11.28%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.82

 K value IS 0.53

RGB Variations

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

Color information

#773616 (or 0x773616) is known color: Peru Tan. HEX triplet: 77, 36 and 16. RGB value is (119,54,22). Sum of RGB (Red+Green+Blue) = 119+54+22=195 (25% of max value = 765). Red value is 119 (46.88% from 255 or 61.03% from 195); Green value is 54 (21.48% from 255 or 27.69% from 195); Blue value is 22 (8.98% from 255 or 11.28% from 195); Max value from RGB is 119 - color contains mainly: red. Hex color #773616 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #773616 is #88C9E9. Grayscale: #454545. Windows color (decimal): -8964586 or 1455735. OLE color: 1455735.

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

Color convert

RGB 119 54 22 -
CMYK 0 0.55 0.82 0.53
HSL 19.79º 0.69% 0.28% -
HSV(B) 19.79º 0.82% 0.47% -
XYZ 9.07 6.62 1.56 -
YUV 69.79 101.03 163.1 -
System Red Green Blue C M Y K H S L
Decimal 119 54 22 0 0.55 0.82 0.53 19.79 0.69 0.28
Hex 77 36 16 0 37 52 35 14 45 1C
Octal 167 66 26 0 67 122 65 24 105 34
Binary 1110111 110110 10110 0 110111 1010010 110101 10100 1000101 11100

Color Harmonies of #773616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773616

Black with #773616

Text Example


Text Example

White with #773616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #773616; }

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

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

background-color css

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

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

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

border-color css

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

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

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