#724025

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

Shades of Peru Tan #724025

Tints of Peru Tan #724025

Color information

#724025 (or 0x724025) is unknown color: approx Peru Tan. HEX triplet: 72, 40 and 25. RGB value is (114,64,37). Sum of RGB (Red+Green+Blue) = 114+64+37=215 (28% of max value = 765). Red value is 114 (44.92% from 255 or 53.02% from 215); Green value is 64 (25.39% from 255 or 29.77% from 215); Blue value is 37 (14.84% from 255 or 17.21% from 215); Max value from RGB is 114 - color contains mainly: red. Hex color #724025 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #724025 is #8DBFDA. Grayscale: #4C4C4C. Windows color (decimal): -9289691 or 2441330. OLE color: 2441330.

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

Color convert

RGB1146437-
CMYK00.440.680.55
HSL21.04º50.99%29.61%-
HSV(B)21.04º67.54%44.71%-
XYZ9.117.382.69-
YUV75.87106.06155.2-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 53.02%
GREEN value IS 64 (25.39% from 255) = 29.77%
BLUE value IS 37 (14.84% from 255) = 17.21%
R=53.02%
G=29.77%
B=17.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.68
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114643700.440.680.5521.0450.9929.61
Hex72402502C443715331e
Octal1621004505410467256336
Binary11100101000000100101010110010001001101111010111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #724025

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #724025; }

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

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

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

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

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

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

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

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