#783714

Color #783714 Peru Tan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Peru Tan #783714

Tints of Peru Tan #783714

Color information

#783714 (or 0x783714) is unknown color: approx Peru Tan. HEX triplet: 78, 37 and 14. RGB value is (120,55,20). Sum of RGB (Red+Green+Blue) = 120+55+20=195 (25% of max value = 765). Red value is 120 (47.27% from 255 or 61.54% from 195); Green value is 55 (21.88% from 255 or 28.21% from 195); Blue value is 20 (8.20% from 255 or 10.26% from 195); Max value from RGB is 120 - color contains mainly: red. Hex color #783714 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #783714 is #87C8EB. Grayscale: #464646. Windows color (decimal): -8898796 or 1324920. OLE color: 1324920.

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

Color convert

RGB1205520-
CMYK00.540.830.53
HSL21º71.43%27.45%-
HSV(B)21º83.33%47.06%-
XYZ9.246.781.48-
YUV70.4499.53163.35-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 61.54%
GREEN value IS 55 (21.88% from 255) = 28.21%
BLUE value IS 20 (8.20% from 255) = 10.26%
R=61.54%
G=28.21%
B=10.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.83
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120552000.540.830.532171.4327.45
Hex783714036533515471b
Octal1706724066123652510733
Binary1111000110111101000110110101001111010110101100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #783714

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #783714; }

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

 H1.HeaderClassName
 {
   color: #783714;
 }
 .AnyTagClassName
 {
   color: #783714;
 }
</style>
background-color css

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

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

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

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

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

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