Html Css Color HEX #783820 Peru Tan

📋 copy color: '#783820'

red 120 ◦ green 56 ◦ blue 32

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

Shades of Peru Tan #783820

Tints of Peru Tan #783820

RGB

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

 GREEN value IS 56 (22.27% from 255) = 26.92%

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

R = 57.69%
G = 26.92%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.73

 K value IS 0.53

RGB Variations

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

Color information

#783820 (or 0x783820) is known color: Peru Tan. HEX triplet: 78, 38 and 20. RGB value is (120,56,32). Sum of RGB (Red+Green+Blue) = 120+56+32=208 (27% of max value = 765). Red value is 120 (47.27% from 255 or 57.69% from 208); Green value is 56 (22.27% from 255 or 26.92% from 208); Blue value is 32 (12.89% from 255 or 15.38% from 208); Max value from RGB is 120 - color contains mainly: red. Hex color #783820 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #783820 is #87C7DF. Grayscale: #484848. Windows color (decimal): -8898528 or 2111608. OLE color: 2111608.

HSL color Cylindrical-coordinate representation of color #783820: hue angle of 16.36º 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 #783820 is Cyan = 0, Magento = 0.53, Yellow = 0.73 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 56 32 -
CMYK 0 0.53 0.73 0.53
HSL 16.36º 0.58% 0.3% -
HSV(B) 16.36º 0.73% 0.47% -
XYZ 9.42 6.93 2.21 -
YUV 72.4 105.2 161.95 -
System Red Green Blue C M Y K H S L
Decimal 120 56 32 0 0.53 0.73 0.53 16.36 0.58 0.3
Hex 78 38 20 0 35 49 35 10 3A 1E
Octal 170 70 40 0 65 111 65 20 72 36
Binary 1111000 111000 100000 0 110101 1001001 110101 10000 111010 11110

Color Harmonies of #783820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #783820

Black with #783820

Text Example


Text Example

White with #783820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #783820; }

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

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

background-color css

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

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

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

border-color css

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

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

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