#7D3514

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

Shades of Peru Tan #7D3514

Tints of Peru Tan #7D3514

Color information

#7D3514 (or 0x7D3514) is unknown color: approx Peru Tan. HEX triplet: 7D, 35 and 14. RGB value is (125,53,20). Sum of RGB (Red+Green+Blue) = 125+53+20=198 (26% of max value = 765). Red value is 125 (49.22% from 255 or 63.13% from 198); Green value is 53 (21.09% from 255 or 26.77% from 198); Blue value is 20 (8.20% from 255 or 10.10% from 198); Max value from RGB is 125 - color contains mainly: red. Hex color #7D3514 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7D3514 is #82CAEB. Grayscale: #464646. Windows color (decimal): -8571628 or 1324413. OLE color: 1324413.

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

Color convert

RGB1255320-
CMYK00.580.840.51
HSL18.86º72.41%28.43%-
HSV(B)18.86º84%49.02%-
XYZ9.866.961.49-
YUV70.7799.35166.68-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 63.13%
GREEN value IS 53 (21.09% from 255) = 26.77%
BLUE value IS 20 (8.20% from 255) = 10.10%
R=63.13%
G=26.77%
B=10.10%

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
Decimal125532000.580.840.5118.8672.4128.43
Hex7D351403A543313481c
Octal1756524072124632311034
Binary1111101110101101000111010101010011001110011100100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D3514

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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