#724124

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

Shades of Peru Tan #724124

Tints of Peru Tan #724124

Color information

#724124 (or 0x724124) is unknown color: approx Peru Tan. HEX triplet: 72, 41 and 24. RGB value is (114,65,36). Sum of RGB (Red+Green+Blue) = 114+65+36=215 (28% of max value = 765). Red value is 114 (44.92% from 255 or 53.02% from 215); Green value is 65 (25.78% from 255 or 30.23% from 215); Blue value is 36 (14.45% from 255 or 16.74% from 215); Max value from RGB is 114 - color contains mainly: red. Hex color #724124 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #724124 is #8DBEDB. Grayscale: #4C4C4C. Windows color (decimal): -9289436 or 2376050. OLE color: 2376050.

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

Color convert

RGB1146536-
CMYK00.430.680.55
HSL22.31º52%29.41%-
HSV(B)22.31º68.42%44.71%-
XYZ9.157.492.63-
YUV76.34105.23154.86-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 53.02%
GREEN value IS 65 (25.78% from 255) = 30.23%
BLUE value IS 36 (14.45% from 255) = 16.74%
R=53.02%
G=30.23%
B=16.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.68
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114653600.430.680.5522.315229.41
Hex72412402B443716341d
Octal1621014405310467266435
Binary11100101000001100100010101110001001101111011011010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #724124

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #724124; }

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

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

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

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

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

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

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

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