Html Css Color HEX #773513 Peru Tan

📋 copy color: '#773513'

red 119 ◦ green 53 ◦ blue 19

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

Shades of Peru Tan #773513

Tints of Peru Tan #773513

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 9.95%

R = 62.3%
G = 27.75%
B = 9.95%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.84

 K value IS 0.53

RGB Variations

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

Color information

#773513 (or 0x773513) is known color: Peru Tan. HEX triplet: 77, 35 and 13. RGB value is (119,53,19). Sum of RGB (Red+Green+Blue) = 119+53+19=191 (25% of max value = 765). Red value is 119 (46.88% from 255 or 62.30% from 191); Green value is 53 (21.09% from 255 or 27.75% from 191); Blue value is 19 (7.81% from 255 or 9.95% from 191); Max value from RGB is 119 - color contains mainly: red. Hex color #773513 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #773513 is #88CAEC. Grayscale: #454545. Windows color (decimal): -8964845 or 1258871. OLE color: 1258871.

HSL color Cylindrical-coordinate representation of color #773513: hue angle of 20.4º degrees, saturation: 0.72, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #773513 is Cyan = 0, Magento = 0.55, Yellow = 0.84 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 53 19 -
CMYK 0 0.55 0.84 0.53
HSL 20.4º 0.72% 0.27% -
HSV(B) 20.4º 0.84% 0.47% -
XYZ 9 6.52 1.4 -
YUV 68.86 99.87 163.76 -
System Red Green Blue C M Y K H S L
Decimal 119 53 19 0 0.55 0.84 0.53 20.4 0.72 0.27
Hex 77 35 13 0 37 54 35 14 48 1B
Octal 167 65 23 0 67 124 65 24 110 33
Binary 1110111 110101 10011 0 110111 1010100 110101 10100 1001000 11011

Color Harmonies of #773513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773513

Black with #773513

Text Example


Text Example

White with #773513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #773513; }

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

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

background-color css

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

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

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

border-color css

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

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

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