Html Css Color HEX #773105 Peru Tan

📋 copy color: '#773105'

red 119 ◦ green 49 ◦ blue 5

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

Shades of Peru Tan #773105

Tints of Peru Tan #773105

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.89%

R = 68.79%
G = 28.32%
B = 2.89%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.96

 K value IS 0.53

RGB Variations

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

Color information

#773105 (or 0x773105) is known color: Peru Tan. HEX triplet: 77, 31 and 05. RGB value is (119,49,5). Sum of RGB (Red+Green+Blue) = 119+49+5=173 (22% of max value = 765). Red value is 119 (46.88% from 255 or 68.79% from 173); Green value is 49 (19.53% from 255 or 28.32% from 173); Blue value is 5 (2.34% from 255 or 2.89% from 173); Max value from RGB is 119 - color contains mainly: red. Hex color #773105 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #773105 is #88CEFA. Grayscale: #414141. Windows color (decimal): -8965883 or 340343. OLE color: 340343.

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

Color convert

RGB 119 49 5 -
CMYK 0 0.59 0.96 0.53
HSL 23.16º 0.92% 0.24% -
HSV(B) 23.16º 0.96% 0.47% -
XYZ 8.73 6.13 0.87 -
YUV 64.91 94.19 166.58 -
System Red Green Blue C M Y K H S L
Decimal 119 49 5 0 0.59 0.96 0.53 23.16 0.92 0.24
Hex 77 31 5 0 3B 60 35 17 5C 18
Octal 167 61 5 0 73 140 65 27 134 30
Binary 1110111 110001 101 0 111011 1100000 110101 10111 1011100 11000

Color Harmonies of #773105

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773105

Black with #773105

Text Example


Text Example

White with #773105

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #773105; }

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

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

background-color css

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

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

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

border-color css

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

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

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