Html Css Color HEX #783211 Peru Tan

📋 copy color: '#783211'

red 120 ◦ green 50 ◦ blue 17

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

Shades of Peru Tan #783211

Tints of Peru Tan #783211

RGB

 RED value IS 120 (47.27% from 255) = 64.17%

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

 BLUE value IS 17 (7.03% from 255) = 9.09%

R = 64.17%
G = 26.74%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.86

 K value IS 0.53

RGB Variations

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

Color information

#783211 (or 0x783211) is known color: Peru Tan. HEX triplet: 78, 32 and 11. RGB value is (120,50,17). Sum of RGB (Red+Green+Blue) = 120+50+17=187 (24% of max value = 765). Red value is 120 (47.27% from 255 or 64.17% from 187); Green value is 50 (19.92% from 255 or 26.74% from 187); Blue value is 17 (7.03% from 255 or 9.09% from 187); Max value from RGB is 120 - color contains mainly: red. Hex color #783211 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #783211 is #87CDEE. Grayscale: #434343. Windows color (decimal): -8900079 or 1127032. OLE color: 1127032.

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

Color convert

RGB 120 50 17 -
CMYK 0 0.58 0.86 0.53
HSL 19.22º 0.75% 0.27% -
HSV(B) 19.22º 0.86% 0.47% -
XYZ 8.99 6.31 1.28 -
YUV 67.17 99.69 165.68 -
System Red Green Blue C M Y K H S L
Decimal 120 50 17 0 0.58 0.86 0.53 19.22 0.75 0.27
Hex 78 32 11 0 3A 56 35 13 4B 1B
Octal 170 62 21 0 72 126 65 23 113 33
Binary 1111000 110010 10001 0 111010 1010110 110101 10011 1001011 11011

Color Harmonies of #783211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #783211

Black with #783211

Text Example


Text Example

White with #783211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #783211; }

 p { color: rgb(120,50,17); }

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

background-color css

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

 a { background-color: rgb(120,50,17); }

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

border-color css

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

 span { border-color: rgb(120,50,17); }

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