#724223

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

Shades of Peru Tan #724223

Tints of Peru Tan #724223

Color information

#724223 (or 0x724223) is unknown color: approx Peru Tan. HEX triplet: 72, 42 and 23. RGB value is (114,66,35). Sum of RGB (Red+Green+Blue) = 114+66+35=215 (28% of max value = 765). Red value is 114 (44.92% from 255 or 53.02% from 215); Green value is 66 (26.17% from 255 or 30.70% from 215); Blue value is 35 (14.06% from 255 or 16.28% from 215); Max value from RGB is 114 - color contains mainly: red. Hex color #724223 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #724223 is #8DBDDC. Grayscale: #4C4C4C. Windows color (decimal): -9289181 or 2310770. OLE color: 2310770.

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

Color convert

RGB1146635-
CMYK00.420.690.55
HSL23.54º53.02%29.22%-
HSV(B)23.54º69.3%44.71%-
XYZ9.197.62.57-
YUV76.82104.4154.52-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 53.02%
GREEN value IS 66 (26.17% from 255) = 30.70%
BLUE value IS 35 (14.06% from 255) = 16.28%
R=53.02%
G=30.70%
B=16.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.69
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114663500.420.690.5523.5453.0229.22
Hex72422302A453718351d
Octal1621024305210567306535
Binary11100101000010100011010101010001011101111100011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #724223

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #724223; }

 p { color: rgb(114,66,35); }

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

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

 a { background-color: rgb(114,66,35); }

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

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

 span { border-color: rgb(114,66,35); }

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