#723516

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

Shades of Peru Tan #723516

Tints of Peru Tan #723516

Color information

#723516 (or 0x723516) is unknown color: approx Peru Tan. HEX triplet: 72, 35 and 16. RGB value is (114,53,22). Sum of RGB (Red+Green+Blue) = 114+53+22=189 (25% of max value = 765). Red value is 114 (44.92% from 255 or 60.32% from 189); Green value is 53 (21.09% from 255 or 28.04% from 189); Blue value is 22 (8.98% from 255 or 11.64% from 189); Max value from RGB is 114 - color contains mainly: red. Hex color #723516 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #723516 is #8DCAE9. Grayscale: #434343. Windows color (decimal): -9292522 or 1455474. OLE color: 1455474.

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

Color convert

RGB1145322-
CMYK00.540.810.55
HSL20.22º67.65%26.67%-
HSV(B)20.22º80.7%44.71%-
XYZ8.366.181.51-
YUV67.7102.21161.02-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 60.32%
GREEN value IS 53 (21.09% from 255) = 28.04%
BLUE value IS 22 (8.98% from 255) = 11.64%
R=60.32%
G=28.04%
B=11.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.81
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114532200.540.810.5520.2267.6526.67
Hex723516036513714441b
Octal1626526066121672410433
Binary1110010110101101100110110101000111011110100100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #723516

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #723516; }

 p { color: rgb(114,53,22); }

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

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

 a { background-color: rgb(114,53,22); }

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

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

 span { border-color: rgb(114,53,22); }

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