#572E20

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

Shades of Indian Tan #572E20

Tints of Indian Tan #572E20

Color information

#572E20 (or 0x572E20) is unknown color: approx Indian Tan. HEX triplet: 57, 2E and 20. RGB value is (87,46,32). Sum of RGB (Red+Green+Blue) = 87+46+32=165 (21% of max value = 765). Red value is 87 (34.38% from 255 or 52.73% from 165); Green value is 46 (18.36% from 255 or 27.88% from 165); Blue value is 32 (12.89% from 255 or 19.39% from 165); Max value from RGB is 87 - color contains mainly: red. Hex color #572E20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #572E20 is #A8D1DF. Grayscale: #383838. Windows color (decimal): -11063776 or 2109015. OLE color: 2109015.

HSL color Cylindrical-coordinate representation of color #572E20: hue angle of 15.27º degrees, saturation: 0.46, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #572E20 is Cyan = 0, Magento = 0.47, Yellow = 0.63 and Black (K on CMYK) = 0.66.

Color convert

RGB874632-
CMYK00.470.630.66
HSL15.27º46.22%23.33%-
HSV(B)15.27º63.22%34.12%-
XYZ5.174.081.88-
YUV56.66114.08149.64-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 52.73%
GREEN value IS 46 (18.36% from 255) = 27.88%
BLUE value IS 32 (12.89% from 255) = 19.39%
R=52.73%
G=27.88%
B=19.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.63
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87463200.470.630.6615.2746.2223.33
Hex572E2002F3F42f2e17
Octal127564005777102175627
Binary101011110111010000001011111111111000010111110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572E20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #572E20; }

 p { color: rgb(87,46,32); }

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

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

 a { background-color: rgb(87,46,32); }

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

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

 span { border-color: rgb(87,46,32); }

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