#783D1C

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

Shades of Peru Tan #783D1C

Tints of Peru Tan #783D1C

Color information

#783D1C (or 0x783D1C) is unknown color: approx Peru Tan. HEX triplet: 78, 3D and 1C. RGB value is (120,61,28). Sum of RGB (Red+Green+Blue) = 120+61+28=209 (27% of max value = 765). Red value is 120 (47.27% from 255 or 57.42% from 209); Green value is 61 (24.22% from 255 or 29.19% from 209); Blue value is 28 (11.33% from 255 or 13.40% from 209); Max value from RGB is 120 - color contains mainly: red. Hex color #783D1C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #783D1C is #87C2E3. Grayscale: #4B4B4B. Windows color (decimal): -8897252 or 1850744. OLE color: 1850744.

HSL color Cylindrical-coordinate representation of color #783D1C: hue angle of 21.52º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #783D1C is Cyan = 0, Magento = 0.49, Yellow = 0.77 and Black (K on CMYK) = 0.53.

Color convert

RGB1206128-
CMYK00.490.770.53
HSL21.52º62.16%29.02%-
HSV(B)21.52º76.67%47.06%-
XYZ9.627.412.02-
YUV74.88101.55160.18-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 57.42%
GREEN value IS 61 (24.22% from 255) = 29.19%
BLUE value IS 28 (11.33% from 255) = 13.40%
R=57.42%
G=29.19%
B=13.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.77
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120612800.490.770.5321.5262.1629.02
Hex783D1C0314D35163e1d
Octal170753406111565267635
Binary111100011110111100011000110011011101011011011111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #783D1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #783D1C; }

 p { color: rgb(120,61,28); }

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

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

 a { background-color: rgb(120,61,28); }

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

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

 span { border-color: rgb(120,61,28); }

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