#7D3912

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

Shades of Peru Tan #7D3912

Tints of Peru Tan #7D3912

Color information

#7D3912 (or 0x7D3912) is unknown color: approx Peru Tan. HEX triplet: 7D, 39 and 12. RGB value is (125,57,18). Sum of RGB (Red+Green+Blue) = 125+57+18=200 (26% of max value = 765). Red value is 125 (49.22% from 255 or 62.5% from 200); Green value is 57 (22.66% from 255 or 28.5% from 200); Blue value is 18 (7.42% from 255 or 9% from 200); Max value from RGB is 125 - color contains mainly: red. Hex color #7D3912 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7D3912 is #82C6ED. Grayscale: #494949. Windows color (decimal): -8570606 or 1194365. OLE color: 1194365.

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

Color convert

RGB1255718-
CMYK00.540.860.51
HSL21.87º74.83%28.04%-
HSV(B)21.87º85.6%49.02%-
XYZ10.037.331.46-
YUV72.8997.03165.17-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 62.5%
GREEN value IS 57 (22.66% from 255) = 28.5%
BLUE value IS 18 (7.42% from 255) = 9%
R=62.5%
G=28.5%
B=9%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.86
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal125571800.540.860.5121.8774.8328.04
Hex7D39120365633164b1c
Octal1757122066126632611334
Binary1111101111001100100110110101011011001110110100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D3912

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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