#724120

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

Shades of Peru Tan #724120

Tints of Peru Tan #724120

Color information

#724120 (or 0x724120) is unknown color: approx Peru Tan. HEX triplet: 72, 41 and 20. RGB value is (114,65,32). Sum of RGB (Red+Green+Blue) = 114+65+32=211 (27% of max value = 765). Red value is 114 (44.92% from 255 or 54.03% from 211); Green value is 65 (25.78% from 255 or 30.81% from 211); Blue value is 32 (12.89% from 255 or 15.17% from 211); Max value from RGB is 114 - color contains mainly: red. Hex color #724120 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #724120 is #8DBEDF. Grayscale: #4C4C4C. Windows color (decimal): -9289440 or 2113906. OLE color: 2113906.

HSL color Cylindrical-coordinate representation of color #724120: hue angle of 24.15º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #724120 is Cyan = 0, Magento = 0.43, Yellow = 0.72 and Black (K on CMYK) = 0.55.

Color convert

RGB1146532-
CMYK00.430.720.55
HSL24.15º56.16%28.63%-
HSV(B)24.15º71.93%44.71%-
XYZ9.097.462.33-
YUV75.89103.23155.18-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 54.03%
GREEN value IS 65 (25.78% from 255) = 30.81%
BLUE value IS 32 (12.89% from 255) = 15.17%
R=54.03%
G=30.81%
B=15.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.72
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114653200.430.720.5524.1556.1628.63
Hex72412002B483718381d
Octal1621014005311067307035
Binary11100101000001100000010101110010001101111100011100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #724120

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #724120; }

 p { color: rgb(114,65,32); }

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

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

 a { background-color: rgb(114,65,32); }

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

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

 span { border-color: rgb(114,65,32); }

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