Html Css Color HEX #773212 Peru Tan

📋 copy color: '#773212'

red 119 ◦ green 50 ◦ blue 18

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

Shades of Peru Tan #773212

Tints of Peru Tan #773212

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 9.63%

R = 63.64%
G = 26.74%
B = 9.63%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.85

 K value IS 0.53

RGB Variations

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

Color information

#773212 (or 0x773212) is known color: Peru Tan. HEX triplet: 77, 32 and 12. RGB value is (119,50,18). Sum of RGB (Red+Green+Blue) = 119+50+18=187 (24% of max value = 765). Red value is 119 (46.88% from 255 or 63.64% from 187); Green value is 50 (19.92% from 255 or 26.74% from 187); Blue value is 18 (7.42% from 255 or 9.63% from 187); Max value from RGB is 119 - color contains mainly: red. Hex color #773212 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #773212 is #88CDED. Grayscale: #434343. Windows color (decimal): -8965614 or 1192567. OLE color: 1192567.

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

Color convert

RGB 119 50 18 -
CMYK 0 0.58 0.85 0.53
HSL 19.01º 0.74% 0.27% -
HSV(B) 19.01º 0.85% 0.47% -
XYZ 8.86 6.25 1.31 -
YUV 66.98 100.36 165.1 -
System Red Green Blue C M Y K H S L
Decimal 119 50 18 0 0.58 0.85 0.53 19.01 0.74 0.27
Hex 77 32 12 0 3A 55 35 13 4A 1B
Octal 167 62 22 0 72 125 65 23 112 33
Binary 1110111 110010 10010 0 111010 1010101 110101 10011 1001010 11011

Color Harmonies of #773212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773212

Black with #773212

Text Example


Text Example

White with #773212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #773212; }

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

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

background-color css

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

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

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

border-color css

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

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

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