#7D3515

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

Shades of Peru Tan #7D3515

Tints of Peru Tan #7D3515

Color information

#7D3515 (or 0x7D3515) is unknown color: approx Peru Tan. HEX triplet: 7D, 35 and 15. RGB value is (125,53,21). Sum of RGB (Red+Green+Blue) = 125+53+21=199 (26% of max value = 765). Red value is 125 (49.22% from 255 or 62.81% from 199); Green value is 53 (21.09% from 255 or 26.63% from 199); Blue value is 21 (8.59% from 255 or 10.55% from 199); Max value from RGB is 125 - color contains mainly: red. Hex color #7D3515 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7D3515 is #82CAEA. Grayscale: #474747. Windows color (decimal): -8571627 or 1389949. OLE color: 1389949.

HSL color Cylindrical-coordinate representation of color #7D3515: hue angle of 18.46º degrees, saturation: 0.71, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7D3515 is Cyan = 0, Magento = 0.58, Yellow = 0.83 and Black (K on CMYK) = 0.51.

Color convert

RGB1255321-
CMYK00.580.830.51
HSL18.46º71.23%28.63%-
HSV(B)18.46º83.2%49.02%-
XYZ9.876.961.53-
YUV70.8899.85166.6-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 62.81%
GREEN value IS 53 (21.09% from 255) = 26.63%
BLUE value IS 21 (8.59% from 255) = 10.55%
R=62.81%
G=26.63%
B=10.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.83
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal125532100.580.830.5118.4671.2328.63
Hex7D351503A533312471d
Octal1756525072123632210735
Binary1111101110101101010111010101001111001110010100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D3515

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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