#723115

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

Shades of Peru Tan #723115

Tints of Peru Tan #723115

Color information

#723115 (or 0x723115) is unknown color: approx Peru Tan. HEX triplet: 72, 31 and 15. RGB value is (114,49,21). Sum of RGB (Red+Green+Blue) = 114+49+21=184 (24% of max value = 765). Red value is 114 (44.92% from 255 or 61.96% from 184); Green value is 49 (19.53% from 255 or 26.63% from 184); Blue value is 21 (8.59% from 255 or 11.41% from 184); Max value from RGB is 114 - color contains mainly: red. Hex color #723115 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #723115 is #8DCEEA. Grayscale: #414141. Windows color (decimal): -9293547 or 1388914. OLE color: 1388914.

HSL color Cylindrical-coordinate representation of color #723115: hue angle of 18.06º degrees, saturation: 0.69, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #723115 is Cyan = 0, Magento = 0.57, Yellow = 0.82 and Black (K on CMYK) = 0.55.

Color convert

RGB1144921-
CMYK00.570.820.55
HSL18.06º68.89%26.47%-
HSV(B)18.06º81.58%44.71%-
XYZ8.175.831.4-
YUV65.24103.03162.78-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 61.96%
GREEN value IS 49 (19.53% from 255) = 26.63%
BLUE value IS 21 (8.59% from 255) = 11.41%
R=61.96%
G=26.63%
B=11.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.82
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114492100.570.820.5518.0668.8926.47
Hex723115039523712451a
Octal1626125071122672210532
Binary1110010110001101010111001101001011011110010100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #723115

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #723115; }

 p { color: rgb(114,49,21); }

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

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

 a { background-color: rgb(114,49,21); }

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

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

 span { border-color: rgb(114,49,21); }

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