Html Css Color HEX #783514 Peru Tan

📋 copy color: '#783514'

red 120 ◦ green 53 ◦ blue 20

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

Shades of Peru Tan #783514

Tints of Peru Tan #783514

RGB

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

 GREEN value IS 53 (21.09% from 255) = 27.46%

 BLUE value IS 20 (8.2% from 255) = 10.36%

R = 62.18%
G = 27.46%
B = 10.36%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.83

 K value IS 0.53

RGB Variations

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

Color information

#783514 (or 0x783514) is known color: Peru Tan. HEX triplet: 78, 35 and 14. RGB value is (120,53,20). Sum of RGB (Red+Green+Blue) = 120+53+20=193 (25% of max value = 765). Red value is 120 (47.27% from 255 or 62.18% from 193); Green value is 53 (21.09% from 255 or 27.46% from 193); Blue value is 20 (8.20% from 255 or 10.36% from 193); Max value from RGB is 120 - color contains mainly: red. Hex color #783514 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #783514 is #87CAEB. Grayscale: #454545. Windows color (decimal): -8899308 or 1324408. OLE color: 1324408.

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

Color convert

RGB 120 53 20 -
CMYK 0 0.56 0.83 0.53
HSL 19.8º 0.71% 0.27% -
HSV(B) 19.8º 0.83% 0.47% -
XYZ 9.15 6.59 1.45 -
YUV 69.27 100.2 164.18 -
System Red Green Blue C M Y K H S L
Decimal 120 53 20 0 0.56 0.83 0.53 19.8 0.71 0.27
Hex 78 35 14 0 38 53 35 14 47 1B
Octal 170 65 24 0 70 123 65 24 107 33
Binary 1111000 110101 10100 0 111000 1010011 110101 10100 1000111 11011

Color Harmonies of #783514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #783514

Black with #783514

Text Example


Text Example

White with #783514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #783514; }

 p { color: rgb(120,53,20); }

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

background-color css

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

 a { background-color: rgb(120,53,20); }

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

border-color css

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

 span { border-color: rgb(120,53,20); }

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