#7D3112

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

Shades of Peru Tan #7D3112

Tints of Peru Tan #7D3112

Color information

#7D3112 (or 0x7D3112) is unknown color: approx Peru Tan. HEX triplet: 7D, 31 and 12. RGB value is (125,49,18). Sum of RGB (Red+Green+Blue) = 125+49+18=192 (25% of max value = 765). Red value is 125 (49.22% from 255 or 65.10% from 192); Green value is 49 (19.53% from 255 or 25.52% from 192); Blue value is 18 (7.42% from 255 or 9.38% from 192); Max value from RGB is 125 - color contains mainly: red. Hex color #7D3112 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7D3112 is #82CEED. Grayscale: #444444. Windows color (decimal): -8572654 or 1192317. OLE color: 1192317.

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

Color convert

RGB1254918-
CMYK00.610.860.51
HSL17.38º74.83%28.04%-
HSV(B)17.38º85.6%49.02%-
XYZ9.666.61.34-
YUV68.1999.68168.52-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 65.10%
GREEN value IS 49 (19.53% from 255) = 25.52%
BLUE value IS 18 (7.42% from 255) = 9.38%
R=65.10%
G=25.52%
B=9.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.86
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal125491800.610.860.5117.3874.8328.04
Hex7D311203D5633114b1c
Octal1756122075126632111334
Binary1111101110001100100111101101011011001110001100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D3112

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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