Html Css Color HEX #783920 Peru Tan

📋 copy color: '#783920'

red 120 ◦ green 57 ◦ blue 32

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

Shades of Peru Tan #783920

Tints of Peru Tan #783920

RGB

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

 GREEN value IS 57 (22.66% from 255) = 27.27%

 BLUE value IS 32 (12.89% from 255) = 15.31%

R = 57.42%
G = 27.27%
B = 15.31%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.73

 K value IS 0.53

RGB Variations

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

Color information

#783920 (or 0x783920) is known color: Peru Tan. HEX triplet: 78, 39 and 20. RGB value is (120,57,32). Sum of RGB (Red+Green+Blue) = 120+57+32=209 (27% of max value = 765). Red value is 120 (47.27% from 255 or 57.42% from 209); Green value is 57 (22.66% from 255 or 27.27% from 209); Blue value is 32 (12.89% from 255 or 15.31% from 209); Max value from RGB is 120 - color contains mainly: red. Hex color #783920 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #783920 is #87C6DF. Grayscale: #494949. Windows color (decimal): -8898272 or 2111864. OLE color: 2111864.

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

Color convert

RGB 120 57 32 -
CMYK 0 0.52 0.73 0.53
HSL 17.05º 0.58% 0.3% -
HSV(B) 17.05º 0.73% 0.47% -
XYZ 9.47 7.02 2.22 -
YUV 72.99 104.87 161.53 -
System Red Green Blue C M Y K H S L
Decimal 120 57 32 0 0.52 0.73 0.53 17.05 0.58 0.3
Hex 78 39 20 0 34 49 35 11 3A 1E
Octal 170 71 40 0 64 111 65 21 72 36
Binary 1111000 111001 100000 0 110100 1001001 110101 10001 111010 11110

Color Harmonies of #783920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #783920

Black with #783920

Text Example


Text Example

White with #783920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #783920; }

 p { color: rgb(120,57,32); }

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

background-color css

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

 a { background-color: rgb(120,57,32); }

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

border-color css

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

 span { border-color: rgb(120,57,32); }

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