Html Css Color HEX #773101 Peru Tan

📋 copy color: '#773101'

red 119 ◦ green 49 ◦ blue 1

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

Shades of Peru Tan #773101

Tints of Peru Tan #773101

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.59%

R = 70.41%
G = 28.99%
B = 0.59%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.99

 K value IS 0.53

RGB Variations

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

Color information

#773101 (or 0x773101) is known color: Peru Tan. HEX triplet: 77, 31 and 01. RGB value is (119,49,1). Sum of RGB (Red+Green+Blue) = 119+49+1=169 (22% of max value = 765). Red value is 119 (46.88% from 255 or 70.41% from 169); Green value is 49 (19.53% from 255 or 28.99% from 169); Blue value is 1 (0.78% from 255 or 0.59% from 169); Max value from RGB is 119 - color contains mainly: red. Hex color #773101 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #773101 is #88CEFE. Grayscale: #404040. Windows color (decimal): -8965887 or 78199. OLE color: 78199.

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

Color convert

RGB 119 49 1 -
CMYK 0 0.59 0.99 0.53
HSL 24.41º 0.98% 0.24% -
HSV(B) 24.41º 0.99% 0.47% -
XYZ 8.71 6.12 0.75 -
YUV 64.46 92.19 166.9 -
System Red Green Blue C M Y K H S L
Decimal 119 49 1 0 0.59 0.99 0.53 24.41 0.98 0.24
Hex 77 31 1 0 3B 63 35 18 62 18
Octal 167 61 1 0 73 143 65 30 142 30
Binary 1110111 110001 1 0 111011 1100011 110101 11000 1100010 11000

Color Harmonies of #773101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773101

Black with #773101

Text Example


Text Example

White with #773101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #773101; }

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

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

background-color css

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

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

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

border-color css

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

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

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