#723112

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

Shades of Peru Tan #723112

Tints of Peru Tan #723112

Color information

#723112 (or 0x723112) is unknown color: approx Peru Tan. HEX triplet: 72, 31 and 12. RGB value is (114,49,18). Sum of RGB (Red+Green+Blue) = 114+49+18=181 (23% of max value = 765). Red value is 114 (44.92% from 255 or 62.98% from 181); Green value is 49 (19.53% from 255 or 27.07% from 181); Blue value is 18 (7.42% from 255 or 9.94% from 181); Max value from RGB is 114 - color contains mainly: red. Hex color #723112 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #723112 is #8DCEED. Grayscale: #414141. Windows color (decimal): -9293550 or 1192306. OLE color: 1192306.

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

Color convert

RGB1144918-
CMYK00.570.840.55
HSL19.38º72.73%25.88%-
HSV(B)19.38º84.21%44.71%-
XYZ8.155.821.27-
YUV64.9101.53163.02-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 62.98%
GREEN value IS 49 (19.53% from 255) = 27.07%
BLUE value IS 18 (7.42% from 255) = 9.94%
R=62.98%
G=27.07%
B=9.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.84
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114491800.570.840.5519.3872.7325.88
Hex723112039543713491a
Octal1626122071124672311132
Binary1110010110001100100111001101010011011110011100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #723112

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #723112; }

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

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

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

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

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

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

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

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