#783F1B

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

Shades of Peru Tan #783F1B

Tints of Peru Tan #783F1B

Color information

#783F1B (or 0x783F1B) is unknown color: approx Peru Tan. HEX triplet: 78, 3F and 1B. RGB value is (120,63,27). Sum of RGB (Red+Green+Blue) = 120+63+27=210 (27% of max value = 765). Red value is 120 (47.27% from 255 or 57.14% from 210); Green value is 63 (25% from 255 or 30% from 210); Blue value is 27 (10.94% from 255 or 12.86% from 210); Max value from RGB is 120 - color contains mainly: red. Hex color #783F1B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #783F1B is #87C0E4. Grayscale: #4C4C4C. Windows color (decimal): -8896741 or 1785720. OLE color: 1785720.

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

Color convert

RGB1206327-
CMYK00.480.780.53
HSL23.23º63.27%28.82%-
HSV(B)23.23º77.5%47.06%-
XYZ9.727.632-
YUV75.94100.38159.43-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 57.14%
GREEN value IS 63 (25% from 255) = 30%
BLUE value IS 27 (10.94% from 255) = 12.86%
R=57.14%
G=30%
B=12.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.78
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120632700.480.780.5323.2363.2728.82
Hex783F1B0304E35173f1d
Octal170773306011665277735
Binary111100011111111011011000010011101101011011111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #783F1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,63,27); }

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

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

 a { background-color: rgb(120,63,27); }

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

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

 span { border-color: rgb(120,63,27); }

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