#572F20

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

Shades of Indian Tan #572F20

Tints of Indian Tan #572F20

Color information

#572F20 (or 0x572F20) is unknown color: approx Indian Tan. HEX triplet: 57, 2F and 20. RGB value is (87,47,32). Sum of RGB (Red+Green+Blue) = 87+47+32=166 (21% of max value = 765). Red value is 87 (34.38% from 255 or 52.41% from 166); Green value is 47 (18.75% from 255 or 28.31% from 166); Blue value is 32 (12.89% from 255 or 19.28% from 166); Max value from RGB is 87 - color contains mainly: red. Hex color #572F20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #572F20 is #A8D0DF. Grayscale: #393939. Windows color (decimal): -11063520 or 2109271. OLE color: 2109271.

HSL color Cylindrical-coordinate representation of color #572F20: hue angle of 16.36º 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 #572F20 is Cyan = 0, Magento = 0.46, Yellow = 0.63 and Black (K on CMYK) = 0.66.

Color convert

RGB874732-
CMYK00.460.630.66
HSL16.36º46.22%23.33%-
HSV(B)16.36º63.22%34.12%-
XYZ5.214.161.9-
YUV57.25113.75149.22-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 52.41%
GREEN value IS 47 (18.75% from 255) = 28.31%
BLUE value IS 32 (12.89% from 255) = 19.28%
R=52.41%
G=28.31%
B=19.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.63
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87473200.460.630.6616.3646.2223.33
Hex572F2002E3F42102e17
Octal127574005677102205627
Binary1010111101111100000010111011111110000101000010111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572F20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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