#783C1A

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

Shades of Peru Tan #783C1A

Tints of Peru Tan #783C1A

Color information

#783C1A (or 0x783C1A) is unknown color: approx Peru Tan. HEX triplet: 78, 3C and 1A. RGB value is (120,60,26). Sum of RGB (Red+Green+Blue) = 120+60+26=206 (27% of max value = 765). Red value is 120 (47.27% from 255 or 58.25% from 206); Green value is 60 (23.83% from 255 or 29.13% from 206); Blue value is 26 (10.55% from 255 or 12.62% from 206); Max value from RGB is 120 - color contains mainly: red. Hex color #783C1A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #783C1A is #87C3E5. Grayscale: #4A4A4A. Windows color (decimal): -8897510 or 1719416. OLE color: 1719416.

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

Color convert

RGB1206026-
CMYK00.50.780.53
HSL21.7º64.38%28.63%-
HSV(B)21.7º78.33%47.06%-
XYZ9.557.31.88-
YUV74.06100.88160.76-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 58.25%
GREEN value IS 60 (23.83% from 255) = 29.13%
BLUE value IS 26 (10.55% from 255) = 12.62%
R=58.25%
G=29.13%
B=12.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.78
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120602600.50.780.5321.764.3828.63
Hex783C1A0324E3516401d
Octal1707432062116652610035
Binary1111000111100110100110010100111011010110110100000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #783C1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,60,26); }

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

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

 a { background-color: rgb(120,60,26); }

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

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

 span { border-color: rgb(120,60,26); }

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