#724018

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

Shades of Peru Tan #724018

Tints of Peru Tan #724018

Color information

#724018 (or 0x724018) is unknown color: approx Peru Tan. HEX triplet: 72, 40 and 18. RGB value is (114,64,24). Sum of RGB (Red+Green+Blue) = 114+64+24=202 (26% of max value = 765). Red value is 114 (44.92% from 255 or 56.44% from 202); Green value is 64 (25.39% from 255 or 31.68% from 202); Blue value is 24 (9.77% from 255 or 11.88% from 202); Max value from RGB is 114 - color contains mainly: red. Hex color #724018 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #724018 is #8DBFE7. Grayscale: #4A4A4A. Windows color (decimal): -9289704 or 1589362. OLE color: 1589362.

HSL color Cylindrical-coordinate representation of color #724018: hue angle of 26.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 #724018 is Cyan = 0, Magento = 0.44, Yellow = 0.79 and Black (K on CMYK) = 0.55.

Color convert

RGB1146424-
CMYK00.440.790.55
HSL26.67º65.22%27.06%-
HSV(B)26.67º78.95%44.71%-
XYZ8.947.311.8-
YUV74.3999.56156.25-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 56.44%
GREEN value IS 64 (25.39% from 255) = 31.68%
BLUE value IS 24 (9.77% from 255) = 11.88%
R=56.44%
G=31.68%
B=11.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.79
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114642400.440.790.5526.6765.2227.06
Hex72401802C4F371b411b
Octal16210030054117673310133
Binary11100101000000110000101100100111111011111011100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #724018

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #724018; }

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

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

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

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

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

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

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

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