#783D1F

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

Shades of Peru Tan #783D1F

Tints of Peru Tan #783D1F

Color information

#783D1F (or 0x783D1F) is unknown color: approx Peru Tan. HEX triplet: 78, 3D and 1F. RGB value is (120,61,31). Sum of RGB (Red+Green+Blue) = 120+61+31=212 (28% of max value = 765). Red value is 120 (47.27% from 255 or 56.60% from 212); Green value is 61 (24.22% from 255 or 28.77% from 212); Blue value is 31 (12.5% from 255 or 14.62% from 212); Max value from RGB is 120 - color contains mainly: red. Hex color #783D1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #783D1F is #87C2E0. Grayscale: #4B4B4B. Windows color (decimal): -8897249 or 2047352. OLE color: 2047352.

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

Color convert

RGB1206131-
CMYK00.490.740.53
HSL20.22º58.94%29.61%-
HSV(B)20.22º74.17%47.06%-
XYZ9.667.432.22-
YUV75.22103.05159.94-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 56.60%
GREEN value IS 61 (24.22% from 255) = 28.77%
BLUE value IS 31 (12.5% from 255) = 14.62%
R=56.60%
G=28.77%
B=14.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.74
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120613100.490.740.5320.2258.9429.61
Hex783D1F0314A35143b1e
Octal170753706111265247336
Binary111100011110111111011000110010101101011010011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #783D1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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