#7D391A

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

Shades of Peru Tan #7D391A

Tints of Peru Tan #7D391A

Color information

#7D391A (or 0x7D391A) is unknown color: approx Peru Tan. HEX triplet: 7D, 39 and 1A. RGB value is (125,57,26). Sum of RGB (Red+Green+Blue) = 125+57+26=208 (27% of max value = 765). Red value is 125 (49.22% from 255 or 60.10% from 208); Green value is 57 (22.66% from 255 or 27.40% from 208); Blue value is 26 (10.55% from 255 or 12.5% from 208); Max value from RGB is 125 - color contains mainly: red. Hex color #7D391A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D391A is #82C6E5. Grayscale: #494949. Windows color (decimal): -8570598 or 1718653. OLE color: 1718653.

HSL color Cylindrical-coordinate representation of color #7D391A: hue angle of 18.79º degrees, saturation: 0.66, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7D391A is Cyan = 0, Magento = 0.54, Yellow = 0.79 and Black (K on CMYK) = 0.51.

Color convert

RGB1255726-
CMYK00.540.790.51
HSL18.79º65.56%29.61%-
HSV(B)18.79º79.2%49.02%-
XYZ10.117.361.87-
YUV73.8101.03164.52-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 60.10%
GREEN value IS 57 (22.66% from 255) = 27.40%
BLUE value IS 26 (10.55% from 255) = 12.5%
R=60.10%
G=27.40%
B=12.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.79
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal125572600.540.790.5118.7965.5629.61
Hex7D391A0364F3313421e
Octal1757132066117632310236
Binary1111101111001110100110110100111111001110011100001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D391A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7D391A; }

 p { color: rgb(125,57,26); }

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

<style>
 a { background-color: #7D391A; }

 a { background-color: rgb(125,57,26); }

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

<style>
 span { border-color: #7D391A; }

 span { border-color: rgb(125,57,26); }

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