#783E1F

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

Shades of Peru Tan #783E1F

Tints of Peru Tan #783E1F

Color information

#783E1F (or 0x783E1F) is unknown color: approx Peru Tan. HEX triplet: 78, 3E and 1F. RGB value is (120,62,31). Sum of RGB (Red+Green+Blue) = 120+62+31=213 (28% of max value = 765). Red value is 120 (47.27% from 255 or 56.34% from 213); Green value is 62 (24.61% from 255 or 29.11% from 213); Blue value is 31 (12.5% from 255 or 14.55% from 213); Max value from RGB is 120 - color contains mainly: red. Hex color #783E1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #783E1F is #87C1E0. Grayscale: #4B4B4B. Windows color (decimal): -8896993 or 2047608. OLE color: 2047608.

HSL color Cylindrical-coordinate representation of color #783E1F: hue angle of 20.9º degrees, saturation: 0.59, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #783E1F is Cyan = 0, Magento = 0.48, Yellow = 0.74 and Black (K on CMYK) = 0.53.

Color convert

RGB1206231-
CMYK00.480.740.53
HSL20.9º58.94%29.61%-
HSV(B)20.9º74.17%47.06%-
XYZ9.727.542.24-
YUV75.81102.72159.52-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 56.34%
GREEN value IS 62 (24.61% from 255) = 29.11%
BLUE value IS 31 (12.5% from 255) = 14.55%
R=56.34%
G=29.11%
B=14.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.74
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120623100.480.740.5320.958.9429.61
Hex783E1F0304A35153b1e
Octal170763706011265257336
Binary111100011111011111011000010010101101011010111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #783E1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,62,31); }

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

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

 a { background-color: rgb(120,62,31); }

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

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

 span { border-color: rgb(120,62,31); }

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