Html Css Color HEX #773516 Peru Tan

📋 copy color: '#773516'

red 119 ◦ green 53 ◦ blue 22

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

Shades of Peru Tan #773516

Tints of Peru Tan #773516

RGB

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

 GREEN value IS 53 (21.09% from 255) = 27.32%

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

R = 61.34%
G = 27.32%
B = 11.34%

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

#773516 (or 0x773516) is known color: Peru Tan. HEX triplet: 77, 35 and 16. RGB value is (119,53,22). Sum of RGB (Red+Green+Blue) = 119+53+22=194 (25% of max value = 765). Red value is 119 (46.88% from 255 or 61.34% from 194); Green value is 53 (21.09% from 255 or 27.32% from 194); Blue value is 22 (8.98% from 255 or 11.34% from 194); Max value from RGB is 119 - color contains mainly: red. Hex color #773516 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #773516 is #88CAE9. Grayscale: #454545. Windows color (decimal): -8964842 or 1455479. OLE color: 1455479.

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

Color convert

RGB 119 53 22 -
CMYK 0 0.55 0.82 0.53
HSL 19.18º 0.69% 0.28% -
HSV(B) 19.18º 0.82% 0.47% -
XYZ 9.03 6.53 1.54 -
YUV 69.2 101.37 163.52 -
System Red Green Blue C M Y K H S L
Decimal 119 53 22 0 0.55 0.82 0.53 19.18 0.69 0.28
Hex 77 35 16 0 37 52 35 13 45 1C
Octal 167 65 26 0 67 122 65 23 105 34
Binary 1110111 110101 10110 0 110111 1010010 110101 10011 1000101 11100

Color Harmonies of #773516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773516

Black with #773516

Text Example


Text Example

White with #773516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #773516; }

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

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

background-color css

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

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

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

border-color css

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

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

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