Html Css Color HEX #773115 Peru Tan

📋 copy color: '#773115'

red 119 ◦ green 49 ◦ blue 21

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

Shades of Peru Tan #773115

Tints of Peru Tan #773115

RGB

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

 GREEN value IS 49 (19.53% from 255) = 25.93%

 BLUE value IS 21 (8.59% from 255) = 11.11%

R = 62.96%
G = 25.93%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.82

 K value IS 0.53

RGB Variations

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

Color information

#773115 (or 0x773115) is known color: Peru Tan. HEX triplet: 77, 31 and 15. RGB value is (119,49,21). Sum of RGB (Red+Green+Blue) = 119+49+21=189 (25% of max value = 765). Red value is 119 (46.88% from 255 or 62.96% from 189); Green value is 49 (19.53% from 255 or 25.93% from 189); Blue value is 21 (8.59% from 255 or 11.11% from 189); Max value from RGB is 119 - color contains mainly: red. Hex color #773115 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #773115 is #88CEEA. Grayscale: #424242. Windows color (decimal): -8965867 or 1388919. OLE color: 1388919.

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

Color convert

RGB 119 49 21 -
CMYK 0 0.59 0.82 0.53
HSL 17.14º 0.7% 0.27% -
HSV(B) 17.14º 0.82% 0.47% -
XYZ 8.84 6.17 1.43 -
YUV 66.74 102.19 165.28 -
System Red Green Blue C M Y K H S L
Decimal 119 49 21 0 0.59 0.82 0.53 17.14 0.7 0.27
Hex 77 31 15 0 3B 52 35 11 46 1B
Octal 167 61 25 0 73 122 65 21 106 33
Binary 1110111 110001 10101 0 111011 1010010 110101 10001 1000110 11011

Color Harmonies of #773115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773115

Black with #773115

Text Example


Text Example

White with #773115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #773115; }

 p { color: rgb(119,49,21); }

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

background-color css

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

 a { background-color: rgb(119,49,21); }

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

border-color css

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

 span { border-color: rgb(119,49,21); }

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