#723214

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

Shades of Peru Tan #723214

Tints of Peru Tan #723214

Color information

#723214 (or 0x723214) is unknown color: approx Peru Tan. HEX triplet: 72, 32 and 14. RGB value is (114,50,20). Sum of RGB (Red+Green+Blue) = 114+50+20=184 (24% of max value = 765). Red value is 114 (44.92% from 255 or 61.96% from 184); Green value is 50 (19.92% from 255 or 27.17% from 184); Blue value is 20 (8.20% from 255 or 10.87% from 184); Max value from RGB is 114 - color contains mainly: red. Hex color #723214 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #723214 is #8DCDEB. Grayscale: #414141. Windows color (decimal): -9293292 or 1323634. OLE color: 1323634.

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

Color convert

RGB1145020-
CMYK00.560.820.55
HSL19.15º70.15%26.27%-
HSV(B)19.15º82.46%44.71%-
XYZ8.215.911.37-
YUV65.72102.2162.44-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 61.96%
GREEN value IS 50 (19.92% from 255) = 27.17%
BLUE value IS 20 (8.20% from 255) = 10.87%
R=61.96%
G=27.17%
B=10.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.82
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114502000.560.820.5519.1570.1526.27
Hex723214038523713461a
Octal1626224070122672310632
Binary1110010110010101000111000101001011011110011100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #723214

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #723214; }

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

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

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

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

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

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

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

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