#7D3214

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

Shades of Peru Tan #7D3214

Tints of Peru Tan #7D3214

Color information

#7D3214 (or 0x7D3214) is unknown color: approx Peru Tan. HEX triplet: 7D, 32 and 14. RGB value is (125,50,20). Sum of RGB (Red+Green+Blue) = 125+50+20=195 (25% of max value = 765). Red value is 125 (49.22% from 255 or 64.10% from 195); Green value is 50 (19.92% from 255 or 25.64% from 195); Blue value is 20 (8.20% from 255 or 10.26% from 195); Max value from RGB is 125 - color contains mainly: red. Hex color #7D3214 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7D3214 is #82CDEB. Grayscale: #454545. Windows color (decimal): -8572396 or 1323645. OLE color: 1323645.

HSL color Cylindrical-coordinate representation of color #7D3214: hue angle of 17.14º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7D3214 is Cyan = 0, Magento = 0.60, Yellow = 0.84 and Black (K on CMYK) = 0.51.

Color convert

RGB1255020-
CMYK00.600.840.51
HSL17.14º72.41%28.43%-
HSV(B)17.14º84%49.02%-
XYZ9.726.691.44-
YUV69100.35167.94-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 64.10%
GREEN value IS 50 (19.92% from 255) = 25.64%
BLUE value IS 20 (8.20% from 255) = 10.26%
R=64.10%
G=25.64%
B=10.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.84
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal125502000.600.840.5117.1472.4128.43
Hex7D321403C543311481c
Octal1756224074124632111034
Binary1111101110010101000111100101010011001110001100100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D3214

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,50,20); }

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

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

 a { background-color: rgb(125,50,20); }

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

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

 span { border-color: rgb(125,50,20); }

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