#783D1A

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

Shades of Peru Tan #783D1A

Tints of Peru Tan #783D1A

Color information

#783D1A (or 0x783D1A) is unknown color: approx Peru Tan. HEX triplet: 78, 3D and 1A. RGB value is (120,61,26). Sum of RGB (Red+Green+Blue) = 120+61+26=207 (27% of max value = 765). Red value is 120 (47.27% from 255 or 57.97% from 207); Green value is 61 (24.22% from 255 or 29.47% from 207); Blue value is 26 (10.55% from 255 or 12.56% from 207); Max value from RGB is 120 - color contains mainly: red. Hex color #783D1A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #783D1A is #87C2E5. Grayscale: #4A4A4A. Windows color (decimal): -8897254 or 1719672. OLE color: 1719672.

HSL color Cylindrical-coordinate representation of color #783D1A: hue angle of 22.34º 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 #783D1A is Cyan = 0, Magento = 0.49, Yellow = 0.78 and Black (K on CMYK) = 0.53.

Color convert

RGB1206126-
CMYK00.490.780.53
HSL22.34º64.38%28.63%-
HSV(B)22.34º78.33%47.06%-
XYZ9.67.411.9-
YUV74.65100.55160.35-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 57.97%
GREEN value IS 61 (24.22% from 255) = 29.47%
BLUE value IS 26 (10.55% from 255) = 12.56%
R=57.97%
G=29.47%
B=12.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.78
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120612600.490.780.5322.3464.3828.63
Hex783D1A0314E3516401d
Octal1707532061116652610035
Binary1111000111101110100110001100111011010110110100000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #783D1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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