#723114

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

Shades of Peru Tan #723114

Tints of Peru Tan #723114

Color information

#723114 (or 0x723114) is unknown color: approx Peru Tan. HEX triplet: 72, 31 and 14. RGB value is (114,49,20). Sum of RGB (Red+Green+Blue) = 114+49+20=183 (24% of max value = 765). Red value is 114 (44.92% from 255 or 62.30% from 183); Green value is 49 (19.53% from 255 or 26.78% from 183); Blue value is 20 (8.20% from 255 or 10.93% from 183); Max value from RGB is 114 - color contains mainly: red. Hex color #723114 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #723114 is #8DCEEB. Grayscale: #414141. Windows color (decimal): -9293548 or 1323378. OLE color: 1323378.

HSL color Cylindrical-coordinate representation of color #723114: hue angle of 18.51º degrees, saturation: 0.7, 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 #723114 is Cyan = 0, Magento = 0.57, Yellow = 0.82 and Black (K on CMYK) = 0.55.

Color convert

RGB1144920-
CMYK00.570.820.55
HSL18.51º70.15%26.27%-
HSV(B)18.51º82.46%44.71%-
XYZ8.165.821.36-
YUV65.13102.53162.86-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 62.30%
GREEN value IS 49 (19.53% from 255) = 26.78%
BLUE value IS 20 (8.20% from 255) = 10.93%
R=62.30%
G=26.78%
B=10.93%

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
Decimal114492000.570.820.5518.5170.1526.27
Hex723114039523713461a
Octal1626124071122672310632
Binary1110010110001101000111001101001011011110011100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #723114

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #723114; }

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

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

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

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

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

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

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

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