#724021

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

Shades of Peru Tan #724021

Tints of Peru Tan #724021

Color information

#724021 (or 0x724021) is unknown color: approx Peru Tan. HEX triplet: 72, 40 and 21. RGB value is (114,64,33). Sum of RGB (Red+Green+Blue) = 114+64+33=211 (27% of max value = 765). Red value is 114 (44.92% from 255 or 54.03% from 211); Green value is 64 (25.39% from 255 or 30.33% from 211); Blue value is 33 (13.28% from 255 or 15.64% from 211); Max value from RGB is 114 - color contains mainly: red. Hex color #724021 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #724021 is #8DBFDE. Grayscale: #4B4B4B. Windows color (decimal): -9289695 or 2179186. OLE color: 2179186.

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

Color convert

RGB1146433-
CMYK00.440.710.55
HSL22.96º55.1%28.82%-
HSV(B)22.96º71.05%44.71%-
XYZ9.057.352.38-
YUV75.42104.06155.52-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 54.03%
GREEN value IS 64 (25.39% from 255) = 30.33%
BLUE value IS 33 (13.28% from 255) = 15.64%
R=54.03%
G=30.33%
B=15.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.71
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114643300.440.710.5522.9655.128.82
Hex72402102C473717371d
Octal1621004105410767276735
Binary11100101000000100001010110010001111101111011111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #724021

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #724021; }

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

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

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

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

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

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

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

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