#724024

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

Shades of Peru Tan #724024

Tints of Peru Tan #724024

Color information

#724024 (or 0x724024) is unknown color: approx Peru Tan. HEX triplet: 72, 40 and 24. RGB value is (114,64,36). Sum of RGB (Red+Green+Blue) = 114+64+36=214 (28% of max value = 765). Red value is 114 (44.92% from 255 or 53.27% from 214); Green value is 64 (25.39% from 255 or 29.91% from 214); Blue value is 36 (14.45% from 255 or 16.82% from 214); Max value from RGB is 114 - color contains mainly: red. Hex color #724024 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #724024 is #8DBFDB. Grayscale: #4B4B4B. Windows color (decimal): -9289692 or 2375794. OLE color: 2375794.

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

Color convert

RGB1146436-
CMYK00.440.680.55
HSL21.54º52%29.41%-
HSV(B)21.54º68.42%44.71%-
XYZ9.097.372.61-
YUV75.76105.56155.28-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 53.27%
GREEN value IS 64 (25.39% from 255) = 29.91%
BLUE value IS 36 (14.45% from 255) = 16.82%
R=53.27%
G=29.91%
B=16.82%

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
Decimal114643600.440.680.5521.545229.41
Hex72402402C443716341d
Octal1621004405410467266435
Binary11100101000000100100010110010001001101111011011010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #724024

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #724024; }

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

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

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

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

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

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

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

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