#723117

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

Shades of Peru Tan #723117

Tints of Peru Tan #723117

Color information

#723117 (or 0x723117) is unknown color: approx Peru Tan. HEX triplet: 72, 31 and 17. RGB value is (114,49,23). Sum of RGB (Red+Green+Blue) = 114+49+23=186 (24% of max value = 765). Red value is 114 (44.92% from 255 or 61.29% from 186); Green value is 49 (19.53% from 255 or 26.34% from 186); Blue value is 23 (9.38% from 255 or 12.37% from 186); Max value from RGB is 114 - color contains mainly: red. Hex color #723117 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #723117 is #8DCEE8. Grayscale: #414141. Windows color (decimal): -9293545 or 1519986. OLE color: 1519986.

HSL color Cylindrical-coordinate representation of color #723117: hue angle of 17.14º degrees, saturation: 0.66, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #723117 is Cyan = 0, Magento = 0.57, Yellow = 0.80 and Black (K on CMYK) = 0.55.

Color convert

RGB1144923-
CMYK00.570.800.55
HSL17.14º66.42%26.86%-
HSV(B)17.14º79.82%44.71%-
XYZ8.195.841.51-
YUV65.47104.03162.61-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 61.29%
GREEN value IS 49 (19.53% from 255) = 26.34%
BLUE value IS 23 (9.38% from 255) = 12.37%
R=61.29%
G=26.34%
B=12.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.80
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114492300.570.800.5517.1466.4226.86
Hex723117039503711421b
Octal1626127071120672110233
Binary1110010110001101110111001101000011011110001100001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #723117

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #723117; }

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

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

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

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

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

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

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

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