#723118

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

Shades of Peru Tan #723118

Tints of Peru Tan #723118

Color information

#723118 (or 0x723118) is unknown color: approx Peru Tan. HEX triplet: 72, 31 and 18. RGB value is (114,49,24). Sum of RGB (Red+Green+Blue) = 114+49+24=187 (24% of max value = 765). Red value is 114 (44.92% from 255 or 60.96% from 187); Green value is 49 (19.53% from 255 or 26.20% from 187); Blue value is 24 (9.77% from 255 or 12.83% from 187); Max value from RGB is 114 - color contains mainly: red. Hex color #723118 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #723118 is #8DCEE7. Grayscale: #414141. Windows color (decimal): -9293544 or 1585522. OLE color: 1585522.

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

Color convert

RGB1144924-
CMYK00.570.790.55
HSL16.67º65.22%27.06%-
HSV(B)16.67º78.95%44.71%-
XYZ8.25.841.56-
YUV65.58104.53162.53-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 60.96%
GREEN value IS 49 (19.53% from 255) = 26.20%
BLUE value IS 24 (9.77% from 255) = 12.83%
R=60.96%
G=26.20%
B=12.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.79
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114492400.570.790.5516.6765.2227.06
Hex7231180394F3711411b
Octal1626130071117672110133
Binary1110010110001110000111001100111111011110001100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #723118

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #723118; }

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

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

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

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

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

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

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

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