Html Css Color HEX #773210 Peru Tan

📋 copy color: '#773210'

red 119 ◦ green 50 ◦ blue 16

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

Shades of Peru Tan #773210

Tints of Peru Tan #773210

RGB

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

 GREEN value IS 50 (19.92% from 255) = 27.03%

 BLUE value IS 16 (6.64% from 255) = 8.65%

R = 64.32%
G = 27.03%
B = 8.65%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.87

 K value IS 0.53

RGB Variations

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

Color information

#773210 (or 0x773210) is known color: Peru Tan. HEX triplet: 77, 32 and 10. RGB value is (119,50,16). Sum of RGB (Red+Green+Blue) = 119+50+16=185 (24% of max value = 765). Red value is 119 (46.88% from 255 or 64.32% from 185); Green value is 50 (19.92% from 255 or 27.03% from 185); Blue value is 16 (6.64% from 255 or 8.65% from 185); Max value from RGB is 119 - color contains mainly: red. Hex color #773210 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #773210 is #88CDEF. Grayscale: #424242. Windows color (decimal): -8965616 or 1061495. OLE color: 1061495.

HSL color Cylindrical-coordinate representation of color #773210: hue angle of 19.81º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #773210 is Cyan = 0, Magento = 0.58, Yellow = 0.87 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 50 16 -
CMYK 0 0.58 0.87 0.53
HSL 19.81º 0.76% 0.26% -
HSV(B) 19.81º 0.87% 0.47% -
XYZ 8.84 6.24 1.23 -
YUV 66.76 99.36 165.26 -
System Red Green Blue C M Y K H S L
Decimal 119 50 16 0 0.58 0.87 0.53 19.81 0.76 0.26
Hex 77 32 10 0 3A 57 35 14 4C 1A
Octal 167 62 20 0 72 127 65 24 114 32
Binary 1110111 110010 10000 0 111010 1010111 110101 10100 1001100 11010

Color Harmonies of #773210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773210

Black with #773210

Text Example


Text Example

White with #773210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #773210; }

 p { color: rgb(119,50,16); }

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

background-color css

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

 a { background-color: rgb(119,50,16); }

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

border-color css

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

 span { border-color: rgb(119,50,16); }

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