#723513

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

Shades of Peru Tan #723513

Tints of Peru Tan #723513

Color information

#723513 (or 0x723513) is unknown color: approx Peru Tan. HEX triplet: 72, 35 and 13. RGB value is (114,53,19). Sum of RGB (Red+Green+Blue) = 114+53+19=186 (24% of max value = 765). Red value is 114 (44.92% from 255 or 61.29% from 186); Green value is 53 (21.09% from 255 or 28.49% from 186); Blue value is 19 (7.81% from 255 or 10.22% from 186); Max value from RGB is 114 - color contains mainly: red. Hex color #723513 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #723513 is #8DCAEC. Grayscale: #434343. Windows color (decimal): -9292525 or 1258866. OLE color: 1258866.

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

Color convert

RGB1145319-
CMYK00.540.830.55
HSL21.47º71.43%26.08%-
HSV(B)21.47º83.33%44.71%-
XYZ8.336.171.37-
YUV67.36100.71161.26-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 61.29%
GREEN value IS 53 (21.09% from 255) = 28.49%
BLUE value IS 19 (7.81% from 255) = 10.22%
R=61.29%
G=28.49%
B=10.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.83
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114531900.540.830.5521.4771.4326.08
Hex723513036533715471a
Octal1626523066123672510732
Binary1110010110101100110110110101001111011110101100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #723513

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #723513; }

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

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

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

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

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

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

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

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