#783B1E

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

Shades of Peru Tan #783B1E

Tints of Peru Tan #783B1E

Color information

#783B1E (or 0x783B1E) is unknown color: approx Peru Tan. HEX triplet: 78, 3B and 1E. RGB value is (120,59,30). Sum of RGB (Red+Green+Blue) = 120+59+30=209 (27% of max value = 765). Red value is 120 (47.27% from 255 or 57.42% from 209); Green value is 59 (23.44% from 255 or 28.23% from 209); Blue value is 30 (12.11% from 255 or 14.35% from 209); Max value from RGB is 120 - color contains mainly: red. Hex color #783B1E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #783B1E is #87C4E1. Grayscale: #4A4A4A. Windows color (decimal): -8897762 or 1981304. OLE color: 1981304.

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

Color convert

RGB1205930-
CMYK00.510.750.53
HSL19.33º60%29.41%-
HSV(B)19.33º75%47.06%-
XYZ9.547.212.12-
YUV73.93103.21160.86-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 57.42%
GREEN value IS 59 (23.44% from 255) = 28.23%
BLUE value IS 30 (12.11% from 255) = 14.35%
R=57.42%
G=28.23%
B=14.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.75
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120593000.510.750.5319.336029.41
Hex783B1E0334B35133c1d
Octal170733606311365237435
Binary111100011101111110011001110010111101011001111110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #783B1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,59,30); }

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

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

 a { background-color: rgb(120,59,30); }

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

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

 span { border-color: rgb(120,59,30); }

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