Html Css Color HEX #773100 Peru Tan

📋 copy color: '#773100'

red 119 ◦ green 49 ◦ blue 0

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

Shades of Peru Tan #773100

Tints of Peru Tan #773100

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 70.83%
G = 29.17%
B = 0%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 1

 K value IS 0.53

RGB Variations

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

Color information

#773100 (or 0x773100) is known color: Peru Tan. HEX triplet: 77, 31 and 00. RGB value is (119,49,0). Sum of RGB (Red+Green+Blue) = 119+49+0=168 (22% of max value = 765). Red value is 119 (46.88% from 255 or 70.83% from 168); Green value is 49 (19.53% from 255 or 29.17% from 168); Blue value is 0 (0.39% from 255 or 0% from 168); Max value from RGB is 119 - color contains mainly: red. Hex color #773100 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #773100 is #88CEFF. Grayscale: #404040. Windows color (decimal): -8965888 or 12663. OLE color: 12663.

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

Color convert

RGB 119 49 0 -
CMYK 0 0.59 1 0.53
HSL 24.71º 1% 0.23% -
HSV(B) 24.71º 1% 0.47% -
XYZ 8.71 6.12 0.72 -
YUV 64.34 91.69 166.98 -
System Red Green Blue C M Y K H S L
Decimal 119 49 0 0 0.59 1 0.53 24.71 1 0.23
Hex 77 31 0 0 3B 64 35 19 64 17
Octal 167 61 0 0 73 144 65 31 144 27
Binary 1110111 110001 0 0 111011 1100100 110101 11001 1100100 10111

Color Harmonies of #773100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773100

Black with #773100

Text Example


Text Example

White with #773100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #773100; }

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

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

background-color css

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

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

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

border-color css

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

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

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