#7D3414

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

Shades of Peru Tan #7D3414

Tints of Peru Tan #7D3414

Color information

#7D3414 (or 0x7D3414) is unknown color: approx Peru Tan. HEX triplet: 7D, 34 and 14. RGB value is (125,52,20). Sum of RGB (Red+Green+Blue) = 125+52+20=197 (26% of max value = 765). Red value is 125 (49.22% from 255 or 63.45% from 197); Green value is 52 (20.70% from 255 or 26.40% from 197); Blue value is 20 (8.20% from 255 or 10.15% from 197); Max value from RGB is 125 - color contains mainly: red. Hex color #7D3414 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7D3414 is #82CBEB. Grayscale: #464646. Windows color (decimal): -8571884 or 1324157. OLE color: 1324157.

HSL color Cylindrical-coordinate representation of color #7D3414: hue angle of 18.29º 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 #7D3414 is Cyan = 0, Magento = 0.58, Yellow = 0.84 and Black (K on CMYK) = 0.51.

Color convert

RGB1255220-
CMYK00.580.840.51
HSL18.29º72.41%28.43%-
HSV(B)18.29º84%49.02%-
XYZ9.816.871.47-
YUV70.1899.68167.1-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 63.45%
GREEN value IS 52 (20.70% from 255) = 26.40%
BLUE value IS 20 (8.20% from 255) = 10.15%
R=63.45%
G=26.40%
B=10.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.84
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal125522000.580.840.5118.2972.4128.43
Hex7D341403A543312481c
Octal1756424072124632211034
Binary1111101110100101000111010101010011001110010100100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D3414

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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